Daily automatic update

This commit is contained in:
CloudNativePG Automated Updates
2024-11-15 00:21:41 +00:00
parent c5e248a87d
commit ff850c5f37
36 changed files with 156 additions and 156 deletions

View File

@@ -1,6 +1,6 @@
{ {
"BARMAN_VERSION": "3.11.1", "BARMAN_VERSION": "3.11.1",
"IMAGE_RELEASE_VERSION": "57", "IMAGE_RELEASE_VERSION": "1",
"POSTGRES_IMAGE_LAST_UPDATED": "2024-11-12T18:08:04.002801Z", "POSTGRES_IMAGE_LAST_UPDATED": "2024-11-15T00:09:14.704007Z",
"POSTGRES_IMAGE_VERSION": "12.20-bookworm" "POSTGRES_IMAGE_VERSION": "12.21-bookworm"
} }

View File

@@ -14,17 +14,17 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# #
FROM postgres:12.20-bookworm FROM postgres:12.21-bookworm
# Do not split the description, otherwise we will see a blank space in the labels # Do not split the description, otherwise we will see a blank space in the labels
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="57" \ release="1" \
summary="PostgreSQL Container images." \ summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.20-bookworm." description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.21-bookworm."
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.20-bookworm." LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.21-bookworm."
COPY requirements.txt / COPY requirements.txt /

View File

@@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \ --hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7 --hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
# via -r requirements.in # via -r requirements.in
boto3==1.35.60 \ boto3==1.35.61 \
--hash=sha256:a34d28de1a1f6ca6ec3edd05c26db16e422293d8f9dcd94f308059a434596753 \ --hash=sha256:b86ddb1bb903fd0cd8fe69dc73ec2d317133f6731e90c0781f23398025471e64 \
--hash=sha256:e573504c67c3e438fd4b0222119ed1a73b644c78eb3b6dee0b36a6c70ecf7677 --hash=sha256:b9d3c7c65182bcb63c48ee959abbcf4ef293c1e3f7cb866a0de4684345b5a16e
botocore==1.35.60 \ botocore==1.35.61 \
--hash=sha256:378f53037d817bed2c04a006b7319745e664030182211429c924647273b29bc9 \ --hash=sha256:6bf15cb459d71e53239474bf8a47c1cda0e309b8e05cbe61561fd70cf0c4551d \
--hash=sha256:ddccfc39a0a55ac0321191a36d29c2ea9be2c96ceefb3928dd3c91c79c494d50 --hash=sha256:f6ddaa5f5eca2829ce5ed798d1cfee99479d5d4fb6d05fc20ca918d0dbe98d8f
# via # via
# boto3 # boto3
# s3transfer # s3transfer

View File

@@ -1,6 +1,6 @@
{ {
"BARMAN_VERSION": "3.11.1", "BARMAN_VERSION": "3.11.1",
"IMAGE_RELEASE_VERSION": "56", "IMAGE_RELEASE_VERSION": "1",
"POSTGRES_IMAGE_LAST_UPDATED": "2024-11-12T18:08:05.701253Z", "POSTGRES_IMAGE_LAST_UPDATED": "2024-11-15T00:09:17.279439Z",
"POSTGRES_IMAGE_VERSION": "12.20-bullseye" "POSTGRES_IMAGE_VERSION": "12.21-bullseye"
} }

View File

@@ -14,17 +14,17 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# #
FROM postgres:12.20-bullseye FROM postgres:12.21-bullseye
# Do not split the description, otherwise we will see a blank space in the labels # Do not split the description, otherwise we will see a blank space in the labels
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="56" \ release="1" \
summary="PostgreSQL Container images." \ summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.20-bullseye." description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.21-bullseye."
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.20-bullseye." LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.21-bullseye."
COPY requirements.txt / COPY requirements.txt /

View File

@@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \ --hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7 --hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
# via -r requirements.in # via -r requirements.in
boto3==1.35.60 \ boto3==1.35.61 \
--hash=sha256:a34d28de1a1f6ca6ec3edd05c26db16e422293d8f9dcd94f308059a434596753 \ --hash=sha256:b86ddb1bb903fd0cd8fe69dc73ec2d317133f6731e90c0781f23398025471e64 \
--hash=sha256:e573504c67c3e438fd4b0222119ed1a73b644c78eb3b6dee0b36a6c70ecf7677 --hash=sha256:b9d3c7c65182bcb63c48ee959abbcf4ef293c1e3f7cb866a0de4684345b5a16e
botocore==1.35.60 \ botocore==1.35.61 \
--hash=sha256:378f53037d817bed2c04a006b7319745e664030182211429c924647273b29bc9 \ --hash=sha256:6bf15cb459d71e53239474bf8a47c1cda0e309b8e05cbe61561fd70cf0c4551d \
--hash=sha256:ddccfc39a0a55ac0321191a36d29c2ea9be2c96ceefb3928dd3c91c79c494d50 --hash=sha256:f6ddaa5f5eca2829ce5ed798d1cfee99479d5d4fb6d05fc20ca918d0dbe98d8f
# via # via
# boto3 # boto3
# s3transfer # s3transfer

View File

@@ -1,6 +1,6 @@
{ {
"BARMAN_VERSION": "3.11.1", "BARMAN_VERSION": "3.11.1",
"IMAGE_RELEASE_VERSION": "57", "IMAGE_RELEASE_VERSION": "1",
"POSTGRES_IMAGE_LAST_UPDATED": "2024-11-12T18:08:58.591938Z", "POSTGRES_IMAGE_LAST_UPDATED": "2024-11-15T00:11:16.875133Z",
"POSTGRES_IMAGE_VERSION": "13.16-bookworm" "POSTGRES_IMAGE_VERSION": "13.17-bookworm"
} }

View File

@@ -14,17 +14,17 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# #
FROM postgres:13.16-bookworm FROM postgres:13.17-bookworm
# Do not split the description, otherwise we will see a blank space in the labels # Do not split the description, otherwise we will see a blank space in the labels
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="57" \ release="1" \
summary="PostgreSQL Container images." \ summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.16-bookworm." description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.17-bookworm."
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.16-bookworm." LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.17-bookworm."
COPY requirements.txt / COPY requirements.txt /

View File

@@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \ --hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7 --hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
# via -r requirements.in # via -r requirements.in
boto3==1.35.60 \ boto3==1.35.61 \
--hash=sha256:a34d28de1a1f6ca6ec3edd05c26db16e422293d8f9dcd94f308059a434596753 \ --hash=sha256:b86ddb1bb903fd0cd8fe69dc73ec2d317133f6731e90c0781f23398025471e64 \
--hash=sha256:e573504c67c3e438fd4b0222119ed1a73b644c78eb3b6dee0b36a6c70ecf7677 --hash=sha256:b9d3c7c65182bcb63c48ee959abbcf4ef293c1e3f7cb866a0de4684345b5a16e
botocore==1.35.60 \ botocore==1.35.61 \
--hash=sha256:378f53037d817bed2c04a006b7319745e664030182211429c924647273b29bc9 \ --hash=sha256:6bf15cb459d71e53239474bf8a47c1cda0e309b8e05cbe61561fd70cf0c4551d \
--hash=sha256:ddccfc39a0a55ac0321191a36d29c2ea9be2c96ceefb3928dd3c91c79c494d50 --hash=sha256:f6ddaa5f5eca2829ce5ed798d1cfee99479d5d4fb6d05fc20ca918d0dbe98d8f
# via # via
# boto3 # boto3
# s3transfer # s3transfer

View File

@@ -1,6 +1,6 @@
{ {
"BARMAN_VERSION": "3.11.1", "BARMAN_VERSION": "3.11.1",
"IMAGE_RELEASE_VERSION": "56", "IMAGE_RELEASE_VERSION": "1",
"POSTGRES_IMAGE_LAST_UPDATED": "2024-11-12T18:09:00.282399Z", "POSTGRES_IMAGE_LAST_UPDATED": "2024-11-15T00:11:19.447844Z",
"POSTGRES_IMAGE_VERSION": "13.16-bullseye" "POSTGRES_IMAGE_VERSION": "13.17-bullseye"
} }

View File

@@ -14,17 +14,17 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# #
FROM postgres:13.16-bullseye FROM postgres:13.17-bullseye
# Do not split the description, otherwise we will see a blank space in the labels # Do not split the description, otherwise we will see a blank space in the labels
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="56" \ release="1" \
summary="PostgreSQL Container images." \ summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.16-bullseye." description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.17-bullseye."
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.16-bullseye." LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.17-bullseye."
COPY requirements.txt / COPY requirements.txt /

View File

@@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \ --hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7 --hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
# via -r requirements.in # via -r requirements.in
boto3==1.35.60 \ boto3==1.35.61 \
--hash=sha256:a34d28de1a1f6ca6ec3edd05c26db16e422293d8f9dcd94f308059a434596753 \ --hash=sha256:b86ddb1bb903fd0cd8fe69dc73ec2d317133f6731e90c0781f23398025471e64 \
--hash=sha256:e573504c67c3e438fd4b0222119ed1a73b644c78eb3b6dee0b36a6c70ecf7677 --hash=sha256:b9d3c7c65182bcb63c48ee959abbcf4ef293c1e3f7cb866a0de4684345b5a16e
botocore==1.35.60 \ botocore==1.35.61 \
--hash=sha256:378f53037d817bed2c04a006b7319745e664030182211429c924647273b29bc9 \ --hash=sha256:6bf15cb459d71e53239474bf8a47c1cda0e309b8e05cbe61561fd70cf0c4551d \
--hash=sha256:ddccfc39a0a55ac0321191a36d29c2ea9be2c96ceefb3928dd3c91c79c494d50 --hash=sha256:f6ddaa5f5eca2829ce5ed798d1cfee99479d5d4fb6d05fc20ca918d0dbe98d8f
# via # via
# boto3 # boto3
# s3transfer # s3transfer

View File

@@ -1,6 +1,6 @@
{ {
"BARMAN_VERSION": "3.11.1", "BARMAN_VERSION": "3.11.1",
"IMAGE_RELEASE_VERSION": "57", "IMAGE_RELEASE_VERSION": "1",
"POSTGRES_IMAGE_LAST_UPDATED": "2024-11-12T18:09:48.361654Z", "POSTGRES_IMAGE_LAST_UPDATED": "2024-11-15T00:13:16.540897Z",
"POSTGRES_IMAGE_VERSION": "14.13-bookworm" "POSTGRES_IMAGE_VERSION": "14.14-bookworm"
} }

View File

@@ -14,17 +14,17 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# #
FROM postgres:14.13-bookworm FROM postgres:14.14-bookworm
# Do not split the description, otherwise we will see a blank space in the labels # Do not split the description, otherwise we will see a blank space in the labels
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="57" \ release="1" \
summary="PostgreSQL Container images." \ summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.13-bookworm." description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.14-bookworm."
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.13-bookworm." LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.14-bookworm."
COPY requirements.txt / COPY requirements.txt /

View File

@@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \ --hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7 --hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
# via -r requirements.in # via -r requirements.in
boto3==1.35.60 \ boto3==1.35.61 \
--hash=sha256:a34d28de1a1f6ca6ec3edd05c26db16e422293d8f9dcd94f308059a434596753 \ --hash=sha256:b86ddb1bb903fd0cd8fe69dc73ec2d317133f6731e90c0781f23398025471e64 \
--hash=sha256:e573504c67c3e438fd4b0222119ed1a73b644c78eb3b6dee0b36a6c70ecf7677 --hash=sha256:b9d3c7c65182bcb63c48ee959abbcf4ef293c1e3f7cb866a0de4684345b5a16e
botocore==1.35.60 \ botocore==1.35.61 \
--hash=sha256:378f53037d817bed2c04a006b7319745e664030182211429c924647273b29bc9 \ --hash=sha256:6bf15cb459d71e53239474bf8a47c1cda0e309b8e05cbe61561fd70cf0c4551d \
--hash=sha256:ddccfc39a0a55ac0321191a36d29c2ea9be2c96ceefb3928dd3c91c79c494d50 --hash=sha256:f6ddaa5f5eca2829ce5ed798d1cfee99479d5d4fb6d05fc20ca918d0dbe98d8f
# via # via
# boto3 # boto3
# s3transfer # s3transfer

View File

@@ -1,6 +1,6 @@
{ {
"BARMAN_VERSION": "3.11.1", "BARMAN_VERSION": "3.11.1",
"IMAGE_RELEASE_VERSION": "56", "IMAGE_RELEASE_VERSION": "1",
"POSTGRES_IMAGE_LAST_UPDATED": "2024-11-12T18:09:50.05464Z", "POSTGRES_IMAGE_LAST_UPDATED": "2024-11-15T00:13:20.090781Z",
"POSTGRES_IMAGE_VERSION": "14.13-bullseye" "POSTGRES_IMAGE_VERSION": "14.14-bullseye"
} }

View File

@@ -14,17 +14,17 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# #
FROM postgres:14.13-bullseye FROM postgres:14.14-bullseye
# Do not split the description, otherwise we will see a blank space in the labels # Do not split the description, otherwise we will see a blank space in the labels
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="56" \ release="1" \
summary="PostgreSQL Container images." \ summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.13-bullseye." description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.14-bullseye."
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.13-bullseye." LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.14-bullseye."
COPY requirements.txt / COPY requirements.txt /

View File

@@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \ --hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7 --hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
# via -r requirements.in # via -r requirements.in
boto3==1.35.60 \ boto3==1.35.61 \
--hash=sha256:a34d28de1a1f6ca6ec3edd05c26db16e422293d8f9dcd94f308059a434596753 \ --hash=sha256:b86ddb1bb903fd0cd8fe69dc73ec2d317133f6731e90c0781f23398025471e64 \
--hash=sha256:e573504c67c3e438fd4b0222119ed1a73b644c78eb3b6dee0b36a6c70ecf7677 --hash=sha256:b9d3c7c65182bcb63c48ee959abbcf4ef293c1e3f7cb866a0de4684345b5a16e
botocore==1.35.60 \ botocore==1.35.61 \
--hash=sha256:378f53037d817bed2c04a006b7319745e664030182211429c924647273b29bc9 \ --hash=sha256:6bf15cb459d71e53239474bf8a47c1cda0e309b8e05cbe61561fd70cf0c4551d \
--hash=sha256:ddccfc39a0a55ac0321191a36d29c2ea9be2c96ceefb3928dd3c91c79c494d50 --hash=sha256:f6ddaa5f5eca2829ce5ed798d1cfee99479d5d4fb6d05fc20ca918d0dbe98d8f
# via # via
# boto3 # boto3
# s3transfer # s3transfer

View File

@@ -1,6 +1,6 @@
{ {
"BARMAN_VERSION": "3.11.1", "BARMAN_VERSION": "3.11.1",
"IMAGE_RELEASE_VERSION": "57", "IMAGE_RELEASE_VERSION": "1",
"POSTGRES_IMAGE_LAST_UPDATED": "2024-11-12T15:11:02.327064Z", "POSTGRES_IMAGE_LAST_UPDATED": "2024-11-15T00:15:27.949492Z",
"POSTGRES_IMAGE_VERSION": "15.8-bookworm" "POSTGRES_IMAGE_VERSION": "15.9-bookworm"
} }

View File

@@ -14,17 +14,17 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# #
FROM postgres:15.8-bookworm FROM postgres:15.9-bookworm
# Do not split the description, otherwise we will see a blank space in the labels # Do not split the description, otherwise we will see a blank space in the labels
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="57" \ release="1" \
summary="PostgreSQL Container images." \ summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.8-bookworm." description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.9-bookworm."
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.8-bookworm." LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.9-bookworm."
COPY requirements.txt / COPY requirements.txt /

View File

@@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \ --hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7 --hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
# via -r requirements.in # via -r requirements.in
boto3==1.35.60 \ boto3==1.35.61 \
--hash=sha256:a34d28de1a1f6ca6ec3edd05c26db16e422293d8f9dcd94f308059a434596753 \ --hash=sha256:b86ddb1bb903fd0cd8fe69dc73ec2d317133f6731e90c0781f23398025471e64 \
--hash=sha256:e573504c67c3e438fd4b0222119ed1a73b644c78eb3b6dee0b36a6c70ecf7677 --hash=sha256:b9d3c7c65182bcb63c48ee959abbcf4ef293c1e3f7cb866a0de4684345b5a16e
botocore==1.35.60 \ botocore==1.35.61 \
--hash=sha256:378f53037d817bed2c04a006b7319745e664030182211429c924647273b29bc9 \ --hash=sha256:6bf15cb459d71e53239474bf8a47c1cda0e309b8e05cbe61561fd70cf0c4551d \
--hash=sha256:ddccfc39a0a55ac0321191a36d29c2ea9be2c96ceefb3928dd3c91c79c494d50 --hash=sha256:f6ddaa5f5eca2829ce5ed798d1cfee99479d5d4fb6d05fc20ca918d0dbe98d8f
# via # via
# boto3 # boto3
# s3transfer # s3transfer

View File

@@ -1,6 +1,6 @@
{ {
"BARMAN_VERSION": "3.11.1", "BARMAN_VERSION": "3.11.1",
"IMAGE_RELEASE_VERSION": "56", "IMAGE_RELEASE_VERSION": "1",
"POSTGRES_IMAGE_LAST_UPDATED": "2024-11-12T15:11:03.976233Z", "POSTGRES_IMAGE_LAST_UPDATED": "2024-11-15T00:15:31.146441Z",
"POSTGRES_IMAGE_VERSION": "15.8-bullseye" "POSTGRES_IMAGE_VERSION": "15.9-bullseye"
} }

View File

@@ -14,17 +14,17 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# #
FROM postgres:15.8-bullseye FROM postgres:15.9-bullseye
# Do not split the description, otherwise we will see a blank space in the labels # Do not split the description, otherwise we will see a blank space in the labels
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="56" \ release="1" \
summary="PostgreSQL Container images." \ summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.8-bullseye." description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.9-bullseye."
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.8-bullseye." LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.9-bullseye."
COPY requirements.txt / COPY requirements.txt /

View File

@@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \ --hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7 --hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
# via -r requirements.in # via -r requirements.in
boto3==1.35.60 \ boto3==1.35.61 \
--hash=sha256:a34d28de1a1f6ca6ec3edd05c26db16e422293d8f9dcd94f308059a434596753 \ --hash=sha256:b86ddb1bb903fd0cd8fe69dc73ec2d317133f6731e90c0781f23398025471e64 \
--hash=sha256:e573504c67c3e438fd4b0222119ed1a73b644c78eb3b6dee0b36a6c70ecf7677 --hash=sha256:b9d3c7c65182bcb63c48ee959abbcf4ef293c1e3f7cb866a0de4684345b5a16e
botocore==1.35.60 \ botocore==1.35.61 \
--hash=sha256:378f53037d817bed2c04a006b7319745e664030182211429c924647273b29bc9 \ --hash=sha256:6bf15cb459d71e53239474bf8a47c1cda0e309b8e05cbe61561fd70cf0c4551d \
--hash=sha256:ddccfc39a0a55ac0321191a36d29c2ea9be2c96ceefb3928dd3c91c79c494d50 --hash=sha256:f6ddaa5f5eca2829ce5ed798d1cfee99479d5d4fb6d05fc20ca918d0dbe98d8f
# via # via
# boto3 # boto3
# s3transfer # s3transfer

View File

@@ -1,6 +1,6 @@
{ {
"BARMAN_VERSION": "3.11.1", "BARMAN_VERSION": "3.11.1",
"IMAGE_RELEASE_VERSION": "57", "IMAGE_RELEASE_VERSION": "1",
"POSTGRES_IMAGE_LAST_UPDATED": "2024-11-12T15:12:08.619727Z", "POSTGRES_IMAGE_LAST_UPDATED": "2024-11-15T00:17:47.471477Z",
"POSTGRES_IMAGE_VERSION": "16.4-bookworm" "POSTGRES_IMAGE_VERSION": "16.5-bookworm"
} }

View File

@@ -14,17 +14,17 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# #
FROM postgres:16.4-bookworm FROM postgres:16.5-bookworm
# Do not split the description, otherwise we will see a blank space in the labels # Do not split the description, otherwise we will see a blank space in the labels
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="57" \ release="1" \
summary="PostgreSQL Container images." \ summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.4-bookworm." description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.5-bookworm."
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.4-bookworm." LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.5-bookworm."
COPY requirements.txt / COPY requirements.txt /

View File

@@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \ --hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7 --hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
# via -r requirements.in # via -r requirements.in
boto3==1.35.60 \ boto3==1.35.61 \
--hash=sha256:a34d28de1a1f6ca6ec3edd05c26db16e422293d8f9dcd94f308059a434596753 \ --hash=sha256:b86ddb1bb903fd0cd8fe69dc73ec2d317133f6731e90c0781f23398025471e64 \
--hash=sha256:e573504c67c3e438fd4b0222119ed1a73b644c78eb3b6dee0b36a6c70ecf7677 --hash=sha256:b9d3c7c65182bcb63c48ee959abbcf4ef293c1e3f7cb866a0de4684345b5a16e
botocore==1.35.60 \ botocore==1.35.61 \
--hash=sha256:378f53037d817bed2c04a006b7319745e664030182211429c924647273b29bc9 \ --hash=sha256:6bf15cb459d71e53239474bf8a47c1cda0e309b8e05cbe61561fd70cf0c4551d \
--hash=sha256:ddccfc39a0a55ac0321191a36d29c2ea9be2c96ceefb3928dd3c91c79c494d50 --hash=sha256:f6ddaa5f5eca2829ce5ed798d1cfee99479d5d4fb6d05fc20ca918d0dbe98d8f
# via # via
# boto3 # boto3
# s3transfer # s3transfer

View File

@@ -1,6 +1,6 @@
{ {
"BARMAN_VERSION": "3.11.1", "BARMAN_VERSION": "3.11.1",
"IMAGE_RELEASE_VERSION": "57", "IMAGE_RELEASE_VERSION": "1",
"POSTGRES_IMAGE_LAST_UPDATED": "2024-11-12T15:12:10.224733Z", "POSTGRES_IMAGE_LAST_UPDATED": "2024-11-15T00:17:49.658567Z",
"POSTGRES_IMAGE_VERSION": "16.4-bullseye" "POSTGRES_IMAGE_VERSION": "16.5-bullseye"
} }

View File

@@ -14,17 +14,17 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# #
FROM postgres:16.4-bullseye FROM postgres:16.5-bullseye
# Do not split the description, otherwise we will see a blank space in the labels # Do not split the description, otherwise we will see a blank space in the labels
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="57" \ release="1" \
summary="PostgreSQL Container images." \ summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.4-bullseye." description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.5-bullseye."
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.4-bullseye." LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.5-bullseye."
COPY requirements.txt / COPY requirements.txt /

View File

@@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \ --hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7 --hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
# via -r requirements.in # via -r requirements.in
boto3==1.35.60 \ boto3==1.35.61 \
--hash=sha256:a34d28de1a1f6ca6ec3edd05c26db16e422293d8f9dcd94f308059a434596753 \ --hash=sha256:b86ddb1bb903fd0cd8fe69dc73ec2d317133f6731e90c0781f23398025471e64 \
--hash=sha256:e573504c67c3e438fd4b0222119ed1a73b644c78eb3b6dee0b36a6c70ecf7677 --hash=sha256:b9d3c7c65182bcb63c48ee959abbcf4ef293c1e3f7cb866a0de4684345b5a16e
botocore==1.35.60 \ botocore==1.35.61 \
--hash=sha256:378f53037d817bed2c04a006b7319745e664030182211429c924647273b29bc9 \ --hash=sha256:6bf15cb459d71e53239474bf8a47c1cda0e309b8e05cbe61561fd70cf0c4551d \
--hash=sha256:ddccfc39a0a55ac0321191a36d29c2ea9be2c96ceefb3928dd3c91c79c494d50 --hash=sha256:f6ddaa5f5eca2829ce5ed798d1cfee99479d5d4fb6d05fc20ca918d0dbe98d8f
# via # via
# boto3 # boto3
# s3transfer # s3transfer

View File

@@ -1,6 +1,6 @@
{ {
"BARMAN_VERSION": "3.11.1", "BARMAN_VERSION": "3.11.1",
"IMAGE_RELEASE_VERSION": "35", "IMAGE_RELEASE_VERSION": "1",
"POSTGRES_IMAGE_LAST_UPDATED": "2024-11-12T15:13:18.924774Z", "POSTGRES_IMAGE_LAST_UPDATED": "2024-11-15T00:20:11.92271Z",
"POSTGRES_IMAGE_VERSION": "17.0-bookworm" "POSTGRES_IMAGE_VERSION": "17.1-bookworm"
} }

View File

@@ -14,17 +14,17 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# #
FROM postgres:17.0-bookworm FROM postgres:17.1-bookworm
# Do not split the description, otherwise we will see a blank space in the labels # Do not split the description, otherwise we will see a blank space in the labels
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="35" \ release="1" \
summary="PostgreSQL Container images." \ summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.0-bookworm." description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.1-bookworm."
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.0-bookworm." LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.1-bookworm."
COPY requirements.txt / COPY requirements.txt /

View File

@@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \ --hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7 --hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
# via -r requirements.in # via -r requirements.in
boto3==1.35.60 \ boto3==1.35.61 \
--hash=sha256:a34d28de1a1f6ca6ec3edd05c26db16e422293d8f9dcd94f308059a434596753 \ --hash=sha256:b86ddb1bb903fd0cd8fe69dc73ec2d317133f6731e90c0781f23398025471e64 \
--hash=sha256:e573504c67c3e438fd4b0222119ed1a73b644c78eb3b6dee0b36a6c70ecf7677 --hash=sha256:b9d3c7c65182bcb63c48ee959abbcf4ef293c1e3f7cb866a0de4684345b5a16e
botocore==1.35.60 \ botocore==1.35.61 \
--hash=sha256:378f53037d817bed2c04a006b7319745e664030182211429c924647273b29bc9 \ --hash=sha256:6bf15cb459d71e53239474bf8a47c1cda0e309b8e05cbe61561fd70cf0c4551d \
--hash=sha256:ddccfc39a0a55ac0321191a36d29c2ea9be2c96ceefb3928dd3c91c79c494d50 --hash=sha256:f6ddaa5f5eca2829ce5ed798d1cfee99479d5d4fb6d05fc20ca918d0dbe98d8f
# via # via
# boto3 # boto3
# s3transfer # s3transfer

View File

@@ -1,6 +1,6 @@
{ {
"BARMAN_VERSION": "3.11.1", "BARMAN_VERSION": "3.11.1",
"IMAGE_RELEASE_VERSION": "34", "IMAGE_RELEASE_VERSION": "1",
"POSTGRES_IMAGE_LAST_UPDATED": "2024-11-12T15:13:21.189258Z", "POSTGRES_IMAGE_LAST_UPDATED": "2024-11-15T00:20:14.374199Z",
"POSTGRES_IMAGE_VERSION": "17.0-bullseye" "POSTGRES_IMAGE_VERSION": "17.1-bullseye"
} }

View File

@@ -14,17 +14,17 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# #
FROM postgres:17.0-bullseye FROM postgres:17.1-bullseye
# Do not split the description, otherwise we will see a blank space in the labels # Do not split the description, otherwise we will see a blank space in the labels
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="34" \ release="1" \
summary="PostgreSQL Container images." \ summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.0-bullseye." description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.1-bullseye."
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.0-bullseye." LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.1-bullseye."
COPY requirements.txt / COPY requirements.txt /

View File

@@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \ --hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7 --hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
# via -r requirements.in # via -r requirements.in
boto3==1.35.60 \ boto3==1.35.61 \
--hash=sha256:a34d28de1a1f6ca6ec3edd05c26db16e422293d8f9dcd94f308059a434596753 \ --hash=sha256:b86ddb1bb903fd0cd8fe69dc73ec2d317133f6731e90c0781f23398025471e64 \
--hash=sha256:e573504c67c3e438fd4b0222119ed1a73b644c78eb3b6dee0b36a6c70ecf7677 --hash=sha256:b9d3c7c65182bcb63c48ee959abbcf4ef293c1e3f7cb866a0de4684345b5a16e
botocore==1.35.60 \ botocore==1.35.61 \
--hash=sha256:378f53037d817bed2c04a006b7319745e664030182211429c924647273b29bc9 \ --hash=sha256:6bf15cb459d71e53239474bf8a47c1cda0e309b8e05cbe61561fd70cf0c4551d \
--hash=sha256:ddccfc39a0a55ac0321191a36d29c2ea9be2c96ceefb3928dd3c91c79c494d50 --hash=sha256:f6ddaa5f5eca2829ce5ed798d1cfee99479d5d4fb6d05fc20ca918d0dbe98d8f
# via # via
# boto3 # boto3
# s3transfer # s3transfer