Skip to content

Commit

Permalink
Add Fedora 41 and Alpine Linux 3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Dec 6, 2024
1 parent 07e8163 commit 52c4ec5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
- image: fedora-40
dockerfile: Dockerfile.redhat
platforms: linux/amd64,linux/arm64/v8
- image: fedora-41
dockerfile: Dockerfile.redhat
platforms: linux/amd64,linux/arm64/v8
- image: almalinux-8
dockerfile: Dockerfile.redhat
platforms: linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x
Expand All @@ -79,6 +82,9 @@ jobs:
- image: alpine-3.20
dockerfile: Dockerfile.alpine
platforms: linux/amd64,linux/arm64/v8
- image: alpine-3.21
dockerfile: Dockerfile.alpine
platforms: linux/amd64,linux/arm64/v8
env:
BASE_IMAGE: ${{ matrix.image }}
DOCKER_DEPLOY_IMAGES: false
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Example `base_system` arguments :
- `fauust/docker-ansible:ubuntu-24.04`
- `fauust/docker-ansible:fedora-39`
- `fauust/docker-ansible:fedora-40`
- `fauust/docker-ansible:fedora-41`
- `fauust/docker-ansible:almalinux-8`
- `fauust/docker-ansible:almalinux-9`
- `fauust/docker-ansible:rockylinux-8`
Expand All @@ -35,6 +36,7 @@ Example `base_system` arguments :
- `fauust/docker-ansible:alpine-3.18`
- `fauust/docker-ansible:alpine-3.19`
- `fauust/docker-ansible:alpine-3.20`
- `fauust/docker-ansible:alpine-3.21`

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

Expand All @@ -48,6 +50,7 @@ The following containers are available from [Docker Hub](https://hub.docker.com/
docker pull ghcr.io/fauust/docker-ansible:ubuntu-24.04
docker pull ghcr.io/fauust/docker-ansible:fedora-39
docker pull ghcr.io/fauust/docker-ansible:fedora-40
docker pull ghcr.io/fauust/docker-ansible:fedora-41
docker pull ghcr.io/fauust/docker-ansible:almalinux-8
docker pull ghcr.io/fauust/docker-ansible:almalinux-9
docker pull ghcr.io/fauust/docker-ansible:rockylinux-8
Expand All @@ -56,6 +59,7 @@ The following containers are available from [Docker Hub](https://hub.docker.com/
docker pull ghcr.io/fauust/docker-ansible:alpine-3.18
docker pull ghcr.io/fauust/docker-ansible:alpine-3.19
docker pull ghcr.io/fauust/docker-ansible:alpine-3.20
docker pull ghcr.io/fauust/docker-ansible:alpine-3.21
```

## Notes
Expand Down

0 comments on commit 52c4ec5

Please sign in to comment.