Compare commits
1 Commits
20230514-2
...
20230515
Author | SHA1 | Date | |
---|---|---|---|
74c6f1d96c |
27
README.md
27
README.md
@@ -6,16 +6,35 @@ This repository contains all scripts and files needed to create a Docker images
|
|||||||
|
|
||||||
Install the following Artix Linux packages:
|
Install the following Artix Linux packages:
|
||||||
* make
|
* make
|
||||||
* artools
|
* fakechroot
|
||||||
* docker
|
* docker
|
||||||
|
* fakeroot
|
||||||
|
* artools
|
||||||
|
|
||||||
## Usage
|
## 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
|
## Purpose
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user