https://github.com/fwcd/docker-archlinux
Unofficial multi-platform Docker images of Arch Linux and its ports (x86_64, aarch64, armv7h, riscv64, powerpc64le)
https://github.com/fwcd/docker-archlinux
aarch64 archlinux archlinuxarm archriscv arm armv7 docker multiplatform powerpc powerpc64le riscv64 x86-64
Last synced: 8 days ago
JSON representation
Unofficial multi-platform Docker images of Arch Linux and its ports (x86_64, aarch64, armv7h, riscv64, powerpc64le)
- Host: GitHub
- URL: https://github.com/fwcd/docker-archlinux
- Owner: fwcd
- License: mit
- Created: 2023-08-30T15:33:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-29T07:30:06.000Z (9 months ago)
- Last Synced: 2026-02-15T16:40:03.172Z (3 months ago)
- Topics: aarch64, archlinux, archlinuxarm, archriscv, arm, armv7, docker, multiplatform, powerpc, powerpc64le, riscv64, x86-64
- Language: Dockerfile
- Homepage:
- Size: 85.9 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker images of Arch Linux
[](https://github.com/fwcd/docker-archlinux/actions/workflows/build-deploy.yml)
Unofficial, automated Docker multi-platform images of Arch Linux for the following architectures:
| Architecture | Docker Platform | Distribution |
| ------------ | --------------- | ------------ |
| x86_64 | `linux/amd64` | [Arch Linux](https://archlinux.org) |
| aarch64 | `linux/arm64` | [Arch Linux ARM](https://archlinuxarm.org) |
| armv7h | `linux/arm/v7` | [Arch Linux ARM](https://archlinuxarm.org) |
| riscv64 | `linux/riscv64` | [Arch Linux RISC-V](https://archriscv.felixc.at) |
| powerpc64le | `linux/ppc64le` | [Arch POWER](https://archlinuxpower.org) |
## Usage
To pull the Docker image, run
```sh
docker pull ghcr.io/fwcd/archlinux
```
If you have QEMU installed, you can also pass `--platform ` (e.g. `linux/arm64`) to fetch the image for a specific architecture.