forked from repo-mirrors/cnpg-postgres-containers
Daily automatic update
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.12.1",
|
||||
"IMAGE_RELEASE_VERSION": "4",
|
||||
"IMAGE_RELEASE_VERSION": "5",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2025-03-01T03:13:13.552962Z",
|
||||
"POSTGRES_IMAGE_VERSION": "16.8-bookworm"
|
||||
}
|
||||
|
@@ -20,7 +20,7 @@ FROM postgres:16.8-bookworm
|
||||
LABEL name="PostgreSQL Container Images" \
|
||||
vendor="The CloudNativePG Contributors" \
|
||||
version="${PG_VERSION}" \
|
||||
release="4" \
|
||||
release="5" \
|
||||
summary="PostgreSQL Container images." \
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.8-bookworm."
|
||||
|
||||
@@ -43,6 +43,8 @@ RUN set -xe; \
|
||||
RUN set -xe; \
|
||||
apt-get update; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
# We require build-essential and python3-dev to build lz4 on arm64 since there isn't a pre-compiled wheel available
|
||||
build-essential python3-dev \
|
||||
python3-pip \
|
||||
python3-psycopg2 \
|
||||
python3-setuptools \
|
||||
@@ -50,6 +52,7 @@ RUN set -xe; \
|
||||
pip3 install --break-system-packages --upgrade pip; \
|
||||
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
|
||||
pip3 install --break-system-packages --no-deps -r requirements.txt; \
|
||||
apt-get remove -y --purge --autoremove build-essential python3-dev; \
|
||||
rm -rf /var/lib/apt/lists/*;
|
||||
|
||||
# Change the uid of postgres to 26
|
||||
|
@@ -338,9 +338,9 @@ cryptography==44.0.2 \
|
||||
# azure-storage-blob
|
||||
# msal
|
||||
# pyjwt
|
||||
google-api-core==2.24.1 \
|
||||
--hash=sha256:bc78d608f5a5bf853b80bd70a795f703294de656c096c0968320830a4bc280f1 \
|
||||
--hash=sha256:f8b36f5456ab0dd99a1b693a40a31d1e7757beea380ad1b38faaf8941eae9d8a
|
||||
google-api-core==2.24.2 \
|
||||
--hash=sha256:810a63ac95f3c441b7c0e43d344e372887f62ce9071ba972eacf32672e072de9 \
|
||||
--hash=sha256:81718493daf06d96d6bc76a91c23874dbf2fac0adbbf542831b805ee6e974696
|
||||
# via
|
||||
# google-cloud-core
|
||||
# google-cloud-storage
|
||||
@@ -351,9 +351,9 @@ google-auth==2.38.0 \
|
||||
# google-api-core
|
||||
# google-cloud-core
|
||||
# google-cloud-storage
|
||||
google-cloud-core==2.4.2 \
|
||||
--hash=sha256:7459c3e83de7cb8b9ecfec9babc910efb4314030c56dd798eaad12c426f7d180 \
|
||||
--hash=sha256:a4fcb0e2fcfd4bfe963837fad6d10943754fd79c1a50097d68540b6eb3d67f35
|
||||
google-cloud-core==2.4.3 \
|
||||
--hash=sha256:1fab62d7102844b278fe6dead3af32408b1df3eb06f5c7e8634cbd40edc4da53 \
|
||||
--hash=sha256:5130f9f4c14b4fafdff75c79448f9495cfade0d8775facf1b09c3bf67e027f6e
|
||||
# via google-cloud-storage
|
||||
google-cloud-storage==3.1.0 \
|
||||
--hash=sha256:944273179897c7c8a07ee15f2e6466a02da0c7c4b9ecceac2a26017cb2972049 \
|
||||
@@ -457,9 +457,9 @@ portalocker==2.10.1 \
|
||||
--hash=sha256:53a5984ebc86a025552264b459b46a2086e269b21823cb572f8f28ee759e45bf \
|
||||
--hash=sha256:ef1bf844e878ab08aee7e40184156e1151f228f103aa5c6bd0724cc330960f8f
|
||||
# via msal-extensions
|
||||
proto-plus==1.26.0 \
|
||||
--hash=sha256:6e93d5f5ca267b54300880fff156b6a3386b3fa3f43b1da62e680fc0c586ef22 \
|
||||
--hash=sha256:bf2dfaa3da281fc3187d12d224c707cb57214fb2c22ba854eb0c105a3fb2d4d7
|
||||
proto-plus==1.26.1 \
|
||||
--hash=sha256:13285478c2dcf2abb829db158e1047e2f1e8d63a077d94263c2b88b043c75a66 \
|
||||
--hash=sha256:21a515a4c4c0088a773899e23c7bbade3d18f9c66c73edd4c7ee3816bc96a012
|
||||
# via google-api-core
|
||||
protobuf==5.29.3 \
|
||||
--hash=sha256:0a18ed4a24198528f2333802eb075e59dea9d679ab7a6c5efb017a59004d849f \
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.12.1",
|
||||
"IMAGE_RELEASE_VERSION": "4",
|
||||
"IMAGE_RELEASE_VERSION": "5",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2025-03-01T00:13:50.45717Z",
|
||||
"POSTGRES_IMAGE_VERSION": "16.8-bullseye"
|
||||
}
|
||||
|
@@ -20,7 +20,7 @@ FROM postgres:16.8-bullseye
|
||||
LABEL name="PostgreSQL Container Images" \
|
||||
vendor="The CloudNativePG Contributors" \
|
||||
version="${PG_VERSION}" \
|
||||
release="4" \
|
||||
release="5" \
|
||||
summary="PostgreSQL Container images." \
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.8-bullseye."
|
||||
|
||||
@@ -43,6 +43,8 @@ RUN set -xe; \
|
||||
RUN set -xe; \
|
||||
apt-get update; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
# We require build-essential and python3-dev to build lz4 on arm64 since there isn't a pre-compiled wheel available
|
||||
build-essential python3-dev \
|
||||
python3-pip \
|
||||
python3-psycopg2 \
|
||||
python3-setuptools \
|
||||
@@ -50,6 +52,7 @@ RUN set -xe; \
|
||||
pip3 install --upgrade pip; \
|
||||
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
|
||||
pip3 install --no-deps -r requirements.txt; \
|
||||
apt-get remove -y --purge --autoremove build-essential python3-dev; \
|
||||
rm -rf /var/lib/apt/lists/*;
|
||||
|
||||
# Change the uid of postgres to 26
|
||||
|
@@ -338,9 +338,9 @@ cryptography==44.0.2 \
|
||||
# azure-storage-blob
|
||||
# msal
|
||||
# pyjwt
|
||||
google-api-core==2.24.1 \
|
||||
--hash=sha256:bc78d608f5a5bf853b80bd70a795f703294de656c096c0968320830a4bc280f1 \
|
||||
--hash=sha256:f8b36f5456ab0dd99a1b693a40a31d1e7757beea380ad1b38faaf8941eae9d8a
|
||||
google-api-core==2.24.2 \
|
||||
--hash=sha256:810a63ac95f3c441b7c0e43d344e372887f62ce9071ba972eacf32672e072de9 \
|
||||
--hash=sha256:81718493daf06d96d6bc76a91c23874dbf2fac0adbbf542831b805ee6e974696
|
||||
# via
|
||||
# google-cloud-core
|
||||
# google-cloud-storage
|
||||
@@ -351,9 +351,9 @@ google-auth==2.38.0 \
|
||||
# google-api-core
|
||||
# google-cloud-core
|
||||
# google-cloud-storage
|
||||
google-cloud-core==2.4.2 \
|
||||
--hash=sha256:7459c3e83de7cb8b9ecfec9babc910efb4314030c56dd798eaad12c426f7d180 \
|
||||
--hash=sha256:a4fcb0e2fcfd4bfe963837fad6d10943754fd79c1a50097d68540b6eb3d67f35
|
||||
google-cloud-core==2.4.3 \
|
||||
--hash=sha256:1fab62d7102844b278fe6dead3af32408b1df3eb06f5c7e8634cbd40edc4da53 \
|
||||
--hash=sha256:5130f9f4c14b4fafdff75c79448f9495cfade0d8775facf1b09c3bf67e027f6e
|
||||
# via google-cloud-storage
|
||||
google-cloud-storage==3.1.0 \
|
||||
--hash=sha256:944273179897c7c8a07ee15f2e6466a02da0c7c4b9ecceac2a26017cb2972049 \
|
||||
@@ -457,9 +457,9 @@ portalocker==2.10.1 \
|
||||
--hash=sha256:53a5984ebc86a025552264b459b46a2086e269b21823cb572f8f28ee759e45bf \
|
||||
--hash=sha256:ef1bf844e878ab08aee7e40184156e1151f228f103aa5c6bd0724cc330960f8f
|
||||
# via msal-extensions
|
||||
proto-plus==1.26.0 \
|
||||
--hash=sha256:6e93d5f5ca267b54300880fff156b6a3386b3fa3f43b1da62e680fc0c586ef22 \
|
||||
--hash=sha256:bf2dfaa3da281fc3187d12d224c707cb57214fb2c22ba854eb0c105a3fb2d4d7
|
||||
proto-plus==1.26.1 \
|
||||
--hash=sha256:13285478c2dcf2abb829db158e1047e2f1e8d63a077d94263c2b88b043c75a66 \
|
||||
--hash=sha256:21a515a4c4c0088a773899e23c7bbade3d18f9c66c73edd4c7ee3816bc96a012
|
||||
# via google-api-core
|
||||
protobuf==5.29.3 \
|
||||
--hash=sha256:0a18ed4a24198528f2333802eb075e59dea9d679ab7a6c5efb017a59004d849f \
|
||||
|
Reference in New Issue
Block a user