Arch Linux container image for building Arch Linux, especially AUR, packages.
The following customizations are added on top of the Arch Linux base-devel image:
- Setup build tools such as git
- Create
builder
user with sudo privileges to runmakepkg
Run the container as follows:
podman run \
--tty \
ghcr.io/karras/archlinux-package-build
All available tags can be found in the
registry.
The latest
tag is updated on a weekly basis each Friday.
See LICENSE