Skip to content

Commit

Permalink
Add Ubuntu 23.10
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Dec 11, 2023
1 parent 13fe486 commit ef85847
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 @@ -52,6 +52,9 @@ jobs:
- image: ubuntu:23.04
dockerfile: Dockerfile.debian
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
- 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
Expand Down
2 changes: 2 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 :
- `ubuntu:20.04`
- `ubuntu:22.04`
- `ubuntu:23.04`
- `ubuntu:23.10`
- `fedora:37`
- `fedora:38`
- `fedora:39`
Expand All @@ -52,6 +53,7 @@ The following containers are available from [Docker Hub](https://hub.docker.com/
docker pull ghcr.io/fauust/docker-systemd:ubuntu-20.04
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:fedora-38
docker pull ghcr.io/fauust/docker-systemd:fedora-39
Expand Down

0 comments on commit ef85847

Please sign in to comment.