forked from repo-mirrors/cnpg-postgres-containers
Daily automatic update
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"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_VERSION": "13.21-bookworm"
|
||||
}
|
||||
|
@@ -19,7 +19,7 @@ FROM postgres:13.21-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 13.21-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!"; \
|
||||
|
@@ -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 \
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"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_VERSION": "13.21-bullseye"
|
||||
}
|
||||
|
@@ -19,7 +19,7 @@ FROM postgres:13.21-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 13.21-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!"; \
|
||||
|
@@ -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 \
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"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_VERSION": "14.18-bookworm"
|
||||
}
|
||||
|
@@ -19,7 +19,7 @@ FROM postgres:14.18-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 14.18-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!"; \
|
||||
|
@@ -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 \
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"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_VERSION": "14.18-bullseye"
|
||||
}
|
||||
|
@@ -19,7 +19,7 @@ FROM postgres:14.18-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 14.18-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!"; \
|
||||
|
@@ -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 \
|
||||
|
@@ -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:07.415772Z",
|
||||
"POSTGRES_IMAGE_VERSION": "15.13-bookworm"
|
||||
}
|
||||
|
@@ -19,7 +19,7 @@ FROM postgres:15.13-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 15.13-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!"; \
|
||||
|
@@ -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 \
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"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_VERSION": "15.13-bullseye"
|
||||
}
|
||||
|
@@ -19,7 +19,7 @@ FROM postgres:15.13-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 15.13-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!"; \
|
||||
|
@@ -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 \
|
||||
|
@@ -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"
|
||||
}
|
||||
|
@@ -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!"; \
|
||||
|
@@ -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 \
|
||||
|
@@ -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"
|
||||
}
|
||||
|
@@ -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!"; \
|
||||
|
@@ -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 \
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"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_VERSION": "17.5-bookworm"
|
||||
}
|
||||
|
@@ -19,7 +19,7 @@ FROM postgres:17.5-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 17.5-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!"; \
|
||||
|
@@ -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 \
|
||||
|
@@ -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:42.709713Z",
|
||||
"POSTGRES_IMAGE_VERSION": "17.5-bullseye"
|
||||
}
|
||||
|
@@ -19,7 +19,7 @@ FROM postgres:17.5-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 17.5-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!"; \
|
||||
|
@@ -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 \
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"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_VERSION": "18beta1-bookworm"
|
||||
}
|
||||
|
@@ -19,7 +19,7 @@ FROM postgres:18beta1-bookworm
|
||||
LABEL name="PostgreSQL Container Images" \
|
||||
vendor="The CloudNativePG Contributors" \
|
||||
version="${PG_VERSION}" \
|
||||
release="1" \
|
||||
release="2" \
|
||||
summary="PostgreSQL Container images." \
|
||||
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 /
|
||||
|
||||
# Install additional extensions
|
||||
# RUN set -xe; \
|
||||
RUN set -xe; \
|
||||
rm -fr /var/lib/postgresql/data
|
||||
# apt-get update; \
|
||||
# apt-get install -y --no-install-recommends \
|
||||
# "postgresql-${PG_MAJOR}-pgvector" \
|
||||
|
@@ -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 \
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"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_VERSION": "18beta1-bullseye"
|
||||
}
|
||||
|
@@ -19,7 +19,7 @@ FROM postgres:18beta1-bullseye
|
||||
LABEL name="PostgreSQL Container Images" \
|
||||
vendor="The CloudNativePG Contributors" \
|
||||
version="${PG_VERSION}" \
|
||||
release="1" \
|
||||
release="2" \
|
||||
summary="PostgreSQL Container images." \
|
||||
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 /
|
||||
|
||||
# Install additional extensions
|
||||
# RUN set -xe; \
|
||||
RUN set -xe; \
|
||||
rm -fr /var/lib/postgresql/data
|
||||
# apt-get update; \
|
||||
# apt-get install -y --no-install-recommends \
|
||||
# "postgresql-${PG_MAJOR}-pgvector" \
|
||||
|
@@ -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 \
|
||||
|
Reference in New Issue
Block a user