An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

        

# Docker images of Arch Linux

[![Build and Deploy](https://github.com/fwcd/docker-archlinux/actions/workflows/build-deploy.yml/badge.svg)](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.