Daily automatic update

This commit is contained in:
CloudNativePG Automated Updates
2025-07-14 08:10:14 +00:00
parent 2d191a5c54
commit 53bbbacce4
36 changed files with 74 additions and 62 deletions

View File

@@ -1,6 +1,6 @@
{ {
"BARMAN_VERSION": "3.14.0", "BARMAN_VERSION": "3.14.0",
"IMAGE_RELEASE_VERSION": "12", "IMAGE_RELEASE_VERSION": "13",
"POSTGRES_IMAGE_LAST_UPDATED": "2025-07-01T20:07:39.515883Z", "POSTGRES_IMAGE_LAST_UPDATED": "2025-07-01T20:07:39.515883Z",
"POSTGRES_IMAGE_VERSION": "13.21-bookworm" "POSTGRES_IMAGE_VERSION": "13.21-bookworm"
} }

View File

@@ -19,7 +19,7 @@ FROM postgres:13.21-bookworm
LABEL name="PostgreSQL Container Images" \ LABEL name="PostgreSQL Container Images" \
vendor="The CloudNativePG Contributors" \ vendor="The CloudNativePG Contributors" \
version="${PG_VERSION}" \ version="${PG_VERSION}" \
release="12" \ release="13" \
summary="PostgreSQL Container images." \ summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.21-bookworm." description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.21-bookworm."
@@ -29,6 +29,7 @@ COPY requirements.txt /
# Install additional extensions # Install additional extensions
RUN set -xe; \ RUN set -xe; \
rm -fr /var/lib/postgresql/data; \
apt-get update; \ apt-get update; \
if apt-get -s upgrade | grep "^Inst postgres"; then \ if apt-get -s upgrade | grep "^Inst postgres"; then \
echo "ERROR: Upgradable postgres packages found!"; \ echo "ERROR: Upgradable postgres packages found!"; \

View File

@@ -33,9 +33,9 @@ cachetools==5.5.2 \
--hash=sha256:1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4 \ --hash=sha256:1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4 \
--hash=sha256:d26a22bcc62eb95c3beabd9f1ee5e820d3d2704fe2967cbe350e20c8ffcd3f0a --hash=sha256:d26a22bcc62eb95c3beabd9f1ee5e820d3d2704fe2967cbe350e20c8ffcd3f0a
# via google-auth # via google-auth
certifi==2025.7.9 \ certifi==2025.7.14 \
--hash=sha256:c1d2ec05395148ee10cf672ffc28cd37ea0ab0d99f9cc74c43e588cbd111b079 \ --hash=sha256:6b31f564a415d79ee77df69d757bb49a5bb53bd9f756cbbe24394ffd6fc1f4b2 \
--hash=sha256:d842783a14f8fdd646895ac26f719a061408834473cfc10203f6a575beb15d39 --hash=sha256:8ea99dbdfaaf2ba2f9bac77b9249ef62ec5218e7c2b2e903378ed5fccf765995
# via requests # via requests
cffi==1.17.1 \ cffi==1.17.1 \
--hash=sha256:045d61c734659cc045141be4bae381a41d89b741f795af1dd018bfb532fd0df8 \ --hash=sha256:045d61c734659cc045141be4bae381a41d89b741f795af1dd018bfb532fd0df8 \

View File

@@ -1,6 +1,6 @@
{ {
"BARMAN_VERSION": "3.14.0", "BARMAN_VERSION": "3.14.0",
"IMAGE_RELEASE_VERSION": "12", "IMAGE_RELEASE_VERSION": "13",
"POSTGRES_IMAGE_LAST_UPDATED": "2025-07-01T11:07:42.566277Z", "POSTGRES_IMAGE_LAST_UPDATED": "2025-07-01T11:07:42.566277Z",
"POSTGRES_IMAGE_VERSION": "13.21-bullseye" "POSTGRES_IMAGE_VERSION": "13.21-bullseye"
} }

View File

@@ -19,7 +19,7 @@ FROM postgres:13.21-bullseye
LABEL name="PostgreSQL Container Images" \ LABEL name="PostgreSQL Container Images" \
vendor="The CloudNativePG Contributors" \ vendor="The CloudNativePG Contributors" \
version="${PG_VERSION}" \ version="${PG_VERSION}" \
release="12" \ release="13" \
summary="PostgreSQL Container images." \ summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.21-bullseye." description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.21-bullseye."
@@ -29,6 +29,7 @@ COPY requirements.txt /
# Install additional extensions # Install additional extensions
RUN set -xe; \ RUN set -xe; \
rm -fr /var/lib/postgresql/data; \
apt-get update; \ apt-get update; \
if apt-get -s upgrade | grep "^Inst postgres"; then \ if apt-get -s upgrade | grep "^Inst postgres"; then \
echo "ERROR: Upgradable postgres packages found!"; \ echo "ERROR: Upgradable postgres packages found!"; \

View File

@@ -33,9 +33,9 @@ cachetools==5.5.2 \
--hash=sha256:1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4 \ --hash=sha256:1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4 \
--hash=sha256:d26a22bcc62eb95c3beabd9f1ee5e820d3d2704fe2967cbe350e20c8ffcd3f0a --hash=sha256:d26a22bcc62eb95c3beabd9f1ee5e820d3d2704fe2967cbe350e20c8ffcd3f0a
# via google-auth # via google-auth
certifi==2025.7.9 \ certifi==2025.7.14 \
--hash=sha256:c1d2ec05395148ee10cf672ffc28cd37ea0ab0d99f9cc74c43e588cbd111b079 \ --hash=sha256:6b31f564a415d79ee77df69d757bb49a5bb53bd9f756cbbe24394ffd6fc1f4b2 \
--hash=sha256:d842783a14f8fdd646895ac26f719a061408834473cfc10203f6a575beb15d39 --hash=sha256:8ea99dbdfaaf2ba2f9bac77b9249ef62ec5218e7c2b2e903378ed5fccf765995
# via requests # via requests
cffi==1.17.1 \ cffi==1.17.1 \
--hash=sha256:045d61c734659cc045141be4bae381a41d89b741f795af1dd018bfb532fd0df8 \ --hash=sha256:045d61c734659cc045141be4bae381a41d89b741f795af1dd018bfb532fd0df8 \

View File

@@ -1,6 +1,6 @@
{ {
"BARMAN_VERSION": "3.14.0", "BARMAN_VERSION": "3.14.0",
"IMAGE_RELEASE_VERSION": "12", "IMAGE_RELEASE_VERSION": "13",
"POSTGRES_IMAGE_LAST_UPDATED": "2025-07-01T20:08:04.405969Z", "POSTGRES_IMAGE_LAST_UPDATED": "2025-07-01T20:08:04.405969Z",
"POSTGRES_IMAGE_VERSION": "14.18-bookworm" "POSTGRES_IMAGE_VERSION": "14.18-bookworm"
} }

View File

@@ -19,7 +19,7 @@ FROM postgres:14.18-bookworm
LABEL name="PostgreSQL Container Images" \ LABEL name="PostgreSQL Container Images" \
vendor="The CloudNativePG Contributors" \ vendor="The CloudNativePG Contributors" \
version="${PG_VERSION}" \ version="${PG_VERSION}" \
release="12" \ release="13" \
summary="PostgreSQL Container images." \ summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.18-bookworm." description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.18-bookworm."
@@ -29,6 +29,7 @@ COPY requirements.txt /
# Install additional extensions # Install additional extensions
RUN set -xe; \ RUN set -xe; \
rm -fr /var/lib/postgresql/data; \
apt-get update; \ apt-get update; \
if apt-get -s upgrade | grep "^Inst postgres"; then \ if apt-get -s upgrade | grep "^Inst postgres"; then \
echo "ERROR: Upgradable postgres packages found!"; \ echo "ERROR: Upgradable postgres packages found!"; \

View File

@@ -33,9 +33,9 @@ cachetools==5.5.2 \
--hash=sha256:1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4 \ --hash=sha256:1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4 \
--hash=sha256:d26a22bcc62eb95c3beabd9f1ee5e820d3d2704fe2967cbe350e20c8ffcd3f0a --hash=sha256:d26a22bcc62eb95c3beabd9f1ee5e820d3d2704fe2967cbe350e20c8ffcd3f0a
# via google-auth # via google-auth
certifi==2025.7.9 \ certifi==2025.7.14 \
--hash=sha256:c1d2ec05395148ee10cf672ffc28cd37ea0ab0d99f9cc74c43e588cbd111b079 \ --hash=sha256:6b31f564a415d79ee77df69d757bb49a5bb53bd9f756cbbe24394ffd6fc1f4b2 \
--hash=sha256:d842783a14f8fdd646895ac26f719a061408834473cfc10203f6a575beb15d39 --hash=sha256:8ea99dbdfaaf2ba2f9bac77b9249ef62ec5218e7c2b2e903378ed5fccf765995
# via requests # via requests
cffi==1.17.1 \ cffi==1.17.1 \
--hash=sha256:045d61c734659cc045141be4bae381a41d89b741f795af1dd018bfb532fd0df8 \ --hash=sha256:045d61c734659cc045141be4bae381a41d89b741f795af1dd018bfb532fd0df8 \

View File

@@ -1,6 +1,6 @@
{ {
"BARMAN_VERSION": "3.14.0", "BARMAN_VERSION": "3.14.0",
"IMAGE_RELEASE_VERSION": "12", "IMAGE_RELEASE_VERSION": "13",
"POSTGRES_IMAGE_LAST_UPDATED": "2025-07-01T11:08:14.721848Z", "POSTGRES_IMAGE_LAST_UPDATED": "2025-07-01T11:08:14.721848Z",
"POSTGRES_IMAGE_VERSION": "14.18-bullseye" "POSTGRES_IMAGE_VERSION": "14.18-bullseye"
} }

View File

@@ -19,7 +19,7 @@ FROM postgres:14.18-bullseye
LABEL name="PostgreSQL Container Images" \ LABEL name="PostgreSQL Container Images" \
vendor="The CloudNativePG Contributors" \ vendor="The CloudNativePG Contributors" \
version="${PG_VERSION}" \ version="${PG_VERSION}" \
release="12" \ release="13" \
summary="PostgreSQL Container images." \ summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.18-bullseye." description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.18-bullseye."
@@ -29,6 +29,7 @@ COPY requirements.txt /
# Install additional extensions # Install additional extensions
RUN set -xe; \ RUN set -xe; \
rm -fr /var/lib/postgresql/data; \
apt-get update; \ apt-get update; \
if apt-get -s upgrade | grep "^Inst postgres"; then \ if apt-get -s upgrade | grep "^Inst postgres"; then \
echo "ERROR: Upgradable postgres packages found!"; \ echo "ERROR: Upgradable postgres packages found!"; \

View File

@@ -33,9 +33,9 @@ cachetools==5.5.2 \
--hash=sha256:1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4 \ --hash=sha256:1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4 \
--hash=sha256:d26a22bcc62eb95c3beabd9f1ee5e820d3d2704fe2967cbe350e20c8ffcd3f0a --hash=sha256:d26a22bcc62eb95c3beabd9f1ee5e820d3d2704fe2967cbe350e20c8ffcd3f0a
# via google-auth # via google-auth
certifi==2025.7.9 \ certifi==2025.7.14 \
--hash=sha256:c1d2ec05395148ee10cf672ffc28cd37ea0ab0d99f9cc74c43e588cbd111b079 \ --hash=sha256:6b31f564a415d79ee77df69d757bb49a5bb53bd9f756cbbe24394ffd6fc1f4b2 \
--hash=sha256:d842783a14f8fdd646895ac26f719a061408834473cfc10203f6a575beb15d39 --hash=sha256:8ea99dbdfaaf2ba2f9bac77b9249ef62ec5218e7c2b2e903378ed5fccf765995
# via requests # via requests
cffi==1.17.1 \ cffi==1.17.1 \
--hash=sha256:045d61c734659cc045141be4bae381a41d89b741f795af1dd018bfb532fd0df8 \ --hash=sha256:045d61c734659cc045141be4bae381a41d89b741f795af1dd018bfb532fd0df8 \

View File

@@ -1,6 +1,6 @@
{ {
"BARMAN_VERSION": "3.14.0", "BARMAN_VERSION": "3.14.0",
"IMAGE_RELEASE_VERSION": "12", "IMAGE_RELEASE_VERSION": "13",
"POSTGRES_IMAGE_LAST_UPDATED": "2025-07-01T17:08:07.415772Z", "POSTGRES_IMAGE_LAST_UPDATED": "2025-07-01T17:08:07.415772Z",
"POSTGRES_IMAGE_VERSION": "15.13-bookworm" "POSTGRES_IMAGE_VERSION": "15.13-bookworm"
} }

View File

@@ -19,7 +19,7 @@ FROM postgres:15.13-bookworm
LABEL name="PostgreSQL Container Images" \ LABEL name="PostgreSQL Container Images" \
vendor="The CloudNativePG Contributors" \ vendor="The CloudNativePG Contributors" \
version="${PG_VERSION}" \ version="${PG_VERSION}" \
release="12" \ release="13" \
summary="PostgreSQL Container images." \ summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.13-bookworm." description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.13-bookworm."
@@ -29,6 +29,7 @@ COPY requirements.txt /
# Install additional extensions # Install additional extensions
RUN set -xe; \ RUN set -xe; \
rm -fr /var/lib/postgresql/data; \
apt-get update; \ apt-get update; \
if apt-get -s upgrade | grep "^Inst postgres"; then \ if apt-get -s upgrade | grep "^Inst postgres"; then \
echo "ERROR: Upgradable postgres packages found!"; \ echo "ERROR: Upgradable postgres packages found!"; \

View File

@@ -33,9 +33,9 @@ cachetools==5.5.2 \
--hash=sha256:1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4 \ --hash=sha256:1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4 \
--hash=sha256:d26a22bcc62eb95c3beabd9f1ee5e820d3d2704fe2967cbe350e20c8ffcd3f0a --hash=sha256:d26a22bcc62eb95c3beabd9f1ee5e820d3d2704fe2967cbe350e20c8ffcd3f0a
# via google-auth # via google-auth
certifi==2025.7.9 \ certifi==2025.7.14 \
--hash=sha256:c1d2ec05395148ee10cf672ffc28cd37ea0ab0d99f9cc74c43e588cbd111b079 \ --hash=sha256:6b31f564a415d79ee77df69d757bb49a5bb53bd9f756cbbe24394ffd6fc1f4b2 \
--hash=sha256:d842783a14f8fdd646895ac26f719a061408834473cfc10203f6a575beb15d39 --hash=sha256:8ea99dbdfaaf2ba2f9bac77b9249ef62ec5218e7c2b2e903378ed5fccf765995
# via requests # via requests
cffi==1.17.1 \ cffi==1.17.1 \
--hash=sha256:045d61c734659cc045141be4bae381a41d89b741f795af1dd018bfb532fd0df8 \ --hash=sha256:045d61c734659cc045141be4bae381a41d89b741f795af1dd018bfb532fd0df8 \

View File

@@ -1,6 +1,6 @@
{ {
"BARMAN_VERSION": "3.14.0", "BARMAN_VERSION": "3.14.0",
"IMAGE_RELEASE_VERSION": "12", "IMAGE_RELEASE_VERSION": "13",
"POSTGRES_IMAGE_LAST_UPDATED": "2025-07-01T11:08:48.91129Z", "POSTGRES_IMAGE_LAST_UPDATED": "2025-07-01T11:08:48.91129Z",
"POSTGRES_IMAGE_VERSION": "15.13-bullseye" "POSTGRES_IMAGE_VERSION": "15.13-bullseye"
} }

View File

@@ -19,7 +19,7 @@ FROM postgres:15.13-bullseye
LABEL name="PostgreSQL Container Images" \ LABEL name="PostgreSQL Container Images" \
vendor="The CloudNativePG Contributors" \ vendor="The CloudNativePG Contributors" \
version="${PG_VERSION}" \ version="${PG_VERSION}" \
release="12" \ release="13" \
summary="PostgreSQL Container images." \ summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.13-bullseye." description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.13-bullseye."
@@ -29,6 +29,7 @@ COPY requirements.txt /
# Install additional extensions # Install additional extensions
RUN set -xe; \ RUN set -xe; \
rm -fr /var/lib/postgresql/data; \
apt-get update; \ apt-get update; \
if apt-get -s upgrade | grep "^Inst postgres"; then \ if apt-get -s upgrade | grep "^Inst postgres"; then \
echo "ERROR: Upgradable postgres packages found!"; \ echo "ERROR: Upgradable postgres packages found!"; \

View File

@@ -33,9 +33,9 @@ cachetools==5.5.2 \
--hash=sha256:1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4 \ --hash=sha256:1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4 \
--hash=sha256:d26a22bcc62eb95c3beabd9f1ee5e820d3d2704fe2967cbe350e20c8ffcd3f0a --hash=sha256:d26a22bcc62eb95c3beabd9f1ee5e820d3d2704fe2967cbe350e20c8ffcd3f0a
# via google-auth # via google-auth
certifi==2025.7.9 \ certifi==2025.7.14 \
--hash=sha256:c1d2ec05395148ee10cf672ffc28cd37ea0ab0d99f9cc74c43e588cbd111b079 \ --hash=sha256:6b31f564a415d79ee77df69d757bb49a5bb53bd9f756cbbe24394ffd6fc1f4b2 \
--hash=sha256:d842783a14f8fdd646895ac26f719a061408834473cfc10203f6a575beb15d39 --hash=sha256:8ea99dbdfaaf2ba2f9bac77b9249ef62ec5218e7c2b2e903378ed5fccf765995
# via requests # via requests
cffi==1.17.1 \ cffi==1.17.1 \
--hash=sha256:045d61c734659cc045141be4bae381a41d89b741f795af1dd018bfb532fd0df8 \ --hash=sha256:045d61c734659cc045141be4bae381a41d89b741f795af1dd018bfb532fd0df8 \

View File

@@ -1,6 +1,6 @@
{ {
"BARMAN_VERSION": "3.14.0", "BARMAN_VERSION": "3.14.0",
"IMAGE_RELEASE_VERSION": "12", "IMAGE_RELEASE_VERSION": "13",
"POSTGRES_IMAGE_LAST_UPDATED": "2025-07-01T17:08:31.081527Z", "POSTGRES_IMAGE_LAST_UPDATED": "2025-07-01T17:08:31.081527Z",
"POSTGRES_IMAGE_VERSION": "16.9-bookworm" "POSTGRES_IMAGE_VERSION": "16.9-bookworm"
} }

View File

@@ -19,7 +19,7 @@ FROM postgres:16.9-bookworm
LABEL name="PostgreSQL Container Images" \ LABEL name="PostgreSQL Container Images" \
vendor="The CloudNativePG Contributors" \ vendor="The CloudNativePG Contributors" \
version="${PG_VERSION}" \ version="${PG_VERSION}" \
release="12" \ release="13" \
summary="PostgreSQL Container images." \ summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.9-bookworm." description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.9-bookworm."
@@ -29,6 +29,7 @@ COPY requirements.txt /
# Install additional extensions # Install additional extensions
RUN set -xe; \ RUN set -xe; \
rm -fr /var/lib/postgresql/data; \
apt-get update; \ apt-get update; \
if apt-get -s upgrade | grep "^Inst postgres"; then \ if apt-get -s upgrade | grep "^Inst postgres"; then \
echo "ERROR: Upgradable postgres packages found!"; \ echo "ERROR: Upgradable postgres packages found!"; \

View File

@@ -33,9 +33,9 @@ cachetools==5.5.2 \
--hash=sha256:1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4 \ --hash=sha256:1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4 \
--hash=sha256:d26a22bcc62eb95c3beabd9f1ee5e820d3d2704fe2967cbe350e20c8ffcd3f0a --hash=sha256:d26a22bcc62eb95c3beabd9f1ee5e820d3d2704fe2967cbe350e20c8ffcd3f0a
# via google-auth # via google-auth
certifi==2025.7.9 \ certifi==2025.7.14 \
--hash=sha256:c1d2ec05395148ee10cf672ffc28cd37ea0ab0d99f9cc74c43e588cbd111b079 \ --hash=sha256:6b31f564a415d79ee77df69d757bb49a5bb53bd9f756cbbe24394ffd6fc1f4b2 \
--hash=sha256:d842783a14f8fdd646895ac26f719a061408834473cfc10203f6a575beb15d39 --hash=sha256:8ea99dbdfaaf2ba2f9bac77b9249ef62ec5218e7c2b2e903378ed5fccf765995
# via requests # via requests
cffi==1.17.1 \ cffi==1.17.1 \
--hash=sha256:045d61c734659cc045141be4bae381a41d89b741f795af1dd018bfb532fd0df8 \ --hash=sha256:045d61c734659cc045141be4bae381a41d89b741f795af1dd018bfb532fd0df8 \

View File

@@ -1,6 +1,6 @@
{ {
"BARMAN_VERSION": "3.14.0", "BARMAN_VERSION": "3.14.0",
"IMAGE_RELEASE_VERSION": "12", "IMAGE_RELEASE_VERSION": "13",
"POSTGRES_IMAGE_LAST_UPDATED": "2025-07-01T08:10:04.472768Z", "POSTGRES_IMAGE_LAST_UPDATED": "2025-07-01T08:10:04.472768Z",
"POSTGRES_IMAGE_VERSION": "16.9-bullseye" "POSTGRES_IMAGE_VERSION": "16.9-bullseye"
} }

View File

@@ -19,7 +19,7 @@ FROM postgres:16.9-bullseye
LABEL name="PostgreSQL Container Images" \ LABEL name="PostgreSQL Container Images" \
vendor="The CloudNativePG Contributors" \ vendor="The CloudNativePG Contributors" \
version="${PG_VERSION}" \ version="${PG_VERSION}" \
release="12" \ release="13" \
summary="PostgreSQL Container images." \ summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.9-bullseye." description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.9-bullseye."
@@ -29,6 +29,7 @@ COPY requirements.txt /
# Install additional extensions # Install additional extensions
RUN set -xe; \ RUN set -xe; \
rm -fr /var/lib/postgresql/data; \
apt-get update; \ apt-get update; \
if apt-get -s upgrade | grep "^Inst postgres"; then \ if apt-get -s upgrade | grep "^Inst postgres"; then \
echo "ERROR: Upgradable postgres packages found!"; \ echo "ERROR: Upgradable postgres packages found!"; \

View File

@@ -33,9 +33,9 @@ cachetools==5.5.2 \
--hash=sha256:1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4 \ --hash=sha256:1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4 \
--hash=sha256:d26a22bcc62eb95c3beabd9f1ee5e820d3d2704fe2967cbe350e20c8ffcd3f0a --hash=sha256:d26a22bcc62eb95c3beabd9f1ee5e820d3d2704fe2967cbe350e20c8ffcd3f0a
# via google-auth # via google-auth
certifi==2025.7.9 \ certifi==2025.7.14 \
--hash=sha256:c1d2ec05395148ee10cf672ffc28cd37ea0ab0d99f9cc74c43e588cbd111b079 \ --hash=sha256:6b31f564a415d79ee77df69d757bb49a5bb53bd9f756cbbe24394ffd6fc1f4b2 \
--hash=sha256:d842783a14f8fdd646895ac26f719a061408834473cfc10203f6a575beb15d39 --hash=sha256:8ea99dbdfaaf2ba2f9bac77b9249ef62ec5218e7c2b2e903378ed5fccf765995
# via requests # via requests
cffi==1.17.1 \ cffi==1.17.1 \
--hash=sha256:045d61c734659cc045141be4bae381a41d89b741f795af1dd018bfb532fd0df8 \ --hash=sha256:045d61c734659cc045141be4bae381a41d89b741f795af1dd018bfb532fd0df8 \

View File

@@ -1,6 +1,6 @@
{ {
"BARMAN_VERSION": "3.14.0", "BARMAN_VERSION": "3.14.0",
"IMAGE_RELEASE_VERSION": "12", "IMAGE_RELEASE_VERSION": "13",
"POSTGRES_IMAGE_LAST_UPDATED": "2025-07-01T14:08:50.817652Z", "POSTGRES_IMAGE_LAST_UPDATED": "2025-07-01T14:08:50.817652Z",
"POSTGRES_IMAGE_VERSION": "17.5-bookworm" "POSTGRES_IMAGE_VERSION": "17.5-bookworm"
} }

View File

@@ -19,7 +19,7 @@ FROM postgres:17.5-bookworm
LABEL name="PostgreSQL Container Images" \ LABEL name="PostgreSQL Container Images" \
vendor="The CloudNativePG Contributors" \ vendor="The CloudNativePG Contributors" \
version="${PG_VERSION}" \ version="${PG_VERSION}" \
release="12" \ release="13" \
summary="PostgreSQL Container images." \ summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.5-bookworm." description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.5-bookworm."
@@ -29,6 +29,7 @@ COPY requirements.txt /
# Install additional extensions # Install additional extensions
RUN set -xe; \ RUN set -xe; \
rm -fr /var/lib/postgresql/data; \
apt-get update; \ apt-get update; \
if apt-get -s upgrade | grep "^Inst postgres"; then \ if apt-get -s upgrade | grep "^Inst postgres"; then \
echo "ERROR: Upgradable postgres packages found!"; \ echo "ERROR: Upgradable postgres packages found!"; \

View File

@@ -33,9 +33,9 @@ cachetools==5.5.2 \
--hash=sha256:1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4 \ --hash=sha256:1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4 \
--hash=sha256:d26a22bcc62eb95c3beabd9f1ee5e820d3d2704fe2967cbe350e20c8ffcd3f0a --hash=sha256:d26a22bcc62eb95c3beabd9f1ee5e820d3d2704fe2967cbe350e20c8ffcd3f0a
# via google-auth # via google-auth
certifi==2025.7.9 \ certifi==2025.7.14 \
--hash=sha256:c1d2ec05395148ee10cf672ffc28cd37ea0ab0d99f9cc74c43e588cbd111b079 \ --hash=sha256:6b31f564a415d79ee77df69d757bb49a5bb53bd9f756cbbe24394ffd6fc1f4b2 \
--hash=sha256:d842783a14f8fdd646895ac26f719a061408834473cfc10203f6a575beb15d39 --hash=sha256:8ea99dbdfaaf2ba2f9bac77b9249ef62ec5218e7c2b2e903378ed5fccf765995
# via requests # via requests
cffi==1.17.1 \ cffi==1.17.1 \
--hash=sha256:045d61c734659cc045141be4bae381a41d89b741f795af1dd018bfb532fd0df8 \ --hash=sha256:045d61c734659cc045141be4bae381a41d89b741f795af1dd018bfb532fd0df8 \

View File

@@ -1,6 +1,6 @@
{ {
"BARMAN_VERSION": "3.14.0", "BARMAN_VERSION": "3.14.0",
"IMAGE_RELEASE_VERSION": "12", "IMAGE_RELEASE_VERSION": "13",
"POSTGRES_IMAGE_LAST_UPDATED": "2025-07-01T08:10:42.709713Z", "POSTGRES_IMAGE_LAST_UPDATED": "2025-07-01T08:10:42.709713Z",
"POSTGRES_IMAGE_VERSION": "17.5-bullseye" "POSTGRES_IMAGE_VERSION": "17.5-bullseye"
} }

View File

@@ -19,7 +19,7 @@ FROM postgres:17.5-bullseye
LABEL name="PostgreSQL Container Images" \ LABEL name="PostgreSQL Container Images" \
vendor="The CloudNativePG Contributors" \ vendor="The CloudNativePG Contributors" \
version="${PG_VERSION}" \ version="${PG_VERSION}" \
release="12" \ release="13" \
summary="PostgreSQL Container images." \ summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.5-bullseye." description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.5-bullseye."
@@ -29,6 +29,7 @@ COPY requirements.txt /
# Install additional extensions # Install additional extensions
RUN set -xe; \ RUN set -xe; \
rm -fr /var/lib/postgresql/data; \
apt-get update; \ apt-get update; \
if apt-get -s upgrade | grep "^Inst postgres"; then \ if apt-get -s upgrade | grep "^Inst postgres"; then \
echo "ERROR: Upgradable postgres packages found!"; \ echo "ERROR: Upgradable postgres packages found!"; \

View File

@@ -33,9 +33,9 @@ cachetools==5.5.2 \
--hash=sha256:1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4 \ --hash=sha256:1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4 \
--hash=sha256:d26a22bcc62eb95c3beabd9f1ee5e820d3d2704fe2967cbe350e20c8ffcd3f0a --hash=sha256:d26a22bcc62eb95c3beabd9f1ee5e820d3d2704fe2967cbe350e20c8ffcd3f0a
# via google-auth # via google-auth
certifi==2025.7.9 \ certifi==2025.7.14 \
--hash=sha256:c1d2ec05395148ee10cf672ffc28cd37ea0ab0d99f9cc74c43e588cbd111b079 \ --hash=sha256:6b31f564a415d79ee77df69d757bb49a5bb53bd9f756cbbe24394ffd6fc1f4b2 \
--hash=sha256:d842783a14f8fdd646895ac26f719a061408834473cfc10203f6a575beb15d39 --hash=sha256:8ea99dbdfaaf2ba2f9bac77b9249ef62ec5218e7c2b2e903378ed5fccf765995
# via requests # via requests
cffi==1.17.1 \ cffi==1.17.1 \
--hash=sha256:045d61c734659cc045141be4bae381a41d89b741f795af1dd018bfb532fd0df8 \ --hash=sha256:045d61c734659cc045141be4bae381a41d89b741f795af1dd018bfb532fd0df8 \

View File

@@ -1,6 +1,6 @@
{ {
"BARMAN_VERSION": "3.14.0", "BARMAN_VERSION": "3.14.0",
"IMAGE_RELEASE_VERSION": "1", "IMAGE_RELEASE_VERSION": "2",
"POSTGRES_IMAGE_LAST_UPDATED": "2025-07-01T14:09:06.900678Z", "POSTGRES_IMAGE_LAST_UPDATED": "2025-07-01T14:09:06.900678Z",
"POSTGRES_IMAGE_VERSION": "18beta1-bookworm" "POSTGRES_IMAGE_VERSION": "18beta1-bookworm"
} }

View File

@@ -19,7 +19,7 @@ FROM postgres:18beta1-bookworm
LABEL name="PostgreSQL Container Images" \ LABEL name="PostgreSQL Container Images" \
vendor="The CloudNativePG Contributors" \ vendor="The CloudNativePG Contributors" \
version="${PG_VERSION}" \ version="${PG_VERSION}" \
release="1" \ release="2" \
summary="PostgreSQL Container images." \ summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 18beta1-bookworm." description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 18beta1-bookworm."
@@ -28,7 +28,8 @@ LABEL org.opencontainers.image.description="This Docker image contains PostgreSQ
COPY requirements.txt / COPY requirements.txt /
# Install additional extensions # Install additional extensions
# RUN set -xe; \ RUN set -xe; \
rm -fr /var/lib/postgresql/data
# apt-get update; \ # apt-get update; \
# apt-get install -y --no-install-recommends \ # apt-get install -y --no-install-recommends \
# "postgresql-${PG_MAJOR}-pgvector" \ # "postgresql-${PG_MAJOR}-pgvector" \

View File

@@ -33,9 +33,9 @@ cachetools==5.5.2 \
--hash=sha256:1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4 \ --hash=sha256:1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4 \
--hash=sha256:d26a22bcc62eb95c3beabd9f1ee5e820d3d2704fe2967cbe350e20c8ffcd3f0a --hash=sha256:d26a22bcc62eb95c3beabd9f1ee5e820d3d2704fe2967cbe350e20c8ffcd3f0a
# via google-auth # via google-auth
certifi==2025.7.9 \ certifi==2025.7.14 \
--hash=sha256:c1d2ec05395148ee10cf672ffc28cd37ea0ab0d99f9cc74c43e588cbd111b079 \ --hash=sha256:6b31f564a415d79ee77df69d757bb49a5bb53bd9f756cbbe24394ffd6fc1f4b2 \
--hash=sha256:d842783a14f8fdd646895ac26f719a061408834473cfc10203f6a575beb15d39 --hash=sha256:8ea99dbdfaaf2ba2f9bac77b9249ef62ec5218e7c2b2e903378ed5fccf765995
# via requests # via requests
cffi==1.17.1 \ cffi==1.17.1 \
--hash=sha256:045d61c734659cc045141be4bae381a41d89b741f795af1dd018bfb532fd0df8 \ --hash=sha256:045d61c734659cc045141be4bae381a41d89b741f795af1dd018bfb532fd0df8 \

View File

@@ -1,6 +1,6 @@
{ {
"BARMAN_VERSION": "3.14.0", "BARMAN_VERSION": "3.14.0",
"IMAGE_RELEASE_VERSION": "1", "IMAGE_RELEASE_VERSION": "2",
"POSTGRES_IMAGE_LAST_UPDATED": "2025-07-01T08:11:13.699314Z", "POSTGRES_IMAGE_LAST_UPDATED": "2025-07-01T08:11:13.699314Z",
"POSTGRES_IMAGE_VERSION": "18beta1-bullseye" "POSTGRES_IMAGE_VERSION": "18beta1-bullseye"
} }

View File

@@ -19,7 +19,7 @@ FROM postgres:18beta1-bullseye
LABEL name="PostgreSQL Container Images" \ LABEL name="PostgreSQL Container Images" \
vendor="The CloudNativePG Contributors" \ vendor="The CloudNativePG Contributors" \
version="${PG_VERSION}" \ version="${PG_VERSION}" \
release="1" \ release="2" \
summary="PostgreSQL Container images." \ summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 18beta1-bullseye." description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 18beta1-bullseye."
@@ -28,7 +28,8 @@ LABEL org.opencontainers.image.description="This Docker image contains PostgreSQ
COPY requirements.txt / COPY requirements.txt /
# Install additional extensions # Install additional extensions
# RUN set -xe; \ RUN set -xe; \
rm -fr /var/lib/postgresql/data
# apt-get update; \ # apt-get update; \
# apt-get install -y --no-install-recommends \ # apt-get install -y --no-install-recommends \
# "postgresql-${PG_MAJOR}-pgvector" \ # "postgresql-${PG_MAJOR}-pgvector" \

View File

@@ -33,9 +33,9 @@ cachetools==5.5.2 \
--hash=sha256:1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4 \ --hash=sha256:1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4 \
--hash=sha256:d26a22bcc62eb95c3beabd9f1ee5e820d3d2704fe2967cbe350e20c8ffcd3f0a --hash=sha256:d26a22bcc62eb95c3beabd9f1ee5e820d3d2704fe2967cbe350e20c8ffcd3f0a
# via google-auth # via google-auth
certifi==2025.7.9 \ certifi==2025.7.14 \
--hash=sha256:c1d2ec05395148ee10cf672ffc28cd37ea0ab0d99f9cc74c43e588cbd111b079 \ --hash=sha256:6b31f564a415d79ee77df69d757bb49a5bb53bd9f756cbbe24394ffd6fc1f4b2 \
--hash=sha256:d842783a14f8fdd646895ac26f719a061408834473cfc10203f6a575beb15d39 --hash=sha256:8ea99dbdfaaf2ba2f9bac77b9249ef62ec5218e7c2b2e903378ed5fccf765995
# via requests # via requests
cffi==1.17.1 \ cffi==1.17.1 \
--hash=sha256:045d61c734659cc045141be4bae381a41d89b741f795af1dd018bfb532fd0df8 \ --hash=sha256:045d61c734659cc045141be4bae381a41d89b741f795af1dd018bfb532fd0df8 \