Skip to content

Commit

Permalink
Add Alpine Linux 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Jun 4, 2024
1 parent 36d2419 commit 7c6206a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ jobs:
- image: alpine:3.19
dockerfile: Dockerfile.alpine
platforms: linux/amd64,linux/arm64/v8
- image: alpine:3.20
dockerfile: Dockerfile.alpine
platforms: linux/amd64,linux/arm64/v8
env:
BASE_IMAGE: ${{ matrix.image }}
DOCKER_DEPLOY_IMAGES: false
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Example `base_system` arguments :
- `alpine:3.17`
- `alpine:3.18`
- `alpine:3.19`
- `alpine:3.20`

You can also use "non-slim" Debian images (`debian:11`) but we only build images
based on `-slim` versions of Debian images.
Expand All @@ -60,6 +61,7 @@ The following containers are available from [Docker Hub](https://hub.docker.com/
docker pull ghcr.io/fauust/docker-systemd:alpine-3.17
docker pull ghcr.io/fauust/docker-systemd:alpine-3.18
docker pull ghcr.io/fauust/docker-systemd:alpine-3.19
docker pull ghcr.io/fauust/docker-systemd:alpine-3.20
```

## Usage (docker)
Expand Down

0 comments on commit 7c6206a

Please sign in to comment.