apple / apple/swift-container-plugin
Build image without pushing to package registry
- 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
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