1 Commits

Author SHA1 Message Date
55a26456fc set openrc
Some checks failed
artixdocker/artixlinux-docker/pipeline/tag This commit looks good
artixdocker/artixlinux-docker/pipeline/head There was a failure building this commit
2023-05-14 11:04:35 +02:00
2 changed files with 5 additions and 24 deletions

2
Jenkinsfile vendored
View File

@@ -1,3 +1,3 @@
@Library('docker-ci') import org.artixlinux.DockerImage
@Library('docker-ci@base-openrc') import org.artixlinux.DockerImage
ImagePipeline(new DockerImage(this))

View File

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