mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-01-11 04:11:39 +01:00
When tar-ing the rootfs, the permissions preserved are from the worker process. This is not the intended behavior, as we want to preserve the permissions of the root user to most of the files. Use fakeroot during the tar process to automagically map the uid of the user to that of root's. Fixes #22 Signed-off-by: Santiago Torres <santiago@archlinux.org>
Docker Base Image for Arch Linux 
This repository contains all scripts and files needed to create a Docker base image for the Arch Linux distribution.
Dependencies
Install the following Arch Linux packages:
- make
- devtools
- docker
Usage
Run make docker-image as root to build the base image.
Purpose
- 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%