Go to file
hashworks 005e032e98 Merge branch 'github/fork/TheLinuxNinja/dockerfile-typo' into 'no-root-build'
a handful of fixes and improvements found while testing this branch

See merge request archlinux/archlinux-docker!16
2020-07-30 15:58:32 +00:00
.github/workflows github-actions: add rootfs target to make 2019-10-23 21:04:36 -04:00
rootfs/etc Merge branch 'master' into no-root-build 2019-02-22 18:08:41 -05:00
.editorconfig Add editor config 2017-05-26 09:45:16 +02:00
.gitignore pacstrap: usie NoExtract to prune dead weight 2019-11-25 14:42:44 -05:00
.travis.yml Add self test that can be run by travis 2017-04-23 15:36:09 +02:00
Dockerfile Merge remote-tracking branch 'origin/no-root-build' into github/fork/TheLinuxNinja/dockerfile-typo 2020-07-30 17:47:49 +02:00
exclude Move image to archlinux organization on dockerhub 2017-05-26 09:57:51 +02:00
LICENSE LICENSE: add license 2018-11-11 14:31:59 -05:00
Makefile Add the ability to adjust the thread count of xz, drop -e 2020-07-30 17:55:36 +02:00
packages packages: +likely necessary pkgs from base group 2019-11-26 17:03:20 -05:00
pacman-conf.d-noextract.conf pacstrap: usie NoExtract to prune dead weight 2019-11-25 14:42:44 -05:00
pacman.conf FIX:fix docker build commands 2018-06-04 13:17:30 -04:00
README.md Add fakeroot as a build dependency 2020-07-30 17:55:18 +02:00

Docker Base Image for Arch Linux Build Status

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
  • fakechroot
  • fakeroot

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
  • pacman needs to work out of the box
  • All installed packages have to be kept unmodified