Docker images for Artix Linux
Go to file
artoo 74c6f1d96c
artixdocker/artixlinux-docker/pipeline/tag This commit looks good Details
artixdocker/artixlinux-docker/pipeline/head This commit looks good Details
update readme
2023-05-15 16:16:19 +02:00
rootfs/etc [docker] update to current (#2) 2023-05-14 03:15:54 +02:00
.gitignore [docker] update to current (#2) 2023-05-14 03:15:54 +02:00
Dockerfile.template [docker] update to current (#2) 2023-05-14 03:15:54 +02:00
Jenkinsfile add jenkinsfile 2020-06-09 19:56:55 +02:00
LICENSE initial commit 2019-10-24 22:07:36 -03:00
Makefile [docker] update to current (#2) 2023-05-14 03:15:54 +02:00
README.md update readme 2023-05-15 16:16:19 +02:00
docker-library.template reset lib template 2023-05-14 12:20:53 +02:00
exclude [docker] update to current (#2) 2023-05-14 03:15:54 +02:00
pacman-conf.d-noextract.conf [docker] update to current (#2) 2023-05-14 03:15:54 +02:00

README.md

Docker Base Image for Artix Linux

This repository contains all scripts and files needed to create a Docker images for the Artix Linux distribution.

Dependencies

Install the following Artix Linux packages:

  • make
  • fakechroot
  • docker
  • fakeroot
  • artools

Usage

Run make image-base-devel to build the base devel image.

Run make image-base-openrc to build the openrc base image.

Run make image-base-runit to build the runit base image.

Run make image-base-s6 to build the s6 base image.

Run make image-base-dinit to build the dinit base image.

Alternatively:

Run make dockerfile-base-devel to build the base devel dockerfile.

Run make dockerfile-base-openrc to build the openrc base dockerfile.

Run make dockerfile-base-runit to build the runit base dockerfile.

Run make dockerfile-base-s6 to build the s6 base dockerfile.

Run make dockerfile-base-dinit to build the dinit base dockerfile.

Purpose

  • Provide Artix Linux 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