Skip to content

Commit

Permalink
Add fedora 40
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed May 28, 2024
1 parent f3006ae commit 6b2efc4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ jobs:
- image: ubuntu-24.04
dockerfile: Dockerfile.debian
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
- image: fedora-38
- image: fedora-39
dockerfile: Dockerfile.redhat
platforms: linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x
- image: fedora-39
- image: fedora-40
dockerfile: Dockerfile.redhat
platforms: linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x
- image: almalinux-8
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.redhat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_image=fedora-38
ARG base_image=fedora-39
FROM ghcr.io/fauust/docker-systemd:"$base_image"

RUN set -eux \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Example `base_system` arguments :
- `fauust/docker-systemd:ubuntu-23.04`
- `fauust/docker-systemd:ubuntu-23.10`
- `fauust/docker-systemd:ubuntu-24.04`
- `fauust/docker-systemd:fedora-38`
- `fauust/docker-systemd:fedora-39`
- `fauust/docker-systemd:fedora-40`
- `fauust/docker-systemd:almalinux-8`
- `fauust/docker-systemd:almalinux-9`
- `fauust/docker-systemd:rockylinux-8`
Expand All @@ -51,8 +51,8 @@ The following containers are available from [Docker Hub](https://hub.docker.com/
docker pull ghcr.io/fauust/docker-ansible:ubuntu-23.04
docker pull ghcr.io/fauust/docker-ansible:ubuntu-23.10
docker pull ghcr.io/fauust/docker-ansible:ubuntu-24.04
docker pull ghcr.io/fauust/docker-ansible:fedora-38
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:almalinux-8
docker pull ghcr.io/fauust/docker-ansible:almalinux-9
docker pull ghcr.io/fauust/docker-ansible:rockylinux-8
Expand Down

0 comments on commit 6b2efc4

Please sign in to comment.