From d639c6c84ef18d0e509dd6999d57796295922b14 Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Mon, 6 Nov 2023 23:26:18 +0100 Subject: [PATCH] Drop Alpine 3.15 --- .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 f8378bb..59a52e6 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.15 - docker.io/alpine:3.16 - docker.io/alpine:3.17 - docker.io/alpine:3.18 diff --git a/.github/workflows/container-publish.yml b/.github/workflows/container-publish.yml index 4f9d886..042e19c 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.15 - docker.io/alpine:3.16 - docker.io/alpine:3.17 - docker.io/alpine:3.18 diff --git a/README.md b/README.md index 43911fe..06d2516 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.18**, **Alpine 3.17**, **Alpine 3.16** and **Alpine 3.15**. 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.18**, **Alpine 3.17**, and **Alpine 3.16**. 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`.