Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1017 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 1017 Bytes

Docker images of Arch Linux

Build and Deploy

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
riscv64 linux/riscv64 Arch Linux RISC-V
powerpc64le linux/ppc64le Arch POWER

Usage

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.