Multi-arch Docker image CI/CD workflow template using GitHub Actions
6.1K
Template repository demonstrating a multi-arch Docker image CI/CD workflow with GitHub Actions.
Source: github.com/its-me/image-workflow
| Tag | Description | Dockerfile |
|---|---|---|
X.Y.Z | Standalone single-stage image, built from busybox | Dockerfile |
latest | Latest standalone single-stage image | Dockerfile |
chain-link-1-X.Y.Z | First link of a multi-stage chain, extends the single-stage image | Dockerfile.chain-link-1 |
chain-link-1 | Latest first-link image | Dockerfile.chain-link-1 |
chain-link-2-X.Y.Z | Second link, extends chain-link-1 | Dockerfile.chain-link-2 |
chain-link-2 | Latest second-link image | Dockerfile.chain-link-2 |
simple-X.Y.Z | Minimal single-platform build, extends the single-stage image | Dockerfile.simple |
simple | Latest single-platform image | Dockerfile.simple |
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:183ba5dc6…
Size
2.2 MB
Last updated
3 days ago
docker pull 1tsme/workflow