Multi-arch Docker image CI/CD workflow template using GitHub Actions
2.6K
Template repository demonstrating a multi-arch Docker image CI/CD workflow with GitHub Actions.
Source: github.com/its-me/image-workflow
| Tag | Description |
|---|---|
X.Y.Z | Standalone single-stage image, built from busybox |
latest | Latest standalone single-stage image |
chain-link-1-X.Y.Z | First link of a multi-stage chain, extends the single-stage image |
chain-link-1 | Latest first-link image |
chain-link-2-X.Y.Z | Second link, extends chain-link-1 |
chain-link-2 | Latest second-link image |
simple-X.Y.Z | Minimal single-platform build, extends the single-stage image |
simple | Latest single-platform image |
X.Y.Z, latest, chain-*: linux/amd64 · linux/arm64 · linux/arm/v7 · linux/arm/v6 · linux/386 · linux/ppc64le · linux/s390x · linux/riscv64
simple*: linux/amd64 only
Content type
Image
Digest
sha256:9e5b0958c…
Size
2.1 MB
Last updated
3 days ago
docker pull 1tsme/workflow:chain-link-2