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 a3c5c7f commit 539ab83
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 @@ -26,6 +26,7 @@ Example `base_system` arguments :
- `fauust/docker-systemd:ubuntu-20.04`
- `fauust/docker-systemd:ubuntu-22.04`
- `fauust/docker-systemd:ubuntu-23.04`
- `fauust/docker-systemd:ubuntu-23.10`
- `fauust/docker-systemd:fedora-37`
- `fauust/docker-systemd:fedora-38`
- `fauust/docker-systemd:fedora-39`
Expand All @@ -48,6 +49,7 @@ The following containers are available from [Docker Hub](https://hub.docker.com/
docker pull ghcr.io/fauust/docker-ansible:ubuntu-20.04
docker pull ghcr.io/fauust/docker-ansible:ubuntu-22.04
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:fedora-37
docker pull ghcr.io/fauust/docker-ansible:fedora-38
docker pull ghcr.io/fauust/docker-ansible:fedora-39
Expand Down

0 comments on commit 539ab83

Please sign in to comment.