apple / apple/swift-container-plugin

Build image without pushing to package registry

Open
#68 5 comments 0 reactions 0 assignees View on GitHub
kind/enhancement status/needs-design
Dominant language
Swift
Stars
390
Forks
26
Avg merge
8m
Merged PRs (30d)
1

Description

I am trying to run the command
```
swift package build-container-image --from swift:slim
```
to run it locally without pushing it to a remote registry, but I got this error:
```
Missing expected argument '--repository '
```
Is it a must to push to a remote registry?

Contributor guide

Open the contributing guide

Research direction

Start by reproducing `swift package build-container-image --from swift:slim` and inspect how the command handles the missing `--repository` argument. Trace the container-image build and publish entry points to determine whether a local-only result is supported; done means the expected local workflow is implemented or clearly documented and tested.

Written by the indexing model from the issue text.

Assessment

Tech stack
swift
Domain
build-system, devops
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.