Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 912 Bytes

File metadata and controls

31 lines (20 loc) · 912 Bytes

Container Image - Arch Linux Package Build

Arch Linux container image for building Arch Linux, especially AUR, packages.

Build & Publish

Customizations

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 run makepkg

Usage

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.

License

See LICENSE