Skip to content

Commit 80151c0

Browse files
committed
Clean EOL versions
1 parent e4e8227 commit 80151c0

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,6 @@ jobs:
6969
- image: rockylinux:9
7070
dockerfile: Dockerfile.redhat
7171
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
7872
- image: alpine:3.19
7973
dockerfile: Dockerfile.alpine
8074
platforms: linux/amd64,linux/arm64/v8

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Images are available on:
1414
```console
1515
docker build . -f Dockerfile.debian -t systemd-debian-sid --build-arg base_image=debian:sid-slim
1616
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
1818
```
1919

2020
Example `base_system` arguments :
@@ -32,8 +32,6 @@ Example `base_system` arguments :
3232
- `almalinux:9`
3333
- `rockylinux:8`
3434
- `rockylinux:9`
35-
- `alpine:3.17`
36-
- `alpine:3.18`
3735
- `alpine:3.19`
3836
- `alpine:3.20`
3937
- `alpine:3.21`
@@ -58,8 +56,6 @@ The following containers are available from [Docker Hub](https://hub.docker.com/
5856
docker pull ghcr.io/fauust/docker-systemd:almalinux-9
5957
docker pull ghcr.io/fauust/docker-systemd:rockylinux-8
6058
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
6359
docker pull ghcr.io/fauust/docker-systemd:alpine-3.19
6460
docker pull ghcr.io/fauust/docker-systemd:alpine-3.20
6561
docker pull ghcr.io/fauust/docker-systemd:alpine-3.21

0 commit comments

Comments
 (0)