Skip to content

Unofficial multi-platform Docker images of Arch Linux and its ports (x86_64, aarch64, armv7h, pentium4, riscv64, powerpc64le)

License

Notifications You must be signed in to change notification settings

fwcd/docker-archlinux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
pentium41 linux/386 Arch Linux 32
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.

Footnotes

  1. The pentium4 architecture is for 32-bit CPUs that support SSE2 and the only one we support (for now). See here for a comparison of architectures supported by upstream.