Arch Linux container image for building Arch Linux, especially AUR, packages.
Buliding Arch packages within a container, especially a pipeline, can help avoiding unnecessary local dependencies and provide up to date package more easily.
The following customizations are added on top of the Arch Linux base-devel image:
- Setup build tools such as git
- Create
builderuser with sudo privileges to runmakepkg
Run the container as follows:
podman run \
--tty \
ghcr.io/karras/archlinux-package-buildAll available tags can be found in the
registry.
The latest tag is updated on a weekly basis each Friday.
See LICENSE