Skip to content

Commit

Permalink
Add Alpine 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
PhrozenByte committed Jun 3, 2024
1 parent 5f0978f commit 9d93e6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/container-auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/container-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit 9d93e6b

Please sign in to comment.