Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/karras/container-archlinux-package-build

Arch Linux container image for building Arch Linux, especially AUR, packages.
https://github.com/karras/container-archlinux-package-build

archlinux aur container-image docker-image package-builder packages

Last synced: 10 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Container Image - Arch Linux Package Build

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

[![Build & Publish](https://github.com/karras/container-archlinux-package-build/actions/workflows/build-publish.yml/badge.svg)](https://github.com/karras/container-archlinux-package-build/actions/workflows/build-publish.yml)

## 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:

```sh
podman run \
--tty \
ghcr.io/karras/archlinux-package-build
```

All available tags can be found in the
[registry](https://github.com/karras/container-archlinux-package-build/pkgs/container/archlinux-package-build).
The `latest` tag is updated on a weekly basis each Friday.

## License

See [LICENSE](./LICENSE)