File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 69
69
- image : rockylinux:9
70
70
dockerfile : Dockerfile.redhat
71
71
platforms : linux/amd64,linux/arm64/v8
72
- - image : alpine:3.17
73
- dockerfile : Dockerfile.alpine
74
- platforms : linux/amd64,linux/arm64/v8
75
- - image : alpine:3.18
76
- dockerfile : Dockerfile.alpine
77
- platforms : linux/amd64,linux/arm64/v8
78
72
- image : alpine:3.19
79
73
dockerfile : Dockerfile.alpine
80
74
platforms : linux/amd64,linux/arm64/v8
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Images are available on:
14
14
``` console
15
15
❯ docker build . -f Dockerfile.debian -t systemd-debian-sid --build-arg base_image=debian:sid-slim
16
16
❯ docker build . -f Dockerfile.redhat -t systemd-almalinux-8 --build-arg base_image=almalinux:8
17
- ❯ docker build . -f Dockerfile.alpine -t openrc-alpine3.20 --build-arg base_image=alpine:3.20
17
+ ❯ docker build . -f Dockerfile.alpine -t openrc-alpine3.22 --build-arg base_image=alpine:3.22
18
18
```
19
19
20
20
Example ` base_system ` arguments :
@@ -32,8 +32,6 @@ Example `base_system` arguments :
32
32
- ` almalinux:9 `
33
33
- ` rockylinux:8 `
34
34
- ` rockylinux:9 `
35
- - ` alpine:3.17 `
36
- - ` alpine:3.18 `
37
35
- ` alpine:3.19 `
38
36
- ` alpine:3.20 `
39
37
- ` alpine:3.21 `
@@ -58,8 +56,6 @@ The following containers are available from [Docker Hub](https://hub.docker.com/
58
56
❯ docker pull ghcr.io/fauust/docker-systemd:almalinux-9
59
57
❯ docker pull ghcr.io/fauust/docker-systemd:rockylinux-8
60
58
❯ docker pull ghcr.io/fauust/docker-systemd:rockylinux-9
61
- ❯ docker pull ghcr.io/fauust/docker-systemd:alpine-3.17
62
- ❯ docker pull ghcr.io/fauust/docker-systemd:alpine-3.18
63
59
❯ docker pull ghcr.io/fauust/docker-systemd:alpine-3.19
64
60
❯ docker pull ghcr.io/fauust/docker-systemd:alpine-3.20
65
61
❯ docker pull ghcr.io/fauust/docker-systemd:alpine-3.21
You can’t perform that action at this time.
0 commit comments