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",
"IMAGE_RELEASE_VERSION": "12",
"IMAGE_RELEASE_VERSION": "13",
"POSTGRES_IMAGE_LAST_UPDATED": "2025-07-01T17:08:31.081527Z",
"POSTGRES_IMAGE_VERSION": "16.9-bookworm"
}

View File

@@ -19,7 +19,7 @@ FROM postgres:16.9-bookworm
LABEL name="PostgreSQL Container Images" \
vendor="The CloudNativePG Contributors" \
version="${PG_VERSION}" \
release="12" \
release="13" \
summary="PostgreSQL Container images." \
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
RUN set -xe; \
rm -fr /var/lib/postgresql/data; \
apt-get update; \
if apt-get -s upgrade | grep "^Inst postgres"; then \
echo "ERROR: Upgradable postgres packages found!"; \

View File

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

View File

@@ -1,6 +1,6 @@
{
"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_VERSION": "16.9-bullseye"
}

View File

@@ -19,7 +19,7 @@ FROM postgres:16.9-bullseye
LABEL name="PostgreSQL Container Images" \
vendor="The CloudNativePG Contributors" \
version="${PG_VERSION}" \
release="12" \
release="13" \
summary="PostgreSQL Container images." \
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
RUN set -xe; \
rm -fr /var/lib/postgresql/data; \
apt-get update; \
if apt-get -s upgrade | grep "^Inst postgres"; then \
echo "ERROR: Upgradable postgres packages found!"; \

View File

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