Skip to content

Commit

Permalink
Add Alpine Linux 3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Dec 11, 2023
1 parent 3b7513f commit a3c5c7f
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.18
dockerfile: Dockerfile.alpine
platforms: linux/amd64,linux/arm64/v8
- image: alpine-3.19
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 @@ -35,6 +35,7 @@ Example `base_system` arguments :
- `fauust/docker-systemd:rockylinux-9`
- `fauust/docker-systemd:alpine-3.17`
- `fauust/docker-systemd:alpine-3.18`
- `fauust/docker-systemd:alpine-3.19`

The following containers are available from [Docker Hub](https://hub.docker.com/r/fauust/docker-ansible).

Expand All @@ -56,6 +57,7 @@ The following containers are available from [Docker Hub](https://hub.docker.com/
docker pull ghcr.io/fauust/docker-ansible:rockylinux-9
docker pull ghcr.io/fauust/docker-ansible:alpine-3.17
docker pull ghcr.io/fauust/docker-ansible:alpine-3.18
docker pull ghcr.io/fauust/docker-ansible:alpine-3.19
```

## Notes
Expand Down

0 comments on commit a3c5c7f

Please sign in to comment.