1 Commits

Author SHA1 Message Date
74c6f1d96c update readme
All checks were successful
artixdocker/artixlinux-docker/pipeline/tag This commit looks good
artixdocker/artixlinux-docker/pipeline/head This commit looks good
2023-05-15 16:16:19 +02:00

View File

@@ -6,16 +6,35 @@ This repository contains all scripts and files needed to create a Docker images
Install the following Artix Linux packages:
* make
* artools
* fakechroot
* docker
* fakeroot
* artools
## Usage
Run `make docker-image` to build the base image.
Run `make image-base-devel` to build the base devel image.
Run `make docker-image-openrc` to build the openrc image.
Run `make image-base-openrc` to build the openrc base image.
Run `make docker-image-runit` to build the runit 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