Skip to content

Commit

Permalink
Fedora 37 EOL, add Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Mar 7, 2024
1 parent 2c8e22f commit 5bc9a50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
- image: ubuntu:23.10
dockerfile: Dockerfile.debian
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
- image: fedora:37
dockerfile: Dockerfile.redhat
platforms: linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x
- image: ubuntu:24.04
dockerfile: Dockerfile.debian
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
- image: fedora:38
dockerfile: Dockerfile.redhat
platforms: linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Example `base_system` arguments :
- `ubuntu:22.04`
- `ubuntu:23.04`
- `ubuntu:23.10`
- `fedora:37`
- `ubuntu:24.04`
- `fedora:38`
- `fedora:39`
- `almalinux:8`
Expand All @@ -54,7 +54,7 @@ The following containers are available from [Docker Hub](https://hub.docker.com/
docker pull ghcr.io/fauust/docker-systemd:ubuntu-22.04
docker pull ghcr.io/fauust/docker-systemd:ubuntu-23.04
docker pull ghcr.io/fauust/docker-systemd:ubuntu-23.10
docker pull ghcr.io/fauust/docker-systemd:fedora-37
docker pull ghcr.io/fauust/docker-systemd:ubuntu-24.04
docker pull ghcr.io/fauust/docker-systemd:fedora-38
docker pull ghcr.io/fauust/docker-systemd:fedora-39
docker pull ghcr.io/fauust/docker-systemd:almalinux-8
Expand Down

0 comments on commit 5bc9a50

Please sign in to comment.