Skip to content

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

License

Notifications You must be signed in to change notification settings

karras/container-archlinux-package-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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