This is a Dockerfile that builds on top of the official Arch Linux ([archlinux/archlinux][]) base image and adds features for convenient Arch Linux package building.
- rebuilds the image in Docker Hub every 4 days
- on every image build the
mirrorlist
is switched to the Arch Linux Archive repositories of the date the base image was built - contains
yay
to easily build AUR packages - contains other tools for general maintenance, like
grep
,difftools
, etc.
This Docker image is currently used by the following projects:
- 2m/arch-pkgbuild-builder — Arch Linux PKGBUILD GitHub builder action