https://github.com/fwcd/docker-archlinux
Unofficial multi-platform Docker images of Arch Linux and its ports (x86_64, aarch64, armv7h, pentium4, riscv64, powerpc64le)
https://github.com/fwcd/docker-archlinux
aarch64 archlinux archlinux32 archlinuxarm archriscv arm armv7 docker multiplatform pentium4 powerpc powerpc64le riscv64 x86 x86-64
Last synced: 2 months ago
JSON representation
Unofficial multi-platform Docker images of Arch Linux and its ports (x86_64, aarch64, armv7h, pentium4, riscv64, powerpc64le)
- Host: GitHub
- URL: https://github.com/fwcd/docker-archlinux
- Owner: fwcd
- License: mit
- Created: 2023-08-30T15:33:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T07:24:08.000Z (about 1 year ago)
- Last Synced: 2024-04-14T04:08:46.539Z (about 1 year ago)
- Topics: aarch64, archlinux, archlinux32, archlinuxarm, archriscv, arm, armv7, docker, multiplatform, pentium4, powerpc, powerpc64le, riscv64, x86, x86-64
- Language: Dockerfile
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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.