Skip to content

Commit

Permalink
Fedora 41 is GA
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Dec 6, 2024
1 parent dce263b commit 3dfda80
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 @@ -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 Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Example `base_system` arguments :
- `ubuntu:24.04`
- `fedora:39`
- `fedora:40`
- `fedora:41`
- `almalinux:8`
- `almalinux:9`
- `rockylinux:8`
Expand All @@ -53,6 +54,7 @@ The following containers are available from [Docker Hub](https://hub.docker.com/
docker pull ghcr.io/fauust/docker-systemd:ubuntu-24.04
docker pull ghcr.io/fauust/docker-systemd:fedora-39
docker pull ghcr.io/fauust/docker-systemd:fedora-40
docker pull ghcr.io/fauust/docker-systemd:fedora-41
docker pull ghcr.io/fauust/docker-systemd:almalinux-8
docker pull ghcr.io/fauust/docker-systemd:almalinux-9
docker pull ghcr.io/fauust/docker-systemd:rockylinux-8
Expand Down

0 comments on commit 3dfda80

Please sign in to comment.