https://github.com/2m/archlinux-docker
Convenient Arch Linux package building
https://github.com/2m/archlinux-docker
Last synced: 12 months 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 (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T09:55:06.000Z (almost 2 years ago)
- Last Synced: 2025-04-06T09:31:37.126Z (about 1 year ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/martynas/archlinux
- Size: 86.9 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
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.svg
This 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