2020-10-19 03:32:25 +02:00
2020-10-19 02:33:44 +02:00
2020-08-31 18:20:52 +02:00
2017-05-26 09:45:16 +02:00
2020-10-19 03:32:25 +02:00
2020-10-14 01:15:22 +02:00
2020-10-19 03:32:25 +02:00
2018-11-11 14:31:59 -05:00
2020-10-19 03:32:25 +02:00
2018-06-04 13:17:30 -04:00
2020-08-31 18:20:52 +02:00

Docker Base Image for Arch Linux

pipeline status

This repository contains all scripts and files needed to create a Docker base 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:base with the base group installed. You can also run make docker-image-base-devel to build the image archlinux:base-devel with the base-devel group installed.

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
Description
No description provided
Readme GPL-3.0 6.2 MiB
Languages
Shell 79.4%
Makefile 20.6%