Base docker image for building Swift applications with the Static Linux SDK.
- Dockerfile 100%
|
Benedek Kozma
03ac234217
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
|
||
|---|---|---|
| .gitignore | Also push image to Codeberg | |
| .woodpecker.yaml | Also push image to Codeberg | |
| Dockerfile | Swift 6.3.2 | |
| LICENSE | Initial commit | |
| README.md | Push to registry, update readme | |
Description
Base docker image for building Swift applications with the Static Linux SDK.
Usage
FROMdocker.io/cyberbeni/swift-builder:latestasswift-build...FROMdocker.io/alpine:latestASrelease...COPY --from=swift-build ...ENTRYPOINT ...