forked from repo-mirrors/cnpg-postgres-containers
Daily automatic update
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.11.1",
|
||||
"IMAGE_RELEASE_VERSION": "29",
|
||||
"IMAGE_RELEASE_VERSION": "30",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-09-28T11:07:42.263009Z",
|
||||
"POSTGRES_IMAGE_VERSION": "12.20-bookworm"
|
||||
}
|
||||
|
@@ -20,7 +20,7 @@ FROM postgres:12.20-bookworm
|
||||
LABEL name="PostgreSQL Container Images" \
|
||||
vendor="The CloudNativePG Contributors" \
|
||||
version="${PG_VERSION}" \
|
||||
release="29" \
|
||||
release="30" \
|
||||
summary="PostgreSQL Container images." \
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.20-bookworm."
|
||||
|
||||
|
@@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \
|
||||
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
|
||||
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
|
||||
# via -r requirements.in
|
||||
boto3==1.35.32 \
|
||||
--hash=sha256:786a243f4b4827c6ae149442bf544c2ae449570cf23616a5d386f7a2633e0e08 \
|
||||
--hash=sha256:a7652962897340d34bc930ffc9311dcc441da975dd1b904d0172b06adbea3601
|
||||
botocore==1.35.32 \
|
||||
--hash=sha256:2c0c2b62dd156daf904525f3f523ae22bf34ac109d727acf0bbfbca291440fc3 \
|
||||
--hash=sha256:5ecbcd2f112e991b1f95c88ebb0f8df1a7c4ad9681aff80ec77e67cc4836eaa9
|
||||
boto3==1.35.33 \
|
||||
--hash=sha256:4064e95d4035d4d3dd4eb59eaa5908d14d194b512d1dc1d271647b0c661fbdbb \
|
||||
--hash=sha256:d206e8295e856ded7c8fab086784dc17863ed9d735458145c2ef5b25604aef69
|
||||
botocore==1.35.33 \
|
||||
--hash=sha256:b149940c59aa318e020191c9e5644361b2371e77d0346a3819728b49d3fa2e4e \
|
||||
--hash=sha256:b7b1ed59a224616912c7546fa19ffd542c745818179ee0640a8a00b155bcd9cd
|
||||
# via
|
||||
# boto3
|
||||
# s3transfer
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.11.1",
|
||||
"IMAGE_RELEASE_VERSION": "28",
|
||||
"IMAGE_RELEASE_VERSION": "29",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-10-01T02:10:23.392865Z",
|
||||
"POSTGRES_IMAGE_VERSION": "12.20-bullseye"
|
||||
}
|
||||
|
@@ -20,7 +20,7 @@ FROM postgres:12.20-bullseye
|
||||
LABEL name="PostgreSQL Container Images" \
|
||||
vendor="The CloudNativePG Contributors" \
|
||||
version="${PG_VERSION}" \
|
||||
release="28" \
|
||||
release="29" \
|
||||
summary="PostgreSQL Container images." \
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.20-bullseye."
|
||||
|
||||
|
@@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \
|
||||
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
|
||||
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
|
||||
# via -r requirements.in
|
||||
boto3==1.35.32 \
|
||||
--hash=sha256:786a243f4b4827c6ae149442bf544c2ae449570cf23616a5d386f7a2633e0e08 \
|
||||
--hash=sha256:a7652962897340d34bc930ffc9311dcc441da975dd1b904d0172b06adbea3601
|
||||
botocore==1.35.32 \
|
||||
--hash=sha256:2c0c2b62dd156daf904525f3f523ae22bf34ac109d727acf0bbfbca291440fc3 \
|
||||
--hash=sha256:5ecbcd2f112e991b1f95c88ebb0f8df1a7c4ad9681aff80ec77e67cc4836eaa9
|
||||
boto3==1.35.33 \
|
||||
--hash=sha256:4064e95d4035d4d3dd4eb59eaa5908d14d194b512d1dc1d271647b0c661fbdbb \
|
||||
--hash=sha256:d206e8295e856ded7c8fab086784dc17863ed9d735458145c2ef5b25604aef69
|
||||
botocore==1.35.33 \
|
||||
--hash=sha256:b149940c59aa318e020191c9e5644361b2371e77d0346a3819728b49d3fa2e4e \
|
||||
--hash=sha256:b7b1ed59a224616912c7546fa19ffd542c745818179ee0640a8a00b155bcd9cd
|
||||
# via
|
||||
# boto3
|
||||
# s3transfer
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.11.1",
|
||||
"IMAGE_RELEASE_VERSION": "29",
|
||||
"IMAGE_RELEASE_VERSION": "30",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-09-28T11:08:13.281789Z",
|
||||
"POSTGRES_IMAGE_VERSION": "13.16-bookworm"
|
||||
}
|
||||
|
@@ -20,7 +20,7 @@ FROM postgres:13.16-bookworm
|
||||
LABEL name="PostgreSQL Container Images" \
|
||||
vendor="The CloudNativePG Contributors" \
|
||||
version="${PG_VERSION}" \
|
||||
release="29" \
|
||||
release="30" \
|
||||
summary="PostgreSQL Container images." \
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.16-bookworm."
|
||||
|
||||
|
@@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \
|
||||
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
|
||||
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
|
||||
# via -r requirements.in
|
||||
boto3==1.35.32 \
|
||||
--hash=sha256:786a243f4b4827c6ae149442bf544c2ae449570cf23616a5d386f7a2633e0e08 \
|
||||
--hash=sha256:a7652962897340d34bc930ffc9311dcc441da975dd1b904d0172b06adbea3601
|
||||
botocore==1.35.32 \
|
||||
--hash=sha256:2c0c2b62dd156daf904525f3f523ae22bf34ac109d727acf0bbfbca291440fc3 \
|
||||
--hash=sha256:5ecbcd2f112e991b1f95c88ebb0f8df1a7c4ad9681aff80ec77e67cc4836eaa9
|
||||
boto3==1.35.33 \
|
||||
--hash=sha256:4064e95d4035d4d3dd4eb59eaa5908d14d194b512d1dc1d271647b0c661fbdbb \
|
||||
--hash=sha256:d206e8295e856ded7c8fab086784dc17863ed9d735458145c2ef5b25604aef69
|
||||
botocore==1.35.33 \
|
||||
--hash=sha256:b149940c59aa318e020191c9e5644361b2371e77d0346a3819728b49d3fa2e4e \
|
||||
--hash=sha256:b7b1ed59a224616912c7546fa19ffd542c745818179ee0640a8a00b155bcd9cd
|
||||
# via
|
||||
# boto3
|
||||
# s3transfer
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.11.1",
|
||||
"IMAGE_RELEASE_VERSION": "28",
|
||||
"IMAGE_RELEASE_VERSION": "29",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-10-01T02:10:48.054713Z",
|
||||
"POSTGRES_IMAGE_VERSION": "13.16-bullseye"
|
||||
}
|
||||
|
@@ -20,7 +20,7 @@ FROM postgres:13.16-bullseye
|
||||
LABEL name="PostgreSQL Container Images" \
|
||||
vendor="The CloudNativePG Contributors" \
|
||||
version="${PG_VERSION}" \
|
||||
release="28" \
|
||||
release="29" \
|
||||
summary="PostgreSQL Container images." \
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.16-bullseye."
|
||||
|
||||
|
@@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \
|
||||
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
|
||||
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
|
||||
# via -r requirements.in
|
||||
boto3==1.35.32 \
|
||||
--hash=sha256:786a243f4b4827c6ae149442bf544c2ae449570cf23616a5d386f7a2633e0e08 \
|
||||
--hash=sha256:a7652962897340d34bc930ffc9311dcc441da975dd1b904d0172b06adbea3601
|
||||
botocore==1.35.32 \
|
||||
--hash=sha256:2c0c2b62dd156daf904525f3f523ae22bf34ac109d727acf0bbfbca291440fc3 \
|
||||
--hash=sha256:5ecbcd2f112e991b1f95c88ebb0f8df1a7c4ad9681aff80ec77e67cc4836eaa9
|
||||
boto3==1.35.33 \
|
||||
--hash=sha256:4064e95d4035d4d3dd4eb59eaa5908d14d194b512d1dc1d271647b0c661fbdbb \
|
||||
--hash=sha256:d206e8295e856ded7c8fab086784dc17863ed9d735458145c2ef5b25604aef69
|
||||
botocore==1.35.33 \
|
||||
--hash=sha256:b149940c59aa318e020191c9e5644361b2371e77d0346a3819728b49d3fa2e4e \
|
||||
--hash=sha256:b7b1ed59a224616912c7546fa19ffd542c745818179ee0640a8a00b155bcd9cd
|
||||
# via
|
||||
# boto3
|
||||
# s3transfer
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.11.1",
|
||||
"IMAGE_RELEASE_VERSION": "29",
|
||||
"IMAGE_RELEASE_VERSION": "30",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-09-28T11:08:44.899317Z",
|
||||
"POSTGRES_IMAGE_VERSION": "14.13-bookworm"
|
||||
}
|
||||
|
@@ -20,7 +20,7 @@ FROM postgres:14.13-bookworm
|
||||
LABEL name="PostgreSQL Container Images" \
|
||||
vendor="The CloudNativePG Contributors" \
|
||||
version="${PG_VERSION}" \
|
||||
release="29" \
|
||||
release="30" \
|
||||
summary="PostgreSQL Container images." \
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.13-bookworm."
|
||||
|
||||
|
@@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \
|
||||
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
|
||||
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
|
||||
# via -r requirements.in
|
||||
boto3==1.35.32 \
|
||||
--hash=sha256:786a243f4b4827c6ae149442bf544c2ae449570cf23616a5d386f7a2633e0e08 \
|
||||
--hash=sha256:a7652962897340d34bc930ffc9311dcc441da975dd1b904d0172b06adbea3601
|
||||
botocore==1.35.32 \
|
||||
--hash=sha256:2c0c2b62dd156daf904525f3f523ae22bf34ac109d727acf0bbfbca291440fc3 \
|
||||
--hash=sha256:5ecbcd2f112e991b1f95c88ebb0f8df1a7c4ad9681aff80ec77e67cc4836eaa9
|
||||
boto3==1.35.33 \
|
||||
--hash=sha256:4064e95d4035d4d3dd4eb59eaa5908d14d194b512d1dc1d271647b0c661fbdbb \
|
||||
--hash=sha256:d206e8295e856ded7c8fab086784dc17863ed9d735458145c2ef5b25604aef69
|
||||
botocore==1.35.33 \
|
||||
--hash=sha256:b149940c59aa318e020191c9e5644361b2371e77d0346a3819728b49d3fa2e4e \
|
||||
--hash=sha256:b7b1ed59a224616912c7546fa19ffd542c745818179ee0640a8a00b155bcd9cd
|
||||
# via
|
||||
# boto3
|
||||
# s3transfer
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.11.1",
|
||||
"IMAGE_RELEASE_VERSION": "28",
|
||||
"IMAGE_RELEASE_VERSION": "29",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-10-01T02:11:10.907588Z",
|
||||
"POSTGRES_IMAGE_VERSION": "14.13-bullseye"
|
||||
}
|
||||
|
@@ -20,7 +20,7 @@ FROM postgres:14.13-bullseye
|
||||
LABEL name="PostgreSQL Container Images" \
|
||||
vendor="The CloudNativePG Contributors" \
|
||||
version="${PG_VERSION}" \
|
||||
release="28" \
|
||||
release="29" \
|
||||
summary="PostgreSQL Container images." \
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.13-bullseye."
|
||||
|
||||
|
@@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \
|
||||
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
|
||||
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
|
||||
# via -r requirements.in
|
||||
boto3==1.35.32 \
|
||||
--hash=sha256:786a243f4b4827c6ae149442bf544c2ae449570cf23616a5d386f7a2633e0e08 \
|
||||
--hash=sha256:a7652962897340d34bc930ffc9311dcc441da975dd1b904d0172b06adbea3601
|
||||
botocore==1.35.32 \
|
||||
--hash=sha256:2c0c2b62dd156daf904525f3f523ae22bf34ac109d727acf0bbfbca291440fc3 \
|
||||
--hash=sha256:5ecbcd2f112e991b1f95c88ebb0f8df1a7c4ad9681aff80ec77e67cc4836eaa9
|
||||
boto3==1.35.33 \
|
||||
--hash=sha256:4064e95d4035d4d3dd4eb59eaa5908d14d194b512d1dc1d271647b0c661fbdbb \
|
||||
--hash=sha256:d206e8295e856ded7c8fab086784dc17863ed9d735458145c2ef5b25604aef69
|
||||
botocore==1.35.33 \
|
||||
--hash=sha256:b149940c59aa318e020191c9e5644361b2371e77d0346a3819728b49d3fa2e4e \
|
||||
--hash=sha256:b7b1ed59a224616912c7546fa19ffd542c745818179ee0640a8a00b155bcd9cd
|
||||
# via
|
||||
# boto3
|
||||
# s3transfer
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.11.1",
|
||||
"IMAGE_RELEASE_VERSION": "29",
|
||||
"IMAGE_RELEASE_VERSION": "30",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-09-28T08:09:29.506854Z",
|
||||
"POSTGRES_IMAGE_VERSION": "15.8-bookworm"
|
||||
}
|
||||
|
@@ -20,7 +20,7 @@ FROM postgres:15.8-bookworm
|
||||
LABEL name="PostgreSQL Container Images" \
|
||||
vendor="The CloudNativePG Contributors" \
|
||||
version="${PG_VERSION}" \
|
||||
release="29" \
|
||||
release="30" \
|
||||
summary="PostgreSQL Container images." \
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.8-bookworm."
|
||||
|
||||
|
@@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \
|
||||
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
|
||||
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
|
||||
# via -r requirements.in
|
||||
boto3==1.35.32 \
|
||||
--hash=sha256:786a243f4b4827c6ae149442bf544c2ae449570cf23616a5d386f7a2633e0e08 \
|
||||
--hash=sha256:a7652962897340d34bc930ffc9311dcc441da975dd1b904d0172b06adbea3601
|
||||
botocore==1.35.32 \
|
||||
--hash=sha256:2c0c2b62dd156daf904525f3f523ae22bf34ac109d727acf0bbfbca291440fc3 \
|
||||
--hash=sha256:5ecbcd2f112e991b1f95c88ebb0f8df1a7c4ad9681aff80ec77e67cc4836eaa9
|
||||
boto3==1.35.33 \
|
||||
--hash=sha256:4064e95d4035d4d3dd4eb59eaa5908d14d194b512d1dc1d271647b0c661fbdbb \
|
||||
--hash=sha256:d206e8295e856ded7c8fab086784dc17863ed9d735458145c2ef5b25604aef69
|
||||
botocore==1.35.33 \
|
||||
--hash=sha256:b149940c59aa318e020191c9e5644361b2371e77d0346a3819728b49d3fa2e4e \
|
||||
--hash=sha256:b7b1ed59a224616912c7546fa19ffd542c745818179ee0640a8a00b155bcd9cd
|
||||
# via
|
||||
# boto3
|
||||
# s3transfer
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.11.1",
|
||||
"IMAGE_RELEASE_VERSION": "28",
|
||||
"IMAGE_RELEASE_VERSION": "29",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-10-01T02:11:33.835291Z",
|
||||
"POSTGRES_IMAGE_VERSION": "15.8-bullseye"
|
||||
}
|
||||
|
@@ -20,7 +20,7 @@ FROM postgres:15.8-bullseye
|
||||
LABEL name="PostgreSQL Container Images" \
|
||||
vendor="The CloudNativePG Contributors" \
|
||||
version="${PG_VERSION}" \
|
||||
release="28" \
|
||||
release="29" \
|
||||
summary="PostgreSQL Container images." \
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.8-bullseye."
|
||||
|
||||
|
@@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \
|
||||
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
|
||||
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
|
||||
# via -r requirements.in
|
||||
boto3==1.35.32 \
|
||||
--hash=sha256:786a243f4b4827c6ae149442bf544c2ae449570cf23616a5d386f7a2633e0e08 \
|
||||
--hash=sha256:a7652962897340d34bc930ffc9311dcc441da975dd1b904d0172b06adbea3601
|
||||
botocore==1.35.32 \
|
||||
--hash=sha256:2c0c2b62dd156daf904525f3f523ae22bf34ac109d727acf0bbfbca291440fc3 \
|
||||
--hash=sha256:5ecbcd2f112e991b1f95c88ebb0f8df1a7c4ad9681aff80ec77e67cc4836eaa9
|
||||
boto3==1.35.33 \
|
||||
--hash=sha256:4064e95d4035d4d3dd4eb59eaa5908d14d194b512d1dc1d271647b0c661fbdbb \
|
||||
--hash=sha256:d206e8295e856ded7c8fab086784dc17863ed9d735458145c2ef5b25604aef69
|
||||
botocore==1.35.33 \
|
||||
--hash=sha256:b149940c59aa318e020191c9e5644361b2371e77d0346a3819728b49d3fa2e4e \
|
||||
--hash=sha256:b7b1ed59a224616912c7546fa19ffd542c745818179ee0640a8a00b155bcd9cd
|
||||
# via
|
||||
# boto3
|
||||
# s3transfer
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.11.1",
|
||||
"IMAGE_RELEASE_VERSION": "29",
|
||||
"IMAGE_RELEASE_VERSION": "30",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-09-28T08:10:10.860146Z",
|
||||
"POSTGRES_IMAGE_VERSION": "16.4-bookworm"
|
||||
}
|
||||
|
@@ -20,7 +20,7 @@ FROM postgres:16.4-bookworm
|
||||
LABEL name="PostgreSQL Container Images" \
|
||||
vendor="The CloudNativePG Contributors" \
|
||||
version="${PG_VERSION}" \
|
||||
release="29" \
|
||||
release="30" \
|
||||
summary="PostgreSQL Container images." \
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.4-bookworm."
|
||||
|
||||
|
@@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \
|
||||
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
|
||||
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
|
||||
# via -r requirements.in
|
||||
boto3==1.35.32 \
|
||||
--hash=sha256:786a243f4b4827c6ae149442bf544c2ae449570cf23616a5d386f7a2633e0e08 \
|
||||
--hash=sha256:a7652962897340d34bc930ffc9311dcc441da975dd1b904d0172b06adbea3601
|
||||
botocore==1.35.32 \
|
||||
--hash=sha256:2c0c2b62dd156daf904525f3f523ae22bf34ac109d727acf0bbfbca291440fc3 \
|
||||
--hash=sha256:5ecbcd2f112e991b1f95c88ebb0f8df1a7c4ad9681aff80ec77e67cc4836eaa9
|
||||
boto3==1.35.33 \
|
||||
--hash=sha256:4064e95d4035d4d3dd4eb59eaa5908d14d194b512d1dc1d271647b0c661fbdbb \
|
||||
--hash=sha256:d206e8295e856ded7c8fab086784dc17863ed9d735458145c2ef5b25604aef69
|
||||
botocore==1.35.33 \
|
||||
--hash=sha256:b149940c59aa318e020191c9e5644361b2371e77d0346a3819728b49d3fa2e4e \
|
||||
--hash=sha256:b7b1ed59a224616912c7546fa19ffd542c745818179ee0640a8a00b155bcd9cd
|
||||
# via
|
||||
# boto3
|
||||
# s3transfer
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.11.1",
|
||||
"IMAGE_RELEASE_VERSION": "29",
|
||||
"IMAGE_RELEASE_VERSION": "30",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-10-01T02:11:56.622933Z",
|
||||
"POSTGRES_IMAGE_VERSION": "16.4-bullseye"
|
||||
}
|
||||
|
@@ -20,7 +20,7 @@ FROM postgres:16.4-bullseye
|
||||
LABEL name="PostgreSQL Container Images" \
|
||||
vendor="The CloudNativePG Contributors" \
|
||||
version="${PG_VERSION}" \
|
||||
release="29" \
|
||||
release="30" \
|
||||
summary="PostgreSQL Container images." \
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.4-bullseye."
|
||||
|
||||
|
@@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \
|
||||
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
|
||||
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
|
||||
# via -r requirements.in
|
||||
boto3==1.35.32 \
|
||||
--hash=sha256:786a243f4b4827c6ae149442bf544c2ae449570cf23616a5d386f7a2633e0e08 \
|
||||
--hash=sha256:a7652962897340d34bc930ffc9311dcc441da975dd1b904d0172b06adbea3601
|
||||
botocore==1.35.32 \
|
||||
--hash=sha256:2c0c2b62dd156daf904525f3f523ae22bf34ac109d727acf0bbfbca291440fc3 \
|
||||
--hash=sha256:5ecbcd2f112e991b1f95c88ebb0f8df1a7c4ad9681aff80ec77e67cc4836eaa9
|
||||
boto3==1.35.33 \
|
||||
--hash=sha256:4064e95d4035d4d3dd4eb59eaa5908d14d194b512d1dc1d271647b0c661fbdbb \
|
||||
--hash=sha256:d206e8295e856ded7c8fab086784dc17863ed9d735458145c2ef5b25604aef69
|
||||
botocore==1.35.33 \
|
||||
--hash=sha256:b149940c59aa318e020191c9e5644361b2371e77d0346a3819728b49d3fa2e4e \
|
||||
--hash=sha256:b7b1ed59a224616912c7546fa19ffd542c745818179ee0640a8a00b155bcd9cd
|
||||
# via
|
||||
# boto3
|
||||
# s3transfer
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.11.1",
|
||||
"IMAGE_RELEASE_VERSION": "7",
|
||||
"IMAGE_RELEASE_VERSION": "8",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-09-28T08:10:52.423745Z",
|
||||
"POSTGRES_IMAGE_VERSION": "17.0-bookworm"
|
||||
}
|
||||
|
@@ -20,7 +20,7 @@ FROM postgres:17.0-bookworm
|
||||
LABEL name="PostgreSQL Container Images" \
|
||||
vendor="The CloudNativePG Contributors" \
|
||||
version="${PG_VERSION}" \
|
||||
release="7" \
|
||||
release="8" \
|
||||
summary="PostgreSQL Container images." \
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.0-bookworm."
|
||||
|
||||
|
@@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \
|
||||
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
|
||||
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
|
||||
# via -r requirements.in
|
||||
boto3==1.35.32 \
|
||||
--hash=sha256:786a243f4b4827c6ae149442bf544c2ae449570cf23616a5d386f7a2633e0e08 \
|
||||
--hash=sha256:a7652962897340d34bc930ffc9311dcc441da975dd1b904d0172b06adbea3601
|
||||
botocore==1.35.32 \
|
||||
--hash=sha256:2c0c2b62dd156daf904525f3f523ae22bf34ac109d727acf0bbfbca291440fc3 \
|
||||
--hash=sha256:5ecbcd2f112e991b1f95c88ebb0f8df1a7c4ad9681aff80ec77e67cc4836eaa9
|
||||
boto3==1.35.33 \
|
||||
--hash=sha256:4064e95d4035d4d3dd4eb59eaa5908d14d194b512d1dc1d271647b0c661fbdbb \
|
||||
--hash=sha256:d206e8295e856ded7c8fab086784dc17863ed9d735458145c2ef5b25604aef69
|
||||
botocore==1.35.33 \
|
||||
--hash=sha256:b149940c59aa318e020191c9e5644361b2371e77d0346a3819728b49d3fa2e4e \
|
||||
--hash=sha256:b7b1ed59a224616912c7546fa19ffd542c745818179ee0640a8a00b155bcd9cd
|
||||
# via
|
||||
# boto3
|
||||
# s3transfer
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.11.1",
|
||||
"IMAGE_RELEASE_VERSION": "6",
|
||||
"IMAGE_RELEASE_VERSION": "7",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-09-27T23:10:54.131217Z",
|
||||
"POSTGRES_IMAGE_VERSION": "17.0-bullseye"
|
||||
}
|
||||
|
@@ -20,7 +20,7 @@ FROM postgres:17.0-bullseye
|
||||
LABEL name="PostgreSQL Container Images" \
|
||||
vendor="The CloudNativePG Contributors" \
|
||||
version="${PG_VERSION}" \
|
||||
release="6" \
|
||||
release="7" \
|
||||
summary="PostgreSQL Container images." \
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.0-bullseye."
|
||||
|
||||
|
@@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \
|
||||
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
|
||||
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
|
||||
# via -r requirements.in
|
||||
boto3==1.35.32 \
|
||||
--hash=sha256:786a243f4b4827c6ae149442bf544c2ae449570cf23616a5d386f7a2633e0e08 \
|
||||
--hash=sha256:a7652962897340d34bc930ffc9311dcc441da975dd1b904d0172b06adbea3601
|
||||
botocore==1.35.32 \
|
||||
--hash=sha256:2c0c2b62dd156daf904525f3f523ae22bf34ac109d727acf0bbfbca291440fc3 \
|
||||
--hash=sha256:5ecbcd2f112e991b1f95c88ebb0f8df1a7c4ad9681aff80ec77e67cc4836eaa9
|
||||
boto3==1.35.33 \
|
||||
--hash=sha256:4064e95d4035d4d3dd4eb59eaa5908d14d194b512d1dc1d271647b0c661fbdbb \
|
||||
--hash=sha256:d206e8295e856ded7c8fab086784dc17863ed9d735458145c2ef5b25604aef69
|
||||
botocore==1.35.33 \
|
||||
--hash=sha256:b149940c59aa318e020191c9e5644361b2371e77d0346a3819728b49d3fa2e4e \
|
||||
--hash=sha256:b7b1ed59a224616912c7546fa19ffd542c745818179ee0640a8a00b155bcd9cd
|
||||
# via
|
||||
# boto3
|
||||
# s3transfer
|
||||
|
Reference in New Issue
Block a user