Daily automatic update

This commit is contained in:
CloudNativePG Automated Updates
2024-12-20 00:23:06 +00:00
parent 84f873351d
commit 0048c4c3c9
37 changed files with 145 additions and 313 deletions

View File

@@ -1,6 +1,6 @@
{
"BARMAN_VERSION": "3.11.1",
"IMAGE_RELEASE_VERSION": "20",
"BARMAN_VERSION": "3.12.1",
"IMAGE_RELEASE_VERSION": "21",
"POSTGRES_IMAGE_LAST_UPDATED": "2024-12-03T12:09:33.089912Z",
"POSTGRES_IMAGE_VERSION": "16.6-bookworm"
}

View File

@@ -20,7 +20,7 @@ FROM postgres:16.6-bookworm
LABEL name="PostgreSQL Container Images" \
vendor="The CloudNativePG Contributors" \
version="${PG_VERSION}" \
release="20" \
release="21" \
summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.6-bookworm."
@@ -43,11 +43,6 @@ RUN set -xe; \
RUN set -xe; \
apt-get update; \
apt-get install -y --no-install-recommends \
# We require build dependencies to build snappy 0.6
# on Python 3.11 or greater.
# TODO: Remove build deps once barman unpins the snappy version or
# https://github.com/EnterpriseDB/barman/issues/905 is completed
build-essential python3-dev libsnappy-dev \
python3-pip \
python3-psycopg2 \
python3-setuptools \
@@ -55,15 +50,6 @@ 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; \
# We require build dependencies to build snappy 0.6
# on Python 3.11 or greater.
# TODO: Remove build deps once barman unpins the snappy version or
# https://github.com/EnterpriseDB/barman/issues/905 is completed
apt-get remove -y --purge --autoremove \
build-essential \
python3-dev \
libsnappy-dev \
; \
rm -rf /var/lib/apt/lists/*;
# Change the uid of postgres to 26

View File

@@ -16,16 +16,16 @@ azure-identity==1.19.0 \
azure-storage-blob==12.24.0 \
--hash=sha256:4f0bb4592ea79a2d986063696514c781c9e62be240f09f6397986e01755bc071 \
--hash=sha256:eaaaa1507c8c363d6e1d1342bd549938fdf1adec9b1ada8658c8f5bf3aea844e
barman[azure,cloud,google,snappy]==3.11.1 \
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
barman[azure,cloud,google,snappy]==3.12.1 \
--hash=sha256:258ef7100717f66032402e0abe03c977089c50fc47143df5708e92aa1d772937 \
--hash=sha256:9dd7be219b6f74954b80cdc28f9a72f2acb923e7da65edd0f41cdc82fd32e169
# via -r requirements.in
boto3==1.35.84 \
--hash=sha256:9f9bf72d92f7fdd546b974ffa45fa6715b9af7f5c00463e9d0f6ef9c95efe0c2 \
--hash=sha256:c94fc8023caf952f8740a48fc400521bba167f883cfa547d985c05fda7223f7a
botocore==1.35.84 \
--hash=sha256:b4dc2ac7f54ba959429e1debbd6c7c2fb2349baa1cd63803f0682f0773dbd077 \
--hash=sha256:f86754882e04683e2e99a6a23377d0dd7f1fc2b2242844b2381dbe4dcd639301
boto3==1.35.85 \
--hash=sha256:6257cad97d92c2b5597aec6e5484b9cfed8c0c785297942ed37cfaf2dd0ec23c \
--hash=sha256:f22678bdbdc91ca6022a45696284d236e1fbafa84ca3a69d108d4a155cdd823e
botocore==1.35.85 \
--hash=sha256:04c196905b0eebcb29f7594a9e4588772a5222deed1b381f54cab78d0f30e239 \
--hash=sha256:5e7e8075e85427c9e0e6d15dcb7d13b3c843011b25d43981571fe1bfb3fd6985
# via
# boto3
# s3transfer

View File

@@ -1,6 +1,6 @@
{
"BARMAN_VERSION": "3.11.1",
"IMAGE_RELEASE_VERSION": "20",
"BARMAN_VERSION": "3.12.1",
"IMAGE_RELEASE_VERSION": "21",
"POSTGRES_IMAGE_LAST_UPDATED": "2024-12-03T09:10:06.950368Z",
"POSTGRES_IMAGE_VERSION": "16.6-bullseye"
}

View File

@@ -20,7 +20,7 @@ FROM postgres:16.6-bullseye
LABEL name="PostgreSQL Container Images" \
vendor="The CloudNativePG Contributors" \
version="${PG_VERSION}" \
release="20" \
release="21" \
summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.6-bullseye."
@@ -43,11 +43,6 @@ RUN set -xe; \
RUN set -xe; \
apt-get update; \
apt-get install -y --no-install-recommends \
# We require build dependencies to build snappy 0.6
# on Python 3.11 or greater.
# TODO: Remove build deps once barman unpins the snappy version or
# https://github.com/EnterpriseDB/barman/issues/905 is completed
build-essential python3-dev libsnappy-dev \
python3-pip \
python3-psycopg2 \
python3-setuptools \
@@ -55,15 +50,6 @@ 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; \
# We require build dependencies to build snappy 0.6
# on Python 3.11 or greater.
# TODO: Remove build deps once barman unpins the snappy version or
# https://github.com/EnterpriseDB/barman/issues/905 is completed
apt-get remove -y --purge --autoremove \
build-essential \
python3-dev \
libsnappy-dev \
; \
rm -rf /var/lib/apt/lists/*;
# Change the uid of postgres to 26

View File

@@ -16,16 +16,16 @@ azure-identity==1.19.0 \
azure-storage-blob==12.24.0 \
--hash=sha256:4f0bb4592ea79a2d986063696514c781c9e62be240f09f6397986e01755bc071 \
--hash=sha256:eaaaa1507c8c363d6e1d1342bd549938fdf1adec9b1ada8658c8f5bf3aea844e
barman[azure,cloud,google,snappy]==3.11.1 \
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
barman[azure,cloud,google,snappy]==3.12.1 \
--hash=sha256:258ef7100717f66032402e0abe03c977089c50fc47143df5708e92aa1d772937 \
--hash=sha256:9dd7be219b6f74954b80cdc28f9a72f2acb923e7da65edd0f41cdc82fd32e169
# via -r requirements.in
boto3==1.35.84 \
--hash=sha256:9f9bf72d92f7fdd546b974ffa45fa6715b9af7f5c00463e9d0f6ef9c95efe0c2 \
--hash=sha256:c94fc8023caf952f8740a48fc400521bba167f883cfa547d985c05fda7223f7a
botocore==1.35.84 \
--hash=sha256:b4dc2ac7f54ba959429e1debbd6c7c2fb2349baa1cd63803f0682f0773dbd077 \
--hash=sha256:f86754882e04683e2e99a6a23377d0dd7f1fc2b2242844b2381dbe4dcd639301
boto3==1.35.85 \
--hash=sha256:6257cad97d92c2b5597aec6e5484b9cfed8c0c785297942ed37cfaf2dd0ec23c \
--hash=sha256:f22678bdbdc91ca6022a45696284d236e1fbafa84ca3a69d108d4a155cdd823e
botocore==1.35.85 \
--hash=sha256:04c196905b0eebcb29f7594a9e4588772a5222deed1b381f54cab78d0f30e239 \
--hash=sha256:5e7e8075e85427c9e0e6d15dcb7d13b3c843011b25d43981571fe1bfb3fd6985
# via
# boto3
# s3transfer