forked from repo-mirrors/cnpg-postgres-containers
Daily automatic update
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"BARMAN_VERSION": "3.12.1",
|
"BARMAN_VERSION": "3.12.1",
|
||||||
"IMAGE_RELEASE_VERSION": "10",
|
"IMAGE_RELEASE_VERSION": "11",
|
||||||
"POSTGRES_IMAGE_LAST_UPDATED": "2025-04-08T17:07:33.611827Z",
|
"POSTGRES_IMAGE_LAST_UPDATED": "2025-04-08T17:07:33.611827Z",
|
||||||
"POSTGRES_IMAGE_VERSION": "13.20-bookworm"
|
"POSTGRES_IMAGE_VERSION": "13.20-bookworm"
|
||||||
}
|
}
|
||||||
|
@@ -20,7 +20,7 @@ FROM postgres:13.20-bookworm
|
|||||||
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="10" \
|
release="11" \
|
||||||
summary="PostgreSQL Container images." \
|
summary="PostgreSQL Container images." \
|
||||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.20-bookworm."
|
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.20-bookworm."
|
||||||
|
|
||||||
|
@@ -357,9 +357,9 @@ google-api-core==2.24.2 \
|
|||||||
# via
|
# via
|
||||||
# google-cloud-core
|
# google-cloud-core
|
||||||
# google-cloud-storage
|
# google-cloud-storage
|
||||||
google-auth==2.38.0 \
|
google-auth==2.39.0 \
|
||||||
--hash=sha256:8285113607d3b80a3f1543b75962447ba8a09fe85783432a784fdeef6ac094c4 \
|
--hash=sha256:0150b6711e97fb9f52fe599f55648950cc4540015565d8fbb31be2ad6e1548a2 \
|
||||||
--hash=sha256:e7dae6694313f434a2727bf2906f27ad259bae090d7aa896590d86feec3d9d4a
|
--hash=sha256:73222d43cdc35a3aeacbfdcaf73142a97839f10de930550d89ebfe1d0a00cde7
|
||||||
# via
|
# via
|
||||||
# google-api-core
|
# google-api-core
|
||||||
# google-cloud-core
|
# google-cloud-core
|
||||||
@@ -413,9 +413,9 @@ google-resumable-media==2.7.2 \
|
|||||||
--hash=sha256:3ce7551e9fe6d99e9a126101d2536612bb73486721951e9562fee0f90c6ababa \
|
--hash=sha256:3ce7551e9fe6d99e9a126101d2536612bb73486721951e9562fee0f90c6ababa \
|
||||||
--hash=sha256:5280aed4629f2b60b847b0d42f9857fd4935c11af266744df33d8074cae92fe0
|
--hash=sha256:5280aed4629f2b60b847b0d42f9857fd4935c11af266744df33d8074cae92fe0
|
||||||
# via google-cloud-storage
|
# via google-cloud-storage
|
||||||
googleapis-common-protos==1.69.2 \
|
googleapis-common-protos==1.70.0 \
|
||||||
--hash=sha256:0b30452ff9c7a27d80bfc5718954063e8ab53dd3697093d3bc99581f5fd24212 \
|
--hash=sha256:0e1b44e0ea153e6594f9f394fef15193a68aaaea2d843f83e2742717ca753257 \
|
||||||
--hash=sha256:3e1b904a27a33c821b4b749fd31d334c0c9c30e6113023d495e48979a3dc9c5f
|
--hash=sha256:b8bfcca8c25a2bb253e0e0b0adaf8c00773e5e6af6fd92397576680b807e0fd8
|
||||||
# via google-api-core
|
# via google-api-core
|
||||||
idna==3.10 \
|
idna==3.10 \
|
||||||
--hash=sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9 \
|
--hash=sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9 \
|
||||||
@@ -538,9 +538,9 @@ requests==2.32.3 \
|
|||||||
# google-api-core
|
# google-api-core
|
||||||
# google-cloud-storage
|
# google-cloud-storage
|
||||||
# msal
|
# msal
|
||||||
rsa==4.9 \
|
rsa==4.9.1 \
|
||||||
--hash=sha256:90260d9058e514786967344d0ef75fa8727eed8a7d2e43ce9f4bcf1b536174f7 \
|
--hash=sha256:68635866661c6836b8d39430f97a996acbd61bfa49406748ea243539fe239762 \
|
||||||
--hash=sha256:e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21
|
--hash=sha256:e7bdbfdb5497da4c07dfd35530e1a902659db6ff241e39d9953cad06ebd0ae75
|
||||||
# via google-auth
|
# via google-auth
|
||||||
s3transfer==0.10.4 \
|
s3transfer==0.10.4 \
|
||||||
--hash=sha256:244a76a24355363a68164241438de1b72f8781664920260c48465896b712a41e \
|
--hash=sha256:244a76a24355363a68164241438de1b72f8781664920260c48465896b712a41e \
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"BARMAN_VERSION": "3.12.1",
|
"BARMAN_VERSION": "3.12.1",
|
||||||
"IMAGE_RELEASE_VERSION": "10",
|
"IMAGE_RELEASE_VERSION": "11",
|
||||||
"POSTGRES_IMAGE_LAST_UPDATED": "2025-04-08T11:07:29.557791Z",
|
"POSTGRES_IMAGE_LAST_UPDATED": "2025-04-08T11:07:29.557791Z",
|
||||||
"POSTGRES_IMAGE_VERSION": "13.20-bullseye"
|
"POSTGRES_IMAGE_VERSION": "13.20-bullseye"
|
||||||
}
|
}
|
||||||
|
@@ -20,7 +20,7 @@ FROM postgres:13.20-bullseye
|
|||||||
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="10" \
|
release="11" \
|
||||||
summary="PostgreSQL Container images." \
|
summary="PostgreSQL Container images." \
|
||||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.20-bullseye."
|
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.20-bullseye."
|
||||||
|
|
||||||
|
@@ -357,9 +357,9 @@ google-api-core==2.24.2 \
|
|||||||
# via
|
# via
|
||||||
# google-cloud-core
|
# google-cloud-core
|
||||||
# google-cloud-storage
|
# google-cloud-storage
|
||||||
google-auth==2.38.0 \
|
google-auth==2.39.0 \
|
||||||
--hash=sha256:8285113607d3b80a3f1543b75962447ba8a09fe85783432a784fdeef6ac094c4 \
|
--hash=sha256:0150b6711e97fb9f52fe599f55648950cc4540015565d8fbb31be2ad6e1548a2 \
|
||||||
--hash=sha256:e7dae6694313f434a2727bf2906f27ad259bae090d7aa896590d86feec3d9d4a
|
--hash=sha256:73222d43cdc35a3aeacbfdcaf73142a97839f10de930550d89ebfe1d0a00cde7
|
||||||
# via
|
# via
|
||||||
# google-api-core
|
# google-api-core
|
||||||
# google-cloud-core
|
# google-cloud-core
|
||||||
@@ -413,9 +413,9 @@ google-resumable-media==2.7.2 \
|
|||||||
--hash=sha256:3ce7551e9fe6d99e9a126101d2536612bb73486721951e9562fee0f90c6ababa \
|
--hash=sha256:3ce7551e9fe6d99e9a126101d2536612bb73486721951e9562fee0f90c6ababa \
|
||||||
--hash=sha256:5280aed4629f2b60b847b0d42f9857fd4935c11af266744df33d8074cae92fe0
|
--hash=sha256:5280aed4629f2b60b847b0d42f9857fd4935c11af266744df33d8074cae92fe0
|
||||||
# via google-cloud-storage
|
# via google-cloud-storage
|
||||||
googleapis-common-protos==1.69.2 \
|
googleapis-common-protos==1.70.0 \
|
||||||
--hash=sha256:0b30452ff9c7a27d80bfc5718954063e8ab53dd3697093d3bc99581f5fd24212 \
|
--hash=sha256:0e1b44e0ea153e6594f9f394fef15193a68aaaea2d843f83e2742717ca753257 \
|
||||||
--hash=sha256:3e1b904a27a33c821b4b749fd31d334c0c9c30e6113023d495e48979a3dc9c5f
|
--hash=sha256:b8bfcca8c25a2bb253e0e0b0adaf8c00773e5e6af6fd92397576680b807e0fd8
|
||||||
# via google-api-core
|
# via google-api-core
|
||||||
idna==3.10 \
|
idna==3.10 \
|
||||||
--hash=sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9 \
|
--hash=sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9 \
|
||||||
@@ -538,9 +538,9 @@ requests==2.32.3 \
|
|||||||
# google-api-core
|
# google-api-core
|
||||||
# google-cloud-storage
|
# google-cloud-storage
|
||||||
# msal
|
# msal
|
||||||
rsa==4.9 \
|
rsa==4.9.1 \
|
||||||
--hash=sha256:90260d9058e514786967344d0ef75fa8727eed8a7d2e43ce9f4bcf1b536174f7 \
|
--hash=sha256:68635866661c6836b8d39430f97a996acbd61bfa49406748ea243539fe239762 \
|
||||||
--hash=sha256:e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21
|
--hash=sha256:e7bdbfdb5497da4c07dfd35530e1a902659db6ff241e39d9953cad06ebd0ae75
|
||||||
# via google-auth
|
# via google-auth
|
||||||
s3transfer==0.10.4 \
|
s3transfer==0.10.4 \
|
||||||
--hash=sha256:244a76a24355363a68164241438de1b72f8781664920260c48465896b712a41e \
|
--hash=sha256:244a76a24355363a68164241438de1b72f8781664920260c48465896b712a41e \
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"BARMAN_VERSION": "3.12.1",
|
"BARMAN_VERSION": "3.12.1",
|
||||||
"IMAGE_RELEASE_VERSION": "10",
|
"IMAGE_RELEASE_VERSION": "11",
|
||||||
"POSTGRES_IMAGE_LAST_UPDATED": "2025-04-08T17:07:56.600868Z",
|
"POSTGRES_IMAGE_LAST_UPDATED": "2025-04-08T17:07:56.600868Z",
|
||||||
"POSTGRES_IMAGE_VERSION": "14.17-bookworm"
|
"POSTGRES_IMAGE_VERSION": "14.17-bookworm"
|
||||||
}
|
}
|
||||||
|
@@ -20,7 +20,7 @@ FROM postgres:14.17-bookworm
|
|||||||
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="10" \
|
release="11" \
|
||||||
summary="PostgreSQL Container images." \
|
summary="PostgreSQL Container images." \
|
||||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.17-bookworm."
|
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.17-bookworm."
|
||||||
|
|
||||||
|
@@ -357,9 +357,9 @@ google-api-core==2.24.2 \
|
|||||||
# via
|
# via
|
||||||
# google-cloud-core
|
# google-cloud-core
|
||||||
# google-cloud-storage
|
# google-cloud-storage
|
||||||
google-auth==2.38.0 \
|
google-auth==2.39.0 \
|
||||||
--hash=sha256:8285113607d3b80a3f1543b75962447ba8a09fe85783432a784fdeef6ac094c4 \
|
--hash=sha256:0150b6711e97fb9f52fe599f55648950cc4540015565d8fbb31be2ad6e1548a2 \
|
||||||
--hash=sha256:e7dae6694313f434a2727bf2906f27ad259bae090d7aa896590d86feec3d9d4a
|
--hash=sha256:73222d43cdc35a3aeacbfdcaf73142a97839f10de930550d89ebfe1d0a00cde7
|
||||||
# via
|
# via
|
||||||
# google-api-core
|
# google-api-core
|
||||||
# google-cloud-core
|
# google-cloud-core
|
||||||
@@ -413,9 +413,9 @@ google-resumable-media==2.7.2 \
|
|||||||
--hash=sha256:3ce7551e9fe6d99e9a126101d2536612bb73486721951e9562fee0f90c6ababa \
|
--hash=sha256:3ce7551e9fe6d99e9a126101d2536612bb73486721951e9562fee0f90c6ababa \
|
||||||
--hash=sha256:5280aed4629f2b60b847b0d42f9857fd4935c11af266744df33d8074cae92fe0
|
--hash=sha256:5280aed4629f2b60b847b0d42f9857fd4935c11af266744df33d8074cae92fe0
|
||||||
# via google-cloud-storage
|
# via google-cloud-storage
|
||||||
googleapis-common-protos==1.69.2 \
|
googleapis-common-protos==1.70.0 \
|
||||||
--hash=sha256:0b30452ff9c7a27d80bfc5718954063e8ab53dd3697093d3bc99581f5fd24212 \
|
--hash=sha256:0e1b44e0ea153e6594f9f394fef15193a68aaaea2d843f83e2742717ca753257 \
|
||||||
--hash=sha256:3e1b904a27a33c821b4b749fd31d334c0c9c30e6113023d495e48979a3dc9c5f
|
--hash=sha256:b8bfcca8c25a2bb253e0e0b0adaf8c00773e5e6af6fd92397576680b807e0fd8
|
||||||
# via google-api-core
|
# via google-api-core
|
||||||
idna==3.10 \
|
idna==3.10 \
|
||||||
--hash=sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9 \
|
--hash=sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9 \
|
||||||
@@ -538,9 +538,9 @@ requests==2.32.3 \
|
|||||||
# google-api-core
|
# google-api-core
|
||||||
# google-cloud-storage
|
# google-cloud-storage
|
||||||
# msal
|
# msal
|
||||||
rsa==4.9 \
|
rsa==4.9.1 \
|
||||||
--hash=sha256:90260d9058e514786967344d0ef75fa8727eed8a7d2e43ce9f4bcf1b536174f7 \
|
--hash=sha256:68635866661c6836b8d39430f97a996acbd61bfa49406748ea243539fe239762 \
|
||||||
--hash=sha256:e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21
|
--hash=sha256:e7bdbfdb5497da4c07dfd35530e1a902659db6ff241e39d9953cad06ebd0ae75
|
||||||
# via google-auth
|
# via google-auth
|
||||||
s3transfer==0.10.4 \
|
s3transfer==0.10.4 \
|
||||||
--hash=sha256:244a76a24355363a68164241438de1b72f8781664920260c48465896b712a41e \
|
--hash=sha256:244a76a24355363a68164241438de1b72f8781664920260c48465896b712a41e \
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"BARMAN_VERSION": "3.12.1",
|
"BARMAN_VERSION": "3.12.1",
|
||||||
"IMAGE_RELEASE_VERSION": "10",
|
"IMAGE_RELEASE_VERSION": "11",
|
||||||
"POSTGRES_IMAGE_LAST_UPDATED": "2025-04-08T08:08:33.774707Z",
|
"POSTGRES_IMAGE_LAST_UPDATED": "2025-04-08T08:08:33.774707Z",
|
||||||
"POSTGRES_IMAGE_VERSION": "14.17-bullseye"
|
"POSTGRES_IMAGE_VERSION": "14.17-bullseye"
|
||||||
}
|
}
|
||||||
|
@@ -20,7 +20,7 @@ FROM postgres:14.17-bullseye
|
|||||||
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="10" \
|
release="11" \
|
||||||
summary="PostgreSQL Container images." \
|
summary="PostgreSQL Container images." \
|
||||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.17-bullseye."
|
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.17-bullseye."
|
||||||
|
|
||||||
|
@@ -357,9 +357,9 @@ google-api-core==2.24.2 \
|
|||||||
# via
|
# via
|
||||||
# google-cloud-core
|
# google-cloud-core
|
||||||
# google-cloud-storage
|
# google-cloud-storage
|
||||||
google-auth==2.38.0 \
|
google-auth==2.39.0 \
|
||||||
--hash=sha256:8285113607d3b80a3f1543b75962447ba8a09fe85783432a784fdeef6ac094c4 \
|
--hash=sha256:0150b6711e97fb9f52fe599f55648950cc4540015565d8fbb31be2ad6e1548a2 \
|
||||||
--hash=sha256:e7dae6694313f434a2727bf2906f27ad259bae090d7aa896590d86feec3d9d4a
|
--hash=sha256:73222d43cdc35a3aeacbfdcaf73142a97839f10de930550d89ebfe1d0a00cde7
|
||||||
# via
|
# via
|
||||||
# google-api-core
|
# google-api-core
|
||||||
# google-cloud-core
|
# google-cloud-core
|
||||||
@@ -413,9 +413,9 @@ google-resumable-media==2.7.2 \
|
|||||||
--hash=sha256:3ce7551e9fe6d99e9a126101d2536612bb73486721951e9562fee0f90c6ababa \
|
--hash=sha256:3ce7551e9fe6d99e9a126101d2536612bb73486721951e9562fee0f90c6ababa \
|
||||||
--hash=sha256:5280aed4629f2b60b847b0d42f9857fd4935c11af266744df33d8074cae92fe0
|
--hash=sha256:5280aed4629f2b60b847b0d42f9857fd4935c11af266744df33d8074cae92fe0
|
||||||
# via google-cloud-storage
|
# via google-cloud-storage
|
||||||
googleapis-common-protos==1.69.2 \
|
googleapis-common-protos==1.70.0 \
|
||||||
--hash=sha256:0b30452ff9c7a27d80bfc5718954063e8ab53dd3697093d3bc99581f5fd24212 \
|
--hash=sha256:0e1b44e0ea153e6594f9f394fef15193a68aaaea2d843f83e2742717ca753257 \
|
||||||
--hash=sha256:3e1b904a27a33c821b4b749fd31d334c0c9c30e6113023d495e48979a3dc9c5f
|
--hash=sha256:b8bfcca8c25a2bb253e0e0b0adaf8c00773e5e6af6fd92397576680b807e0fd8
|
||||||
# via google-api-core
|
# via google-api-core
|
||||||
idna==3.10 \
|
idna==3.10 \
|
||||||
--hash=sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9 \
|
--hash=sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9 \
|
||||||
@@ -538,9 +538,9 @@ requests==2.32.3 \
|
|||||||
# google-api-core
|
# google-api-core
|
||||||
# google-cloud-storage
|
# google-cloud-storage
|
||||||
# msal
|
# msal
|
||||||
rsa==4.9 \
|
rsa==4.9.1 \
|
||||||
--hash=sha256:90260d9058e514786967344d0ef75fa8727eed8a7d2e43ce9f4bcf1b536174f7 \
|
--hash=sha256:68635866661c6836b8d39430f97a996acbd61bfa49406748ea243539fe239762 \
|
||||||
--hash=sha256:e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21
|
--hash=sha256:e7bdbfdb5497da4c07dfd35530e1a902659db6ff241e39d9953cad06ebd0ae75
|
||||||
# via google-auth
|
# via google-auth
|
||||||
s3transfer==0.10.4 \
|
s3transfer==0.10.4 \
|
||||||
--hash=sha256:244a76a24355363a68164241438de1b72f8781664920260c48465896b712a41e \
|
--hash=sha256:244a76a24355363a68164241438de1b72f8781664920260c48465896b712a41e \
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"BARMAN_VERSION": "3.12.1",
|
"BARMAN_VERSION": "3.12.1",
|
||||||
"IMAGE_RELEASE_VERSION": "10",
|
"IMAGE_RELEASE_VERSION": "11",
|
||||||
"POSTGRES_IMAGE_LAST_UPDATED": "2025-04-08T14:08:10.757579Z",
|
"POSTGRES_IMAGE_LAST_UPDATED": "2025-04-08T14:08:10.757579Z",
|
||||||
"POSTGRES_IMAGE_VERSION": "15.12-bookworm"
|
"POSTGRES_IMAGE_VERSION": "15.12-bookworm"
|
||||||
}
|
}
|
||||||
|
@@ -20,7 +20,7 @@ FROM postgres:15.12-bookworm
|
|||||||
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="10" \
|
release="11" \
|
||||||
summary="PostgreSQL Container images." \
|
summary="PostgreSQL Container images." \
|
||||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.12-bookworm."
|
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.12-bookworm."
|
||||||
|
|
||||||
|
@@ -357,9 +357,9 @@ google-api-core==2.24.2 \
|
|||||||
# via
|
# via
|
||||||
# google-cloud-core
|
# google-cloud-core
|
||||||
# google-cloud-storage
|
# google-cloud-storage
|
||||||
google-auth==2.38.0 \
|
google-auth==2.39.0 \
|
||||||
--hash=sha256:8285113607d3b80a3f1543b75962447ba8a09fe85783432a784fdeef6ac094c4 \
|
--hash=sha256:0150b6711e97fb9f52fe599f55648950cc4540015565d8fbb31be2ad6e1548a2 \
|
||||||
--hash=sha256:e7dae6694313f434a2727bf2906f27ad259bae090d7aa896590d86feec3d9d4a
|
--hash=sha256:73222d43cdc35a3aeacbfdcaf73142a97839f10de930550d89ebfe1d0a00cde7
|
||||||
# via
|
# via
|
||||||
# google-api-core
|
# google-api-core
|
||||||
# google-cloud-core
|
# google-cloud-core
|
||||||
@@ -413,9 +413,9 @@ google-resumable-media==2.7.2 \
|
|||||||
--hash=sha256:3ce7551e9fe6d99e9a126101d2536612bb73486721951e9562fee0f90c6ababa \
|
--hash=sha256:3ce7551e9fe6d99e9a126101d2536612bb73486721951e9562fee0f90c6ababa \
|
||||||
--hash=sha256:5280aed4629f2b60b847b0d42f9857fd4935c11af266744df33d8074cae92fe0
|
--hash=sha256:5280aed4629f2b60b847b0d42f9857fd4935c11af266744df33d8074cae92fe0
|
||||||
# via google-cloud-storage
|
# via google-cloud-storage
|
||||||
googleapis-common-protos==1.69.2 \
|
googleapis-common-protos==1.70.0 \
|
||||||
--hash=sha256:0b30452ff9c7a27d80bfc5718954063e8ab53dd3697093d3bc99581f5fd24212 \
|
--hash=sha256:0e1b44e0ea153e6594f9f394fef15193a68aaaea2d843f83e2742717ca753257 \
|
||||||
--hash=sha256:3e1b904a27a33c821b4b749fd31d334c0c9c30e6113023d495e48979a3dc9c5f
|
--hash=sha256:b8bfcca8c25a2bb253e0e0b0adaf8c00773e5e6af6fd92397576680b807e0fd8
|
||||||
# via google-api-core
|
# via google-api-core
|
||||||
idna==3.10 \
|
idna==3.10 \
|
||||||
--hash=sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9 \
|
--hash=sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9 \
|
||||||
@@ -538,9 +538,9 @@ requests==2.32.3 \
|
|||||||
# google-api-core
|
# google-api-core
|
||||||
# google-cloud-storage
|
# google-cloud-storage
|
||||||
# msal
|
# msal
|
||||||
rsa==4.9 \
|
rsa==4.9.1 \
|
||||||
--hash=sha256:90260d9058e514786967344d0ef75fa8727eed8a7d2e43ce9f4bcf1b536174f7 \
|
--hash=sha256:68635866661c6836b8d39430f97a996acbd61bfa49406748ea243539fe239762 \
|
||||||
--hash=sha256:e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21
|
--hash=sha256:e7bdbfdb5497da4c07dfd35530e1a902659db6ff241e39d9953cad06ebd0ae75
|
||||||
# via google-auth
|
# via google-auth
|
||||||
s3transfer==0.10.4 \
|
s3transfer==0.10.4 \
|
||||||
--hash=sha256:244a76a24355363a68164241438de1b72f8781664920260c48465896b712a41e \
|
--hash=sha256:244a76a24355363a68164241438de1b72f8781664920260c48465896b712a41e \
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"BARMAN_VERSION": "3.12.1",
|
"BARMAN_VERSION": "3.12.1",
|
||||||
"IMAGE_RELEASE_VERSION": "10",
|
"IMAGE_RELEASE_VERSION": "11",
|
||||||
"POSTGRES_IMAGE_LAST_UPDATED": "2025-04-08T08:09:16.518177Z",
|
"POSTGRES_IMAGE_LAST_UPDATED": "2025-04-08T08:09:16.518177Z",
|
||||||
"POSTGRES_IMAGE_VERSION": "15.12-bullseye"
|
"POSTGRES_IMAGE_VERSION": "15.12-bullseye"
|
||||||
}
|
}
|
||||||
|
@@ -20,7 +20,7 @@ FROM postgres:15.12-bullseye
|
|||||||
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="10" \
|
release="11" \
|
||||||
summary="PostgreSQL Container images." \
|
summary="PostgreSQL Container images." \
|
||||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.12-bullseye."
|
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.12-bullseye."
|
||||||
|
|
||||||
|
@@ -357,9 +357,9 @@ google-api-core==2.24.2 \
|
|||||||
# via
|
# via
|
||||||
# google-cloud-core
|
# google-cloud-core
|
||||||
# google-cloud-storage
|
# google-cloud-storage
|
||||||
google-auth==2.38.0 \
|
google-auth==2.39.0 \
|
||||||
--hash=sha256:8285113607d3b80a3f1543b75962447ba8a09fe85783432a784fdeef6ac094c4 \
|
--hash=sha256:0150b6711e97fb9f52fe599f55648950cc4540015565d8fbb31be2ad6e1548a2 \
|
||||||
--hash=sha256:e7dae6694313f434a2727bf2906f27ad259bae090d7aa896590d86feec3d9d4a
|
--hash=sha256:73222d43cdc35a3aeacbfdcaf73142a97839f10de930550d89ebfe1d0a00cde7
|
||||||
# via
|
# via
|
||||||
# google-api-core
|
# google-api-core
|
||||||
# google-cloud-core
|
# google-cloud-core
|
||||||
@@ -413,9 +413,9 @@ google-resumable-media==2.7.2 \
|
|||||||
--hash=sha256:3ce7551e9fe6d99e9a126101d2536612bb73486721951e9562fee0f90c6ababa \
|
--hash=sha256:3ce7551e9fe6d99e9a126101d2536612bb73486721951e9562fee0f90c6ababa \
|
||||||
--hash=sha256:5280aed4629f2b60b847b0d42f9857fd4935c11af266744df33d8074cae92fe0
|
--hash=sha256:5280aed4629f2b60b847b0d42f9857fd4935c11af266744df33d8074cae92fe0
|
||||||
# via google-cloud-storage
|
# via google-cloud-storage
|
||||||
googleapis-common-protos==1.69.2 \
|
googleapis-common-protos==1.70.0 \
|
||||||
--hash=sha256:0b30452ff9c7a27d80bfc5718954063e8ab53dd3697093d3bc99581f5fd24212 \
|
--hash=sha256:0e1b44e0ea153e6594f9f394fef15193a68aaaea2d843f83e2742717ca753257 \
|
||||||
--hash=sha256:3e1b904a27a33c821b4b749fd31d334c0c9c30e6113023d495e48979a3dc9c5f
|
--hash=sha256:b8bfcca8c25a2bb253e0e0b0adaf8c00773e5e6af6fd92397576680b807e0fd8
|
||||||
# via google-api-core
|
# via google-api-core
|
||||||
idna==3.10 \
|
idna==3.10 \
|
||||||
--hash=sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9 \
|
--hash=sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9 \
|
||||||
@@ -538,9 +538,9 @@ requests==2.32.3 \
|
|||||||
# google-api-core
|
# google-api-core
|
||||||
# google-cloud-storage
|
# google-cloud-storage
|
||||||
# msal
|
# msal
|
||||||
rsa==4.9 \
|
rsa==4.9.1 \
|
||||||
--hash=sha256:90260d9058e514786967344d0ef75fa8727eed8a7d2e43ce9f4bcf1b536174f7 \
|
--hash=sha256:68635866661c6836b8d39430f97a996acbd61bfa49406748ea243539fe239762 \
|
||||||
--hash=sha256:e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21
|
--hash=sha256:e7bdbfdb5497da4c07dfd35530e1a902659db6ff241e39d9953cad06ebd0ae75
|
||||||
# via google-auth
|
# via google-auth
|
||||||
s3transfer==0.10.4 \
|
s3transfer==0.10.4 \
|
||||||
--hash=sha256:244a76a24355363a68164241438de1b72f8781664920260c48465896b712a41e \
|
--hash=sha256:244a76a24355363a68164241438de1b72f8781664920260c48465896b712a41e \
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"BARMAN_VERSION": "3.12.1",
|
"BARMAN_VERSION": "3.12.1",
|
||||||
"IMAGE_RELEASE_VERSION": "10",
|
"IMAGE_RELEASE_VERSION": "11",
|
||||||
"POSTGRES_IMAGE_LAST_UPDATED": "2025-04-08T14:08:34.970267Z",
|
"POSTGRES_IMAGE_LAST_UPDATED": "2025-04-08T14:08:34.970267Z",
|
||||||
"POSTGRES_IMAGE_VERSION": "16.8-bookworm"
|
"POSTGRES_IMAGE_VERSION": "16.8-bookworm"
|
||||||
}
|
}
|
||||||
|
@@ -20,7 +20,7 @@ FROM postgres:16.8-bookworm
|
|||||||
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="10" \
|
release="11" \
|
||||||
summary="PostgreSQL Container images." \
|
summary="PostgreSQL Container images." \
|
||||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.8-bookworm."
|
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.8-bookworm."
|
||||||
|
|
||||||
|
@@ -357,9 +357,9 @@ google-api-core==2.24.2 \
|
|||||||
# via
|
# via
|
||||||
# google-cloud-core
|
# google-cloud-core
|
||||||
# google-cloud-storage
|
# google-cloud-storage
|
||||||
google-auth==2.38.0 \
|
google-auth==2.39.0 \
|
||||||
--hash=sha256:8285113607d3b80a3f1543b75962447ba8a09fe85783432a784fdeef6ac094c4 \
|
--hash=sha256:0150b6711e97fb9f52fe599f55648950cc4540015565d8fbb31be2ad6e1548a2 \
|
||||||
--hash=sha256:e7dae6694313f434a2727bf2906f27ad259bae090d7aa896590d86feec3d9d4a
|
--hash=sha256:73222d43cdc35a3aeacbfdcaf73142a97839f10de930550d89ebfe1d0a00cde7
|
||||||
# via
|
# via
|
||||||
# google-api-core
|
# google-api-core
|
||||||
# google-cloud-core
|
# google-cloud-core
|
||||||
@@ -413,9 +413,9 @@ google-resumable-media==2.7.2 \
|
|||||||
--hash=sha256:3ce7551e9fe6d99e9a126101d2536612bb73486721951e9562fee0f90c6ababa \
|
--hash=sha256:3ce7551e9fe6d99e9a126101d2536612bb73486721951e9562fee0f90c6ababa \
|
||||||
--hash=sha256:5280aed4629f2b60b847b0d42f9857fd4935c11af266744df33d8074cae92fe0
|
--hash=sha256:5280aed4629f2b60b847b0d42f9857fd4935c11af266744df33d8074cae92fe0
|
||||||
# via google-cloud-storage
|
# via google-cloud-storage
|
||||||
googleapis-common-protos==1.69.2 \
|
googleapis-common-protos==1.70.0 \
|
||||||
--hash=sha256:0b30452ff9c7a27d80bfc5718954063e8ab53dd3697093d3bc99581f5fd24212 \
|
--hash=sha256:0e1b44e0ea153e6594f9f394fef15193a68aaaea2d843f83e2742717ca753257 \
|
||||||
--hash=sha256:3e1b904a27a33c821b4b749fd31d334c0c9c30e6113023d495e48979a3dc9c5f
|
--hash=sha256:b8bfcca8c25a2bb253e0e0b0adaf8c00773e5e6af6fd92397576680b807e0fd8
|
||||||
# via google-api-core
|
# via google-api-core
|
||||||
idna==3.10 \
|
idna==3.10 \
|
||||||
--hash=sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9 \
|
--hash=sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9 \
|
||||||
@@ -538,9 +538,9 @@ requests==2.32.3 \
|
|||||||
# google-api-core
|
# google-api-core
|
||||||
# google-cloud-storage
|
# google-cloud-storage
|
||||||
# msal
|
# msal
|
||||||
rsa==4.9 \
|
rsa==4.9.1 \
|
||||||
--hash=sha256:90260d9058e514786967344d0ef75fa8727eed8a7d2e43ce9f4bcf1b536174f7 \
|
--hash=sha256:68635866661c6836b8d39430f97a996acbd61bfa49406748ea243539fe239762 \
|
||||||
--hash=sha256:e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21
|
--hash=sha256:e7bdbfdb5497da4c07dfd35530e1a902659db6ff241e39d9953cad06ebd0ae75
|
||||||
# via google-auth
|
# via google-auth
|
||||||
s3transfer==0.10.4 \
|
s3transfer==0.10.4 \
|
||||||
--hash=sha256:244a76a24355363a68164241438de1b72f8781664920260c48465896b712a41e \
|
--hash=sha256:244a76a24355363a68164241438de1b72f8781664920260c48465896b712a41e \
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"BARMAN_VERSION": "3.12.1",
|
"BARMAN_VERSION": "3.12.1",
|
||||||
"IMAGE_RELEASE_VERSION": "10",
|
"IMAGE_RELEASE_VERSION": "11",
|
||||||
"POSTGRES_IMAGE_LAST_UPDATED": "2025-04-08T08:09:56.048939Z",
|
"POSTGRES_IMAGE_LAST_UPDATED": "2025-04-08T08:09:56.048939Z",
|
||||||
"POSTGRES_IMAGE_VERSION": "16.8-bullseye"
|
"POSTGRES_IMAGE_VERSION": "16.8-bullseye"
|
||||||
}
|
}
|
||||||
|
@@ -20,7 +20,7 @@ FROM postgres:16.8-bullseye
|
|||||||
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="10" \
|
release="11" \
|
||||||
summary="PostgreSQL Container images." \
|
summary="PostgreSQL Container images." \
|
||||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.8-bullseye."
|
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.8-bullseye."
|
||||||
|
|
||||||
|
@@ -357,9 +357,9 @@ google-api-core==2.24.2 \
|
|||||||
# via
|
# via
|
||||||
# google-cloud-core
|
# google-cloud-core
|
||||||
# google-cloud-storage
|
# google-cloud-storage
|
||||||
google-auth==2.38.0 \
|
google-auth==2.39.0 \
|
||||||
--hash=sha256:8285113607d3b80a3f1543b75962447ba8a09fe85783432a784fdeef6ac094c4 \
|
--hash=sha256:0150b6711e97fb9f52fe599f55648950cc4540015565d8fbb31be2ad6e1548a2 \
|
||||||
--hash=sha256:e7dae6694313f434a2727bf2906f27ad259bae090d7aa896590d86feec3d9d4a
|
--hash=sha256:73222d43cdc35a3aeacbfdcaf73142a97839f10de930550d89ebfe1d0a00cde7
|
||||||
# via
|
# via
|
||||||
# google-api-core
|
# google-api-core
|
||||||
# google-cloud-core
|
# google-cloud-core
|
||||||
@@ -413,9 +413,9 @@ google-resumable-media==2.7.2 \
|
|||||||
--hash=sha256:3ce7551e9fe6d99e9a126101d2536612bb73486721951e9562fee0f90c6ababa \
|
--hash=sha256:3ce7551e9fe6d99e9a126101d2536612bb73486721951e9562fee0f90c6ababa \
|
||||||
--hash=sha256:5280aed4629f2b60b847b0d42f9857fd4935c11af266744df33d8074cae92fe0
|
--hash=sha256:5280aed4629f2b60b847b0d42f9857fd4935c11af266744df33d8074cae92fe0
|
||||||
# via google-cloud-storage
|
# via google-cloud-storage
|
||||||
googleapis-common-protos==1.69.2 \
|
googleapis-common-protos==1.70.0 \
|
||||||
--hash=sha256:0b30452ff9c7a27d80bfc5718954063e8ab53dd3697093d3bc99581f5fd24212 \
|
--hash=sha256:0e1b44e0ea153e6594f9f394fef15193a68aaaea2d843f83e2742717ca753257 \
|
||||||
--hash=sha256:3e1b904a27a33c821b4b749fd31d334c0c9c30e6113023d495e48979a3dc9c5f
|
--hash=sha256:b8bfcca8c25a2bb253e0e0b0adaf8c00773e5e6af6fd92397576680b807e0fd8
|
||||||
# via google-api-core
|
# via google-api-core
|
||||||
idna==3.10 \
|
idna==3.10 \
|
||||||
--hash=sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9 \
|
--hash=sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9 \
|
||||||
@@ -538,9 +538,9 @@ requests==2.32.3 \
|
|||||||
# google-api-core
|
# google-api-core
|
||||||
# google-cloud-storage
|
# google-cloud-storage
|
||||||
# msal
|
# msal
|
||||||
rsa==4.9 \
|
rsa==4.9.1 \
|
||||||
--hash=sha256:90260d9058e514786967344d0ef75fa8727eed8a7d2e43ce9f4bcf1b536174f7 \
|
--hash=sha256:68635866661c6836b8d39430f97a996acbd61bfa49406748ea243539fe239762 \
|
||||||
--hash=sha256:e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21
|
--hash=sha256:e7bdbfdb5497da4c07dfd35530e1a902659db6ff241e39d9953cad06ebd0ae75
|
||||||
# via google-auth
|
# via google-auth
|
||||||
s3transfer==0.10.4 \
|
s3transfer==0.10.4 \
|
||||||
--hash=sha256:244a76a24355363a68164241438de1b72f8781664920260c48465896b712a41e \
|
--hash=sha256:244a76a24355363a68164241438de1b72f8781664920260c48465896b712a41e \
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"BARMAN_VERSION": "3.12.1",
|
"BARMAN_VERSION": "3.12.1",
|
||||||
"IMAGE_RELEASE_VERSION": "10",
|
"IMAGE_RELEASE_VERSION": "11",
|
||||||
"POSTGRES_IMAGE_LAST_UPDATED": "2025-04-08T14:08:57.508345Z",
|
"POSTGRES_IMAGE_LAST_UPDATED": "2025-04-08T14:08:57.508345Z",
|
||||||
"POSTGRES_IMAGE_VERSION": "17.4-bookworm"
|
"POSTGRES_IMAGE_VERSION": "17.4-bookworm"
|
||||||
}
|
}
|
||||||
|
@@ -20,7 +20,7 @@ FROM postgres:17.4-bookworm
|
|||||||
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="10" \
|
release="11" \
|
||||||
summary="PostgreSQL Container images." \
|
summary="PostgreSQL Container images." \
|
||||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.4-bookworm."
|
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.4-bookworm."
|
||||||
|
|
||||||
|
@@ -357,9 +357,9 @@ google-api-core==2.24.2 \
|
|||||||
# via
|
# via
|
||||||
# google-cloud-core
|
# google-cloud-core
|
||||||
# google-cloud-storage
|
# google-cloud-storage
|
||||||
google-auth==2.38.0 \
|
google-auth==2.39.0 \
|
||||||
--hash=sha256:8285113607d3b80a3f1543b75962447ba8a09fe85783432a784fdeef6ac094c4 \
|
--hash=sha256:0150b6711e97fb9f52fe599f55648950cc4540015565d8fbb31be2ad6e1548a2 \
|
||||||
--hash=sha256:e7dae6694313f434a2727bf2906f27ad259bae090d7aa896590d86feec3d9d4a
|
--hash=sha256:73222d43cdc35a3aeacbfdcaf73142a97839f10de930550d89ebfe1d0a00cde7
|
||||||
# via
|
# via
|
||||||
# google-api-core
|
# google-api-core
|
||||||
# google-cloud-core
|
# google-cloud-core
|
||||||
@@ -413,9 +413,9 @@ google-resumable-media==2.7.2 \
|
|||||||
--hash=sha256:3ce7551e9fe6d99e9a126101d2536612bb73486721951e9562fee0f90c6ababa \
|
--hash=sha256:3ce7551e9fe6d99e9a126101d2536612bb73486721951e9562fee0f90c6ababa \
|
||||||
--hash=sha256:5280aed4629f2b60b847b0d42f9857fd4935c11af266744df33d8074cae92fe0
|
--hash=sha256:5280aed4629f2b60b847b0d42f9857fd4935c11af266744df33d8074cae92fe0
|
||||||
# via google-cloud-storage
|
# via google-cloud-storage
|
||||||
googleapis-common-protos==1.69.2 \
|
googleapis-common-protos==1.70.0 \
|
||||||
--hash=sha256:0b30452ff9c7a27d80bfc5718954063e8ab53dd3697093d3bc99581f5fd24212 \
|
--hash=sha256:0e1b44e0ea153e6594f9f394fef15193a68aaaea2d843f83e2742717ca753257 \
|
||||||
--hash=sha256:3e1b904a27a33c821b4b749fd31d334c0c9c30e6113023d495e48979a3dc9c5f
|
--hash=sha256:b8bfcca8c25a2bb253e0e0b0adaf8c00773e5e6af6fd92397576680b807e0fd8
|
||||||
# via google-api-core
|
# via google-api-core
|
||||||
idna==3.10 \
|
idna==3.10 \
|
||||||
--hash=sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9 \
|
--hash=sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9 \
|
||||||
@@ -538,9 +538,9 @@ requests==2.32.3 \
|
|||||||
# google-api-core
|
# google-api-core
|
||||||
# google-cloud-storage
|
# google-cloud-storage
|
||||||
# msal
|
# msal
|
||||||
rsa==4.9 \
|
rsa==4.9.1 \
|
||||||
--hash=sha256:90260d9058e514786967344d0ef75fa8727eed8a7d2e43ce9f4bcf1b536174f7 \
|
--hash=sha256:68635866661c6836b8d39430f97a996acbd61bfa49406748ea243539fe239762 \
|
||||||
--hash=sha256:e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21
|
--hash=sha256:e7bdbfdb5497da4c07dfd35530e1a902659db6ff241e39d9953cad06ebd0ae75
|
||||||
# via google-auth
|
# via google-auth
|
||||||
s3transfer==0.10.4 \
|
s3transfer==0.10.4 \
|
||||||
--hash=sha256:244a76a24355363a68164241438de1b72f8781664920260c48465896b712a41e \
|
--hash=sha256:244a76a24355363a68164241438de1b72f8781664920260c48465896b712a41e \
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"BARMAN_VERSION": "3.12.1",
|
"BARMAN_VERSION": "3.12.1",
|
||||||
"IMAGE_RELEASE_VERSION": "10",
|
"IMAGE_RELEASE_VERSION": "11",
|
||||||
"POSTGRES_IMAGE_LAST_UPDATED": "2025-04-08T08:10:33.523319Z",
|
"POSTGRES_IMAGE_LAST_UPDATED": "2025-04-08T08:10:33.523319Z",
|
||||||
"POSTGRES_IMAGE_VERSION": "17.4-bullseye"
|
"POSTGRES_IMAGE_VERSION": "17.4-bullseye"
|
||||||
}
|
}
|
||||||
|
@@ -20,7 +20,7 @@ FROM postgres:17.4-bullseye
|
|||||||
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="10" \
|
release="11" \
|
||||||
summary="PostgreSQL Container images." \
|
summary="PostgreSQL Container images." \
|
||||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.4-bullseye."
|
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.4-bullseye."
|
||||||
|
|
||||||
|
@@ -357,9 +357,9 @@ google-api-core==2.24.2 \
|
|||||||
# via
|
# via
|
||||||
# google-cloud-core
|
# google-cloud-core
|
||||||
# google-cloud-storage
|
# google-cloud-storage
|
||||||
google-auth==2.38.0 \
|
google-auth==2.39.0 \
|
||||||
--hash=sha256:8285113607d3b80a3f1543b75962447ba8a09fe85783432a784fdeef6ac094c4 \
|
--hash=sha256:0150b6711e97fb9f52fe599f55648950cc4540015565d8fbb31be2ad6e1548a2 \
|
||||||
--hash=sha256:e7dae6694313f434a2727bf2906f27ad259bae090d7aa896590d86feec3d9d4a
|
--hash=sha256:73222d43cdc35a3aeacbfdcaf73142a97839f10de930550d89ebfe1d0a00cde7
|
||||||
# via
|
# via
|
||||||
# google-api-core
|
# google-api-core
|
||||||
# google-cloud-core
|
# google-cloud-core
|
||||||
@@ -413,9 +413,9 @@ google-resumable-media==2.7.2 \
|
|||||||
--hash=sha256:3ce7551e9fe6d99e9a126101d2536612bb73486721951e9562fee0f90c6ababa \
|
--hash=sha256:3ce7551e9fe6d99e9a126101d2536612bb73486721951e9562fee0f90c6ababa \
|
||||||
--hash=sha256:5280aed4629f2b60b847b0d42f9857fd4935c11af266744df33d8074cae92fe0
|
--hash=sha256:5280aed4629f2b60b847b0d42f9857fd4935c11af266744df33d8074cae92fe0
|
||||||
# via google-cloud-storage
|
# via google-cloud-storage
|
||||||
googleapis-common-protos==1.69.2 \
|
googleapis-common-protos==1.70.0 \
|
||||||
--hash=sha256:0b30452ff9c7a27d80bfc5718954063e8ab53dd3697093d3bc99581f5fd24212 \
|
--hash=sha256:0e1b44e0ea153e6594f9f394fef15193a68aaaea2d843f83e2742717ca753257 \
|
||||||
--hash=sha256:3e1b904a27a33c821b4b749fd31d334c0c9c30e6113023d495e48979a3dc9c5f
|
--hash=sha256:b8bfcca8c25a2bb253e0e0b0adaf8c00773e5e6af6fd92397576680b807e0fd8
|
||||||
# via google-api-core
|
# via google-api-core
|
||||||
idna==3.10 \
|
idna==3.10 \
|
||||||
--hash=sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9 \
|
--hash=sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9 \
|
||||||
@@ -538,9 +538,9 @@ requests==2.32.3 \
|
|||||||
# google-api-core
|
# google-api-core
|
||||||
# google-cloud-storage
|
# google-cloud-storage
|
||||||
# msal
|
# msal
|
||||||
rsa==4.9 \
|
rsa==4.9.1 \
|
||||||
--hash=sha256:90260d9058e514786967344d0ef75fa8727eed8a7d2e43ce9f4bcf1b536174f7 \
|
--hash=sha256:68635866661c6836b8d39430f97a996acbd61bfa49406748ea243539fe239762 \
|
||||||
--hash=sha256:e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21
|
--hash=sha256:e7bdbfdb5497da4c07dfd35530e1a902659db6ff241e39d9953cad06ebd0ae75
|
||||||
# via google-auth
|
# via google-auth
|
||||||
s3transfer==0.10.4 \
|
s3transfer==0.10.4 \
|
||||||
--hash=sha256:244a76a24355363a68164241438de1b72f8781664920260c48465896b712a41e \
|
--hash=sha256:244a76a24355363a68164241438de1b72f8781664920260c48465896b712a41e \
|
||||||
|
Reference in New Issue
Block a user