Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2m/archlinux-docker
Convenient Arch Linux package building
https://github.com/2m/archlinux-docker
Last synced: 22 days ago
JSON representation
Convenient Arch Linux package building
- Host: GitHub
- URL: https://github.com/2m/archlinux-docker
- Owner: 2m
- Created: 2018-12-09T13:21:48.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T09:57:13.000Z (8 months ago)
- Last Synced: 2024-03-18T11:12:29.308Z (8 months ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/martynas/archlinux
- Size: 67.4 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [archlinux-docker][] [![ci-badge][]][ci] [![gitter-badge][]][gitter]
[archlinux-docker]: https://github.com/2m/archlinux-docker
[ci]: https://github.com/2m/archlinux-docker/actions
[ci-badge]: https://github.com/2m/archlinux-docker/workflows/ci/badge.svg
[gitter]: https://gitter.im/2m/general
[gitter-badge]: https://badges.gitter.im/2m/general.svgThis is a Dockerfile that builds on top of the official Arch Linux ([archlinux/archlinux][]) base image and adds features for convenient Arch Linux package building.
[library/archlinux]: https://hub.docker.com/r/archlinux/archlinux
## Features
* rebuilds the image in [Docker Hub][] every 4 days
* on every image build the `mirrorlist` is switched to the [Arch Linux Archive][] repositories of the date the base image was built
* contains `yay` to easily build AUR packages
* contains other tools for general maintenance, like `grep`, `difftools`, etc.[Docker Hub]: https://hub.docker.com/r/martynas/archlinux/builds
[Arch Linux Archive]: https://wiki.archlinux.org/index.php/Arch_Linux_Archive## Usage
This Docker image is currently used by the following projects:
* [2m/arch-pkgbuild-builder][] — Arch Linux PKGBUILD GitHub builder action
[2m/arch-pkgbuild-builder]: https://github.com/2m/arch-pkgbuild-builder