diff --git a/.github/workflows/container-auto-update.yml b/.github/workflows/container-auto-update.yml index 5e44043..cedc51b 100644 --- a/.github/workflows/container-auto-update.yml +++ b/.github/workflows/container-auto-update.yml @@ -29,6 +29,7 @@ jobs: - docker.io/alpine:3.17 - docker.io/alpine:3.18 - docker.io/alpine:3.19 + - docker.io/alpine:3.20 fail-fast: false max-parallel: 1 diff --git a/.github/workflows/container-publish.yml b/.github/workflows/container-publish.yml index df8900f..5ad72d5 100644 --- a/.github/workflows/container-publish.yml +++ b/.github/workflows/container-publish.yml @@ -27,6 +27,7 @@ jobs: - docker.io/alpine:3.17 - docker.io/alpine:3.18 - docker.io/alpine:3.19 + - docker.io/alpine:3.20 env: REGISTRY: ghcr.io diff --git a/README.md b/README.md index 14f0d3f..ca3c982 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Alpine Linux [`alpine`](https://ghcr.io/sgsgermany/alpine) is [@SGSGermany](https://github.com/SGSGermany)'s base image for containers based on [Alpine Linux](https://alpinelinux.org/). This image is built *daily* at 21:20 UTC on top of the [official Docker image](https://hub.docker.com/_/alpine) using [GitHub Actions](https://github.com/SGSGermany/alpine/actions/workflows/container-publish.yml). -Rebuilds are triggered only if Alpine publishes a new patch release, or if one of Alpine's Mini Root Filesystem packages were updated. Currently we create images for **Alpine 3.19**, **Alpine 3.18**, and **Alpine 3.17**. Please note that we might add or drop branches at any time. +Rebuilds are triggered only if Alpine publishes a new patch release, or if one of Alpine's Mini Root Filesystem packages were updated. Currently we create images for **Alpine 3.20**, **Alpine 3.19**, **Alpine 3.18**, and **Alpine 3.17**. Please note that we might add or drop branches at any time. All images are tagged with their full Alpine version string, build date and build job number (e.g. `v3.15.4-20190618.1658821493.1`). The latest build of an Alpine release is additionally tagged without the build information (e.g. `v3.15.4`). If an image represents the latest version of an Alpine release branch, it is additionally tagged without the patch version (e.g. `v3.15`), and without the minor version (e.g. `v3`); both without and with build information (e.g. `v3.15-20190618.1658821493.1` and `v3-20190618.1658821493.1`). The latest build of the latest Alpine version is furthermore tagged with `latest`.