From ad20adcb42920a4f568826f6333a4db1d8ffd435 Mon Sep 17 00:00:00 2001 From: bfren Date: Wed, 20 Aug 2025 10:34:08 +0100 Subject: [PATCH 1/4] Bumping version to 3.4.3 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index a423d42..8a0feb9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.4.2 \ No newline at end of file +3.4.3 \ No newline at end of file From aba1bab0c3718410a0c06a58bf45a778f100588f Mon Sep 17 00:00:00 2001 From: bfren Date: Wed, 20 Aug 2025 10:34:25 +0100 Subject: [PATCH 2/4] Using latest base images --- 12/Dockerfile | 2 +- 13/Dockerfile | 2 +- 14/Dockerfile | 2 +- 15/Dockerfile | 2 +- 16/Dockerfile | 2 +- 17/Dockerfile | 2 +- generate-dockerfiles.sh | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/12/Dockerfile b/12/Dockerfile index 27f7088..4a7d6c6 100644 --- a/12/Dockerfile +++ b/12/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.18-5.6.3 +FROM ghcr.io/bfren/alpine-s6:alpine3.18-5.6.5 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql" diff --git a/13/Dockerfile b/13/Dockerfile index e2cc7a6..4144a31 100644 --- a/13/Dockerfile +++ b/13/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.19-5.6.3 +FROM ghcr.io/bfren/alpine-s6:alpine3.19-5.6.5 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql" diff --git a/14/Dockerfile b/14/Dockerfile index 7bcf533..a4e0284 100644 --- a/14/Dockerfile +++ b/14/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.6.3 +FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.6.5 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql" diff --git a/15/Dockerfile b/15/Dockerfile index 60e5b47..fddca17 100644 --- a/15/Dockerfile +++ b/15/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.21-5.6.3 +FROM ghcr.io/bfren/alpine-s6:alpine3.21-5.6.5 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql" diff --git a/16/Dockerfile b/16/Dockerfile index 2290a8c..6ff5c3f 100644 --- a/16/Dockerfile +++ b/16/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.21-5.6.3 +FROM ghcr.io/bfren/alpine-s6:alpine3.21-5.6.5 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql" diff --git a/17/Dockerfile b/17/Dockerfile index 4bffc94..ff19c0d 100644 --- a/17/Dockerfile +++ b/17/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.21-5.6.3 +FROM ghcr.io/bfren/alpine-s6:alpine3.21-5.6.5 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql" diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index 4b9255a..0afa8bd 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_VERSION="5.6.3" +BASE_VERSION="5.6.5" echo "Base: ${BASE_VERSION}" POSTGRESQL_VERSIONS="12 13 14 15 16 17" From 78e256f4fb1f46e144b96d544e30dce85debef3c Mon Sep 17 00:00:00 2001 From: bfren Date: Wed, 20 Aug 2025 10:35:24 +0100 Subject: [PATCH 3/4] Updating to PostgreSQL 15.14, 16.10 and 17.6 --- 15/overlay/tmp/POSTGRESQL_BUILD | 2 +- 15/overlay/tmp/POSTGRESQL_MINOR | 2 +- 16/overlay/tmp/POSTGRESQL_BUILD | 2 +- 16/overlay/tmp/POSTGRESQL_MINOR | 2 +- 17/overlay/tmp/POSTGRESQL_BUILD | 2 +- 17/overlay/tmp/POSTGRESQL_MINOR | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/15/overlay/tmp/POSTGRESQL_BUILD b/15/overlay/tmp/POSTGRESQL_BUILD index bcb7ca0..3b82ca5 100644 --- a/15/overlay/tmp/POSTGRESQL_BUILD +++ b/15/overlay/tmp/POSTGRESQL_BUILD @@ -1 +1 @@ -15.13-r0 \ No newline at end of file +15.14-r0 \ No newline at end of file diff --git a/15/overlay/tmp/POSTGRESQL_MINOR b/15/overlay/tmp/POSTGRESQL_MINOR index c019dd5..9dce2b8 100644 --- a/15/overlay/tmp/POSTGRESQL_MINOR +++ b/15/overlay/tmp/POSTGRESQL_MINOR @@ -1 +1 @@ -15.13 \ No newline at end of file +15.14 \ No newline at end of file diff --git a/16/overlay/tmp/POSTGRESQL_BUILD b/16/overlay/tmp/POSTGRESQL_BUILD index 0577f72..dea695a 100644 --- a/16/overlay/tmp/POSTGRESQL_BUILD +++ b/16/overlay/tmp/POSTGRESQL_BUILD @@ -1 +1 @@ -16.9-r0 \ No newline at end of file +16.10-r0 \ No newline at end of file diff --git a/16/overlay/tmp/POSTGRESQL_MINOR b/16/overlay/tmp/POSTGRESQL_MINOR index 697de6d..0f355d8 100644 --- a/16/overlay/tmp/POSTGRESQL_MINOR +++ b/16/overlay/tmp/POSTGRESQL_MINOR @@ -1 +1 @@ -16.9 \ No newline at end of file +16.10 \ No newline at end of file diff --git a/17/overlay/tmp/POSTGRESQL_BUILD b/17/overlay/tmp/POSTGRESQL_BUILD index f7f3ffb..86d6098 100644 --- a/17/overlay/tmp/POSTGRESQL_BUILD +++ b/17/overlay/tmp/POSTGRESQL_BUILD @@ -1 +1 @@ -17.5-r0 \ No newline at end of file +17.6-r0 \ No newline at end of file diff --git a/17/overlay/tmp/POSTGRESQL_MINOR b/17/overlay/tmp/POSTGRESQL_MINOR index 8352fb9..9a03da8 100644 --- a/17/overlay/tmp/POSTGRESQL_MINOR +++ b/17/overlay/tmp/POSTGRESQL_MINOR @@ -1 +1 @@ -17.5 \ No newline at end of file +17.6 \ No newline at end of file From 3bed72707b14dd42e277ac90951f5dc4fd6ea4d2 Mon Sep 17 00:00:00 2001 From: bfren Date: Wed, 20 Aug 2025 10:41:00 +0100 Subject: [PATCH 4/4] Switching to use Alpine 3.22 for recent versions --- 15/Dockerfile | 2 +- 16/Dockerfile | 2 +- 17/Dockerfile | 2 +- generate-dockerfiles.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/15/Dockerfile b/15/Dockerfile index fddca17..7da4fed 100644 --- a/15/Dockerfile +++ b/15/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.21-5.6.5 +FROM ghcr.io/bfren/alpine-s6:alpine3.22-5.6.5 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql" diff --git a/16/Dockerfile b/16/Dockerfile index 6ff5c3f..252aa09 100644 --- a/16/Dockerfile +++ b/16/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.21-5.6.5 +FROM ghcr.io/bfren/alpine-s6:alpine3.22-5.6.5 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql" diff --git a/17/Dockerfile b/17/Dockerfile index ff19c0d..3d75e56 100644 --- a/17/Dockerfile +++ b/17/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.21-5.6.5 +FROM ghcr.io/bfren/alpine-s6:alpine3.22-5.6.5 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql" diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index 0afa8bd..738c5fd 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -15,7 +15,7 @@ for V in ${POSTGRESQL_VERSIONS} ; do if [ -f "${ALPINE_EDITION_FILE}" ] ; then ALPINE_EDITION=`cat ${ALPINE_EDITION_FILE}` else - ALPINE_EDITION="3.21" + ALPINE_EDITION="3.22" fi DOCKERFILE=$(docker run \