An (almost) empty container with architecture-specific tags, to simplify multi-stage builds
2.7K
Arch-specific scratch containers.
Things go a bit silly with multi-arch builds sometimes. A scratch container with a platform architecture pre-attached helps ensure a multi-stage build which makes use of scratch creates a final image with the intended plaftorm.
Tags match the architecture, so: moonbuggy2000/scratch:<arch>
Some architectures have multiple tags to simplify downstream scripting.
| Arch | Platform | Tag(s) |
|---|---|---|
| 386 | linux/386 | 386 |
| amd64 | linux/amd64 | amd64 |
| arm32v5 | linux/arm/v5 | arm32v5 armv5 |
| arm32v6 | linux/arm/v6 | arm32v6 armv6 |
| arm32v7 | linux/arm/v7 | arm32v7 armv7 |
| arm64v8 | linux/arm64/v8 | arm64v8 arm64 |
| mips64le | linux/mips64le | mips64le |
| ppc64le | linux/ppc64le | ppc64le |
| riscv64 | linux/riscv64 | riscv64 |
| s390x | linux/s390x | s390x |
GitHub: https://github.com/moonbuggy/docker-base-images
Docker Hub: https://hub.docker.com/r/moonbuggy2000/scratch
Content type
Image
Digest
Size
106 Bytes
Last updated
over 4 years ago
docker pull moonbuggy2000/scratch