diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1d69c99..8f03a4e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,6 +79,9 @@ jobs: - image: alpine-3.18 dockerfile: Dockerfile.alpine platforms: linux/amd64,linux/arm64/v8 + - image: alpine-3.19 + dockerfile: Dockerfile.alpine + platforms: linux/amd64,linux/arm64/v8 env: BASE_IMAGE: ${{ matrix.image }} DOCKER_DEPLOY_IMAGES: false diff --git a/README.md b/README.md index 89f6895..24541f8 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ Example `base_system` arguments : - `fauust/docker-systemd:rockylinux-9` - `fauust/docker-systemd:alpine-3.17` - `fauust/docker-systemd:alpine-3.18` +- `fauust/docker-systemd:alpine-3.19` The following containers are available from [Docker Hub](https://hub.docker.com/r/fauust/docker-ansible). @@ -56,6 +57,7 @@ The following containers are available from [Docker Hub](https://hub.docker.com/ ❯ docker pull ghcr.io/fauust/docker-ansible:rockylinux-9 ❯ docker pull ghcr.io/fauust/docker-ansible:alpine-3.17 ❯ docker pull ghcr.io/fauust/docker-ansible:alpine-3.18 +❯ docker pull ghcr.io/fauust/docker-ansible:alpine-3.19 ``` ## Notes