From 3be3c4b8f785a5b24eace9d35fca0210ca1b802c Mon Sep 17 00:00:00 2001 From: bfren Date: Mon, 29 Jun 2026 12:08:40 +0100 Subject: [PATCH 1/4] Bumping version to 6.1.9 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index aeee9f7..1092ea0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.1.8 \ No newline at end of file +6.1.9 \ No newline at end of file From 847cfec98e77347493ae30805c7496d23d6cff2f Mon Sep 17 00:00:00 2001 From: bfren Date: Mon, 29 Jun 2026 12:08:54 +0100 Subject: [PATCH 2/4] Using latest base images --- 6/Dockerfile | 2 +- 7/Dockerfile | 2 +- 8/Dockerfile | 2 +- generate-dockerfiles.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/6/Dockerfile b/6/Dockerfile index 82c5351..4761a8e 100644 --- a/6/Dockerfile +++ b/6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.15-6.1.9 +FROM quay.io/bfren/alpine-s6:alpine3.15-6.2.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-redis" diff --git a/7/Dockerfile b/7/Dockerfile index 67c33a3..b91123d 100644 --- a/7/Dockerfile +++ b/7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.21-6.1.9 +FROM quay.io/bfren/alpine-s6:alpine3.21-6.2.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-redis" diff --git a/8/Dockerfile b/8/Dockerfile index faa898e..342dd16 100644 --- a/8/Dockerfile +++ b/8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.23-6.1.9 +FROM quay.io/bfren/alpine-s6:alpine3.23-6.2.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-redis" diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index a525915..ba36f45 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_VERSION="6.1.9" +BASE_VERSION="6.2.0" echo "Base: ${BASE_VERSION}" REDIS_VERSIONS="6 7 8" From 2e236218a0f036fa0455524afd36f00934222b80 Mon Sep 17 00:00:00 2001 From: bfren Date: Mon, 29 Jun 2026 12:09:24 +0100 Subject: [PATCH 3/4] Updating to Redis 8.8.0 --- 8/overlay/tmp/REDIS_BUILD | 2 +- 8/overlay/tmp/REDIS_MINOR | 2 +- 8/overlay/tmp/REDIS_REVISION | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/8/overlay/tmp/REDIS_BUILD b/8/overlay/tmp/REDIS_BUILD index 5f38606..c8a27e6 100644 --- a/8/overlay/tmp/REDIS_BUILD +++ b/8/overlay/tmp/REDIS_BUILD @@ -1 +1 @@ -8.4.2-r0 \ No newline at end of file +8.8.0-r0 \ No newline at end of file diff --git a/8/overlay/tmp/REDIS_MINOR b/8/overlay/tmp/REDIS_MINOR index fad0300..83ea317 100644 --- a/8/overlay/tmp/REDIS_MINOR +++ b/8/overlay/tmp/REDIS_MINOR @@ -1 +1 @@ -8.4 \ No newline at end of file +8.8 \ No newline at end of file diff --git a/8/overlay/tmp/REDIS_REVISION b/8/overlay/tmp/REDIS_REVISION index 7857a94..cfc27b4 100644 --- a/8/overlay/tmp/REDIS_REVISION +++ b/8/overlay/tmp/REDIS_REVISION @@ -1 +1 @@ -8.4.2 \ No newline at end of file +8.8.0 \ No newline at end of file From 8d63e6090cc508c364992dfbd6fee3c8aa4c98e9 Mon Sep 17 00:00:00 2001 From: bfren Date: Mon, 29 Jun 2026 12:20:17 +0100 Subject: [PATCH 4/4] Regenerating v8 Dockerfile --- 8/ALPINE_EDITION | 2 +- 8/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/8/ALPINE_EDITION b/8/ALPINE_EDITION index 2ef9c66..98ee6f1 100644 --- a/8/ALPINE_EDITION +++ b/8/ALPINE_EDITION @@ -1 +1 @@ -3.23 \ No newline at end of file +3.24 \ No newline at end of file diff --git a/8/Dockerfile b/8/Dockerfile index 342dd16..2cc7158 100644 --- a/8/Dockerfile +++ b/8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.23-6.2.0 +FROM quay.io/bfren/alpine-s6:alpine3.24-6.2.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-redis"