Unofficial, automated Docker multi-platform images of Arch Linux for the following architectures:
Architecture | Docker Platform | Distribution |
---|---|---|
x86_64 | linux/amd64 |
Arch Linux |
aarch64 | linux/arm64 |
Arch Linux ARM |
armv7h | linux/arm/v7 |
Arch Linux ARM |
pentium41 | linux/386 |
Arch Linux 32 |
riscv64 | linux/riscv64 |
Arch Linux RISC-V |
powerpc64le | linux/ppc64le |
Arch POWER |
To pull the Docker image, run
docker pull ghcr.io/fwcd/archlinux
If you have QEMU installed, you can also pass --platform <someplatform>
(e.g. linux/arm64
) to fetch the image for a specific architecture.