From 5f0978f2aa4c882b500e23a1237731180a3c8f22 Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Thu, 30 May 2024 16:04:19 +0200 Subject: [PATCH] Drop Alpine 3.16 --- .github/workflows/container-auto-update.yml | 1 - .github/workflows/container-publish.yml | 1 - README.md | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/container-auto-update.yml b/.github/workflows/container-auto-update.yml index 8acac0f..5e44043 100644 --- a/.github/workflows/container-auto-update.yml +++ b/.github/workflows/container-auto-update.yml @@ -26,7 +26,6 @@ jobs: BUILD_REF: - refs/heads/main BASE_IMAGE: - - docker.io/alpine:3.16 - docker.io/alpine:3.17 - docker.io/alpine:3.18 - docker.io/alpine:3.19 diff --git a/.github/workflows/container-publish.yml b/.github/workflows/container-publish.yml index 4469610..df8900f 100644 --- a/.github/workflows/container-publish.yml +++ b/.github/workflows/container-publish.yml @@ -24,7 +24,6 @@ jobs: strategy: matrix: BASE_IMAGE: - - docker.io/alpine:3.16 - docker.io/alpine:3.17 - docker.io/alpine:3.18 - docker.io/alpine:3.19 diff --git a/README.md b/README.md index 6d3a641..14f0d3f 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**, **Alpine 3.17**, and **Alpine 3.16**. 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.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`.