mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-02-11 04:11:01 +01:00
GitLab 13.5 introduced support for one-dimensional matrices: https://about.gitlab.com/releases/2020/10/22/gitlab-13-5-released/#allow-one-dimensional-parallel-matrices Hopefully this works as intended. :)
Arch Linux Docker Image
This repository contains all scripts and files needed to create a Docker image for Arch Linux.
Dependencies
Install the following Arch Linux packages:
- make
- devtools
- docker
- fakechroot
- fakeroot
Make sure your user can directly interact with Docker (ie. docker info works).
Usage
Run make docker-image-base to build the image archlinux/archlinux:base with the
base group installed. You can also run make docker-image-base-devel to
build the image archlinux/archlinux:base-devel with the base-devel group installed.
Principles
- Provide the Arch experience in a Docker image
- Provide the most simple but complete image to base every other upon
pacmanneeds to work out of the box- All installed packages have to be kept unmodified
Languages
Shell
80.9%
Makefile
19.1%