1
0
Fork
You've already forked swift-builder-docker
0
Base docker image for building Swift applications with the Static Linux SDK.
  • Dockerfile 100%
Find a file
Benedek Kozma 03ac234217
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
Swift 6.3.2
2026年05月13日 21:11:09 +02:00
.gitignore Also push image to Codeberg 2026年04月30日 22:04:01 +02:00
.woodpecker.yaml Also push image to Codeberg 2026年04月30日 22:04:01 +02:00
Dockerfile Swift 6.3.2 2026年05月13日 21:11:09 +02:00
LICENSE Initial commit 2026年01月25日 18:16:54 +01:00
README.md Push to registry, update readme 2026年01月26日 02:58:44 +01:00

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 ...