Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/karras/container-archlinux-package-build
- Owner: karras
- License: gpl-3.0
- Created: 2021-12-24T07:01:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-27T16:40:40.000Z (5 months ago)
- Last Synced: 2024-10-26T10:41:03.314Z (about 2 months ago)
- Topics: archlinux, aur, container-image, docker-image, package-builder, packages
- Language: Dockerfile
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)