forked from repo-mirrors/cnpg-postgres-containers
Daily automatic update
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.10.1",
|
||||
"IMAGE_RELEASE_VERSION": "11",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-07-25T11:08:02.378518Z",
|
||||
"POSTGRES_IMAGE_VERSION": "12.19-bookworm"
|
||||
"IMAGE_RELEASE_VERSION": "1",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-08-08T23:09:22.926769Z",
|
||||
"POSTGRES_IMAGE_VERSION": "12.20-bookworm"
|
||||
}
|
||||
|
@@ -14,17 +14,17 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
FROM postgres:12.19-bookworm
|
||||
FROM postgres:12.20-bookworm
|
||||
|
||||
# Do not split the description, otherwise we will see a blank space in the labels
|
||||
LABEL name="PostgreSQL Container Images" \
|
||||
vendor="The CloudNativePG Contributors" \
|
||||
version="${PG_VERSION}" \
|
||||
release="11" \
|
||||
release="1" \
|
||||
summary="PostgreSQL Container images." \
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.19-bookworm."
|
||||
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.19-bookworm."
|
||||
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.20-bookworm."
|
||||
|
||||
COPY requirements.txt /
|
||||
|
||||
|
@@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.10.1 \
|
||||
--hash=sha256:1f543657b0eb70eaf5200c78724093356d6b2f291488c4950c0fa1fa6f2b5777 \
|
||||
--hash=sha256:2401208fd96349dbaf56aa4082629eaf0c3e5e95c642d5898985fb0c3f5bd506
|
||||
# via -r requirements.in
|
||||
boto3==1.34.156 \
|
||||
--hash=sha256:b33e9a8f8be80d3053b8418836a7c1900410b23a30c7cb040927d601a1082e68 \
|
||||
--hash=sha256:cbbd453270b8ce94ef9da60dfbb6f9ceeb3eeee226b635aa9ec44b1def98cc96
|
||||
botocore==1.34.156 \
|
||||
--hash=sha256:5d1478c41ab9681e660b3322432fe09c4055759c317984b7b8d3af9557ff769a \
|
||||
--hash=sha256:c48f8c8996216dfdeeb0aa6d3c0f2c7ae25234766434a2ea3e57bdc08494bdda
|
||||
boto3==1.34.157 \
|
||||
--hash=sha256:3cc357156df5482154a016f138d1953061a181b4c594f8b6302c9d6c024bd950 \
|
||||
--hash=sha256:7ef19ed38cba9863b58430fb4a66a72a5c250304f234bd1c16b860f9bf25677b
|
||||
botocore==1.34.157 \
|
||||
--hash=sha256:5628a36cec123cdc8c1158d05a7b06aa5e53649ad73796c50ef3fb51199785fb \
|
||||
--hash=sha256:c6cba6de8eb86ca4d2f934e009b37adbe1e7fdcfa52fbab74783f4c30676e07d
|
||||
# via
|
||||
# boto3
|
||||
# s3transfer
|
||||
@@ -248,9 +248,9 @@ google-cloud-core==2.4.1 \
|
||||
--hash=sha256:9b7749272a812bde58fff28868d0c5e2f585b82f37e09a1f6ed2d4d10f134073 \
|
||||
--hash=sha256:a9e6a4422b9ac5c29f79a0ede9485473338e2ce78d91f2370c01e730eab22e61
|
||||
# via google-cloud-storage
|
||||
google-cloud-storage==2.18.1 \
|
||||
--hash=sha256:6707a6f30a05aee36faca81296419ca2907ac750af1c0457f278bc9a6fb219ad \
|
||||
--hash=sha256:9d8db6bde3a979cca7150511cd0e4cb363e5f69d31259d890ba1124fa109418c
|
||||
google-cloud-storage==2.18.2 \
|
||||
--hash=sha256:97a4d45c368b7d401ed48c4fdfe86e1e1cb96401c9e199e419d289e2c0370166 \
|
||||
--hash=sha256:aaf7acd70cdad9f274d29332673fcab98708d0e1f4dceb5a5356aaef06af4d99
|
||||
google-crc32c==1.5.0 \
|
||||
--hash=sha256:024894d9d3cfbc5943f8f230e23950cd4906b2fe004c72e29b209420a1e6b05a \
|
||||
--hash=sha256:02c65b9817512edc6a4ae7c7e987fea799d2e0ee40c53ec573a692bee24de876 \
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.10.1",
|
||||
"IMAGE_RELEASE_VERSION": "11",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-07-25T11:08:06.166423Z",
|
||||
"POSTGRES_IMAGE_VERSION": "12.19-bullseye"
|
||||
"IMAGE_RELEASE_VERSION": "1",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-08-08T23:09:27.406324Z",
|
||||
"POSTGRES_IMAGE_VERSION": "12.20-bullseye"
|
||||
}
|
||||
|
@@ -14,17 +14,17 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
FROM postgres:12.19-bullseye
|
||||
FROM postgres:12.20-bullseye
|
||||
|
||||
# Do not split the description, otherwise we will see a blank space in the labels
|
||||
LABEL name="PostgreSQL Container Images" \
|
||||
vendor="The CloudNativePG Contributors" \
|
||||
version="${PG_VERSION}" \
|
||||
release="11" \
|
||||
release="1" \
|
||||
summary="PostgreSQL Container images." \
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.19-bullseye."
|
||||
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.19-bullseye."
|
||||
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.20-bullseye."
|
||||
|
||||
COPY requirements.txt /
|
||||
|
||||
|
@@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.10.1 \
|
||||
--hash=sha256:1f543657b0eb70eaf5200c78724093356d6b2f291488c4950c0fa1fa6f2b5777 \
|
||||
--hash=sha256:2401208fd96349dbaf56aa4082629eaf0c3e5e95c642d5898985fb0c3f5bd506
|
||||
# via -r requirements.in
|
||||
boto3==1.34.156 \
|
||||
--hash=sha256:b33e9a8f8be80d3053b8418836a7c1900410b23a30c7cb040927d601a1082e68 \
|
||||
--hash=sha256:cbbd453270b8ce94ef9da60dfbb6f9ceeb3eeee226b635aa9ec44b1def98cc96
|
||||
botocore==1.34.156 \
|
||||
--hash=sha256:5d1478c41ab9681e660b3322432fe09c4055759c317984b7b8d3af9557ff769a \
|
||||
--hash=sha256:c48f8c8996216dfdeeb0aa6d3c0f2c7ae25234766434a2ea3e57bdc08494bdda
|
||||
boto3==1.34.157 \
|
||||
--hash=sha256:3cc357156df5482154a016f138d1953061a181b4c594f8b6302c9d6c024bd950 \
|
||||
--hash=sha256:7ef19ed38cba9863b58430fb4a66a72a5c250304f234bd1c16b860f9bf25677b
|
||||
botocore==1.34.157 \
|
||||
--hash=sha256:5628a36cec123cdc8c1158d05a7b06aa5e53649ad73796c50ef3fb51199785fb \
|
||||
--hash=sha256:c6cba6de8eb86ca4d2f934e009b37adbe1e7fdcfa52fbab74783f4c30676e07d
|
||||
# via
|
||||
# boto3
|
||||
# s3transfer
|
||||
@@ -248,9 +248,9 @@ google-cloud-core==2.4.1 \
|
||||
--hash=sha256:9b7749272a812bde58fff28868d0c5e2f585b82f37e09a1f6ed2d4d10f134073 \
|
||||
--hash=sha256:a9e6a4422b9ac5c29f79a0ede9485473338e2ce78d91f2370c01e730eab22e61
|
||||
# via google-cloud-storage
|
||||
google-cloud-storage==2.18.1 \
|
||||
--hash=sha256:6707a6f30a05aee36faca81296419ca2907ac750af1c0457f278bc9a6fb219ad \
|
||||
--hash=sha256:9d8db6bde3a979cca7150511cd0e4cb363e5f69d31259d890ba1124fa109418c
|
||||
google-cloud-storage==2.18.2 \
|
||||
--hash=sha256:97a4d45c368b7d401ed48c4fdfe86e1e1cb96401c9e199e419d289e2c0370166 \
|
||||
--hash=sha256:aaf7acd70cdad9f274d29332673fcab98708d0e1f4dceb5a5356aaef06af4d99
|
||||
google-crc32c==1.5.0 \
|
||||
--hash=sha256:024894d9d3cfbc5943f8f230e23950cd4906b2fe004c72e29b209420a1e6b05a \
|
||||
--hash=sha256:02c65b9817512edc6a4ae7c7e987fea799d2e0ee40c53ec573a692bee24de876 \
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.10.1",
|
||||
"IMAGE_RELEASE_VERSION": "11",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-07-25T08:08:19.779366Z",
|
||||
"POSTGRES_IMAGE_VERSION": "13.15-bookworm"
|
||||
"IMAGE_RELEASE_VERSION": "1",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-08-08T23:11:27.47093Z",
|
||||
"POSTGRES_IMAGE_VERSION": "13.16-bookworm"
|
||||
}
|
||||
|
@@ -14,17 +14,17 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
FROM postgres:13.15-bookworm
|
||||
FROM postgres:13.16-bookworm
|
||||
|
||||
# Do not split the description, otherwise we will see a blank space in the labels
|
||||
LABEL name="PostgreSQL Container Images" \
|
||||
vendor="The CloudNativePG Contributors" \
|
||||
version="${PG_VERSION}" \
|
||||
release="11" \
|
||||
release="1" \
|
||||
summary="PostgreSQL Container images." \
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.15-bookworm."
|
||||
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.15-bookworm."
|
||||
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.16-bookworm."
|
||||
|
||||
COPY requirements.txt /
|
||||
|
||||
|
@@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.10.1 \
|
||||
--hash=sha256:1f543657b0eb70eaf5200c78724093356d6b2f291488c4950c0fa1fa6f2b5777 \
|
||||
--hash=sha256:2401208fd96349dbaf56aa4082629eaf0c3e5e95c642d5898985fb0c3f5bd506
|
||||
# via -r requirements.in
|
||||
boto3==1.34.156 \
|
||||
--hash=sha256:b33e9a8f8be80d3053b8418836a7c1900410b23a30c7cb040927d601a1082e68 \
|
||||
--hash=sha256:cbbd453270b8ce94ef9da60dfbb6f9ceeb3eeee226b635aa9ec44b1def98cc96
|
||||
botocore==1.34.156 \
|
||||
--hash=sha256:5d1478c41ab9681e660b3322432fe09c4055759c317984b7b8d3af9557ff769a \
|
||||
--hash=sha256:c48f8c8996216dfdeeb0aa6d3c0f2c7ae25234766434a2ea3e57bdc08494bdda
|
||||
boto3==1.34.157 \
|
||||
--hash=sha256:3cc357156df5482154a016f138d1953061a181b4c594f8b6302c9d6c024bd950 \
|
||||
--hash=sha256:7ef19ed38cba9863b58430fb4a66a72a5c250304f234bd1c16b860f9bf25677b
|
||||
botocore==1.34.157 \
|
||||
--hash=sha256:5628a36cec123cdc8c1158d05a7b06aa5e53649ad73796c50ef3fb51199785fb \
|
||||
--hash=sha256:c6cba6de8eb86ca4d2f934e009b37adbe1e7fdcfa52fbab74783f4c30676e07d
|
||||
# via
|
||||
# boto3
|
||||
# s3transfer
|
||||
@@ -248,9 +248,9 @@ google-cloud-core==2.4.1 \
|
||||
--hash=sha256:9b7749272a812bde58fff28868d0c5e2f585b82f37e09a1f6ed2d4d10f134073 \
|
||||
--hash=sha256:a9e6a4422b9ac5c29f79a0ede9485473338e2ce78d91f2370c01e730eab22e61
|
||||
# via google-cloud-storage
|
||||
google-cloud-storage==2.18.1 \
|
||||
--hash=sha256:6707a6f30a05aee36faca81296419ca2907ac750af1c0457f278bc9a6fb219ad \
|
||||
--hash=sha256:9d8db6bde3a979cca7150511cd0e4cb363e5f69d31259d890ba1124fa109418c
|
||||
google-cloud-storage==2.18.2 \
|
||||
--hash=sha256:97a4d45c368b7d401ed48c4fdfe86e1e1cb96401c9e199e419d289e2c0370166 \
|
||||
--hash=sha256:aaf7acd70cdad9f274d29332673fcab98708d0e1f4dceb5a5356aaef06af4d99
|
||||
google-crc32c==1.5.0 \
|
||||
--hash=sha256:024894d9d3cfbc5943f8f230e23950cd4906b2fe004c72e29b209420a1e6b05a \
|
||||
--hash=sha256:02c65b9817512edc6a4ae7c7e987fea799d2e0ee40c53ec573a692bee24de876 \
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.10.1",
|
||||
"IMAGE_RELEASE_VERSION": "11",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-07-25T08:08:23.165403Z",
|
||||
"POSTGRES_IMAGE_VERSION": "13.15-bullseye"
|
||||
"IMAGE_RELEASE_VERSION": "1",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-08-08T23:11:32.581465Z",
|
||||
"POSTGRES_IMAGE_VERSION": "13.16-bullseye"
|
||||
}
|
||||
|
@@ -14,17 +14,17 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
FROM postgres:13.15-bullseye
|
||||
FROM postgres:13.16-bullseye
|
||||
|
||||
# Do not split the description, otherwise we will see a blank space in the labels
|
||||
LABEL name="PostgreSQL Container Images" \
|
||||
vendor="The CloudNativePG Contributors" \
|
||||
version="${PG_VERSION}" \
|
||||
release="11" \
|
||||
release="1" \
|
||||
summary="PostgreSQL Container images." \
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.15-bullseye."
|
||||
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.15-bullseye."
|
||||
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.16-bullseye."
|
||||
|
||||
COPY requirements.txt /
|
||||
|
||||
|
@@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.10.1 \
|
||||
--hash=sha256:1f543657b0eb70eaf5200c78724093356d6b2f291488c4950c0fa1fa6f2b5777 \
|
||||
--hash=sha256:2401208fd96349dbaf56aa4082629eaf0c3e5e95c642d5898985fb0c3f5bd506
|
||||
# via -r requirements.in
|
||||
boto3==1.34.156 \
|
||||
--hash=sha256:b33e9a8f8be80d3053b8418836a7c1900410b23a30c7cb040927d601a1082e68 \
|
||||
--hash=sha256:cbbd453270b8ce94ef9da60dfbb6f9ceeb3eeee226b635aa9ec44b1def98cc96
|
||||
botocore==1.34.156 \
|
||||
--hash=sha256:5d1478c41ab9681e660b3322432fe09c4055759c317984b7b8d3af9557ff769a \
|
||||
--hash=sha256:c48f8c8996216dfdeeb0aa6d3c0f2c7ae25234766434a2ea3e57bdc08494bdda
|
||||
boto3==1.34.157 \
|
||||
--hash=sha256:3cc357156df5482154a016f138d1953061a181b4c594f8b6302c9d6c024bd950 \
|
||||
--hash=sha256:7ef19ed38cba9863b58430fb4a66a72a5c250304f234bd1c16b860f9bf25677b
|
||||
botocore==1.34.157 \
|
||||
--hash=sha256:5628a36cec123cdc8c1158d05a7b06aa5e53649ad73796c50ef3fb51199785fb \
|
||||
--hash=sha256:c6cba6de8eb86ca4d2f934e009b37adbe1e7fdcfa52fbab74783f4c30676e07d
|
||||
# via
|
||||
# boto3
|
||||
# s3transfer
|
||||
@@ -248,9 +248,9 @@ google-cloud-core==2.4.1 \
|
||||
--hash=sha256:9b7749272a812bde58fff28868d0c5e2f585b82f37e09a1f6ed2d4d10f134073 \
|
||||
--hash=sha256:a9e6a4422b9ac5c29f79a0ede9485473338e2ce78d91f2370c01e730eab22e61
|
||||
# via google-cloud-storage
|
||||
google-cloud-storage==2.18.1 \
|
||||
--hash=sha256:6707a6f30a05aee36faca81296419ca2907ac750af1c0457f278bc9a6fb219ad \
|
||||
--hash=sha256:9d8db6bde3a979cca7150511cd0e4cb363e5f69d31259d890ba1124fa109418c
|
||||
google-cloud-storage==2.18.2 \
|
||||
--hash=sha256:97a4d45c368b7d401ed48c4fdfe86e1e1cb96401c9e199e419d289e2c0370166 \
|
||||
--hash=sha256:aaf7acd70cdad9f274d29332673fcab98708d0e1f4dceb5a5356aaef06af4d99
|
||||
google-crc32c==1.5.0 \
|
||||
--hash=sha256:024894d9d3cfbc5943f8f230e23950cd4906b2fe004c72e29b209420a1e6b05a \
|
||||
--hash=sha256:02c65b9817512edc6a4ae7c7e987fea799d2e0ee40c53ec573a692bee24de876 \
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.10.1",
|
||||
"IMAGE_RELEASE_VERSION": "11",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-07-25T05:09:12.641668Z",
|
||||
"POSTGRES_IMAGE_VERSION": "14.12-bookworm"
|
||||
"IMAGE_RELEASE_VERSION": "1",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-08-08T23:13:40.246451Z",
|
||||
"POSTGRES_IMAGE_VERSION": "14.13-bookworm"
|
||||
}
|
||||
|
@@ -14,17 +14,17 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
FROM postgres:14.12-bookworm
|
||||
FROM postgres:14.13-bookworm
|
||||
|
||||
# Do not split the description, otherwise we will see a blank space in the labels
|
||||
LABEL name="PostgreSQL Container Images" \
|
||||
vendor="The CloudNativePG Contributors" \
|
||||
version="${PG_VERSION}" \
|
||||
release="11" \
|
||||
release="1" \
|
||||
summary="PostgreSQL Container images." \
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.12-bookworm."
|
||||
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.12-bookworm."
|
||||
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.13-bookworm."
|
||||
|
||||
COPY requirements.txt /
|
||||
|
||||
|
@@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.10.1 \
|
||||
--hash=sha256:1f543657b0eb70eaf5200c78724093356d6b2f291488c4950c0fa1fa6f2b5777 \
|
||||
--hash=sha256:2401208fd96349dbaf56aa4082629eaf0c3e5e95c642d5898985fb0c3f5bd506
|
||||
# via -r requirements.in
|
||||
boto3==1.34.156 \
|
||||
--hash=sha256:b33e9a8f8be80d3053b8418836a7c1900410b23a30c7cb040927d601a1082e68 \
|
||||
--hash=sha256:cbbd453270b8ce94ef9da60dfbb6f9ceeb3eeee226b635aa9ec44b1def98cc96
|
||||
botocore==1.34.156 \
|
||||
--hash=sha256:5d1478c41ab9681e660b3322432fe09c4055759c317984b7b8d3af9557ff769a \
|
||||
--hash=sha256:c48f8c8996216dfdeeb0aa6d3c0f2c7ae25234766434a2ea3e57bdc08494bdda
|
||||
boto3==1.34.157 \
|
||||
--hash=sha256:3cc357156df5482154a016f138d1953061a181b4c594f8b6302c9d6c024bd950 \
|
||||
--hash=sha256:7ef19ed38cba9863b58430fb4a66a72a5c250304f234bd1c16b860f9bf25677b
|
||||
botocore==1.34.157 \
|
||||
--hash=sha256:5628a36cec123cdc8c1158d05a7b06aa5e53649ad73796c50ef3fb51199785fb \
|
||||
--hash=sha256:c6cba6de8eb86ca4d2f934e009b37adbe1e7fdcfa52fbab74783f4c30676e07d
|
||||
# via
|
||||
# boto3
|
||||
# s3transfer
|
||||
@@ -248,9 +248,9 @@ google-cloud-core==2.4.1 \
|
||||
--hash=sha256:9b7749272a812bde58fff28868d0c5e2f585b82f37e09a1f6ed2d4d10f134073 \
|
||||
--hash=sha256:a9e6a4422b9ac5c29f79a0ede9485473338e2ce78d91f2370c01e730eab22e61
|
||||
# via google-cloud-storage
|
||||
google-cloud-storage==2.18.1 \
|
||||
--hash=sha256:6707a6f30a05aee36faca81296419ca2907ac750af1c0457f278bc9a6fb219ad \
|
||||
--hash=sha256:9d8db6bde3a979cca7150511cd0e4cb363e5f69d31259d890ba1124fa109418c
|
||||
google-cloud-storage==2.18.2 \
|
||||
--hash=sha256:97a4d45c368b7d401ed48c4fdfe86e1e1cb96401c9e199e419d289e2c0370166 \
|
||||
--hash=sha256:aaf7acd70cdad9f274d29332673fcab98708d0e1f4dceb5a5356aaef06af4d99
|
||||
google-crc32c==1.5.0 \
|
||||
--hash=sha256:024894d9d3cfbc5943f8f230e23950cd4906b2fe004c72e29b209420a1e6b05a \
|
||||
--hash=sha256:02c65b9817512edc6a4ae7c7e987fea799d2e0ee40c53ec573a692bee24de876 \
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.10.1",
|
||||
"IMAGE_RELEASE_VERSION": "11",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-07-25T08:09:03.385977Z",
|
||||
"POSTGRES_IMAGE_VERSION": "14.12-bullseye"
|
||||
"IMAGE_RELEASE_VERSION": "1",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-08-08T23:13:45.331104Z",
|
||||
"POSTGRES_IMAGE_VERSION": "14.13-bullseye"
|
||||
}
|
||||
|
@@ -14,17 +14,17 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
FROM postgres:14.12-bullseye
|
||||
FROM postgres:14.13-bullseye
|
||||
|
||||
# Do not split the description, otherwise we will see a blank space in the labels
|
||||
LABEL name="PostgreSQL Container Images" \
|
||||
vendor="The CloudNativePG Contributors" \
|
||||
version="${PG_VERSION}" \
|
||||
release="11" \
|
||||
release="1" \
|
||||
summary="PostgreSQL Container images." \
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.12-bullseye."
|
||||
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.12-bullseye."
|
||||
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.13-bullseye."
|
||||
|
||||
COPY requirements.txt /
|
||||
|
||||
|
@@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.10.1 \
|
||||
--hash=sha256:1f543657b0eb70eaf5200c78724093356d6b2f291488c4950c0fa1fa6f2b5777 \
|
||||
--hash=sha256:2401208fd96349dbaf56aa4082629eaf0c3e5e95c642d5898985fb0c3f5bd506
|
||||
# via -r requirements.in
|
||||
boto3==1.34.156 \
|
||||
--hash=sha256:b33e9a8f8be80d3053b8418836a7c1900410b23a30c7cb040927d601a1082e68 \
|
||||
--hash=sha256:cbbd453270b8ce94ef9da60dfbb6f9ceeb3eeee226b635aa9ec44b1def98cc96
|
||||
botocore==1.34.156 \
|
||||
--hash=sha256:5d1478c41ab9681e660b3322432fe09c4055759c317984b7b8d3af9557ff769a \
|
||||
--hash=sha256:c48f8c8996216dfdeeb0aa6d3c0f2c7ae25234766434a2ea3e57bdc08494bdda
|
||||
boto3==1.34.157 \
|
||||
--hash=sha256:3cc357156df5482154a016f138d1953061a181b4c594f8b6302c9d6c024bd950 \
|
||||
--hash=sha256:7ef19ed38cba9863b58430fb4a66a72a5c250304f234bd1c16b860f9bf25677b
|
||||
botocore==1.34.157 \
|
||||
--hash=sha256:5628a36cec123cdc8c1158d05a7b06aa5e53649ad73796c50ef3fb51199785fb \
|
||||
--hash=sha256:c6cba6de8eb86ca4d2f934e009b37adbe1e7fdcfa52fbab74783f4c30676e07d
|
||||
# via
|
||||
# boto3
|
||||
# s3transfer
|
||||
@@ -248,9 +248,9 @@ google-cloud-core==2.4.1 \
|
||||
--hash=sha256:9b7749272a812bde58fff28868d0c5e2f585b82f37e09a1f6ed2d4d10f134073 \
|
||||
--hash=sha256:a9e6a4422b9ac5c29f79a0ede9485473338e2ce78d91f2370c01e730eab22e61
|
||||
# via google-cloud-storage
|
||||
google-cloud-storage==2.18.1 \
|
||||
--hash=sha256:6707a6f30a05aee36faca81296419ca2907ac750af1c0457f278bc9a6fb219ad \
|
||||
--hash=sha256:9d8db6bde3a979cca7150511cd0e4cb363e5f69d31259d890ba1124fa109418c
|
||||
google-cloud-storage==2.18.2 \
|
||||
--hash=sha256:97a4d45c368b7d401ed48c4fdfe86e1e1cb96401c9e199e419d289e2c0370166 \
|
||||
--hash=sha256:aaf7acd70cdad9f274d29332673fcab98708d0e1f4dceb5a5356aaef06af4d99
|
||||
google-crc32c==1.5.0 \
|
||||
--hash=sha256:024894d9d3cfbc5943f8f230e23950cd4906b2fe004c72e29b209420a1e6b05a \
|
||||
--hash=sha256:02c65b9817512edc6a4ae7c7e987fea799d2e0ee40c53ec573a692bee24de876 \
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.10.1",
|
||||
"IMAGE_RELEASE_VERSION": "10",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-07-25T05:09:56.341278Z",
|
||||
"POSTGRES_IMAGE_VERSION": "15.7-bookworm"
|
||||
"IMAGE_RELEASE_VERSION": "1",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-08-08T23:15:55.160134Z",
|
||||
"POSTGRES_IMAGE_VERSION": "15.8-bookworm"
|
||||
}
|
||||
|
@@ -14,17 +14,17 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
FROM postgres:15.7-bookworm
|
||||
FROM postgres:15.8-bookworm
|
||||
|
||||
# Do not split the description, otherwise we will see a blank space in the labels
|
||||
LABEL name="PostgreSQL Container Images" \
|
||||
vendor="The CloudNativePG Contributors" \
|
||||
version="${PG_VERSION}" \
|
||||
release="10" \
|
||||
release="1" \
|
||||
summary="PostgreSQL Container images." \
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.7-bookworm."
|
||||
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.7-bookworm."
|
||||
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.8-bookworm."
|
||||
|
||||
COPY requirements.txt /
|
||||
|
||||
|
@@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.10.1 \
|
||||
--hash=sha256:1f543657b0eb70eaf5200c78724093356d6b2f291488c4950c0fa1fa6f2b5777 \
|
||||
--hash=sha256:2401208fd96349dbaf56aa4082629eaf0c3e5e95c642d5898985fb0c3f5bd506
|
||||
# via -r requirements.in
|
||||
boto3==1.34.156 \
|
||||
--hash=sha256:b33e9a8f8be80d3053b8418836a7c1900410b23a30c7cb040927d601a1082e68 \
|
||||
--hash=sha256:cbbd453270b8ce94ef9da60dfbb6f9ceeb3eeee226b635aa9ec44b1def98cc96
|
||||
botocore==1.34.156 \
|
||||
--hash=sha256:5d1478c41ab9681e660b3322432fe09c4055759c317984b7b8d3af9557ff769a \
|
||||
--hash=sha256:c48f8c8996216dfdeeb0aa6d3c0f2c7ae25234766434a2ea3e57bdc08494bdda
|
||||
boto3==1.34.157 \
|
||||
--hash=sha256:3cc357156df5482154a016f138d1953061a181b4c594f8b6302c9d6c024bd950 \
|
||||
--hash=sha256:7ef19ed38cba9863b58430fb4a66a72a5c250304f234bd1c16b860f9bf25677b
|
||||
botocore==1.34.157 \
|
||||
--hash=sha256:5628a36cec123cdc8c1158d05a7b06aa5e53649ad73796c50ef3fb51199785fb \
|
||||
--hash=sha256:c6cba6de8eb86ca4d2f934e009b37adbe1e7fdcfa52fbab74783f4c30676e07d
|
||||
# via
|
||||
# boto3
|
||||
# s3transfer
|
||||
@@ -248,9 +248,9 @@ google-cloud-core==2.4.1 \
|
||||
--hash=sha256:9b7749272a812bde58fff28868d0c5e2f585b82f37e09a1f6ed2d4d10f134073 \
|
||||
--hash=sha256:a9e6a4422b9ac5c29f79a0ede9485473338e2ce78d91f2370c01e730eab22e61
|
||||
# via google-cloud-storage
|
||||
google-cloud-storage==2.18.1 \
|
||||
--hash=sha256:6707a6f30a05aee36faca81296419ca2907ac750af1c0457f278bc9a6fb219ad \
|
||||
--hash=sha256:9d8db6bde3a979cca7150511cd0e4cb363e5f69d31259d890ba1124fa109418c
|
||||
google-cloud-storage==2.18.2 \
|
||||
--hash=sha256:97a4d45c368b7d401ed48c4fdfe86e1e1cb96401c9e199e419d289e2c0370166 \
|
||||
--hash=sha256:aaf7acd70cdad9f274d29332673fcab98708d0e1f4dceb5a5356aaef06af4d99
|
||||
google-crc32c==1.5.0 \
|
||||
--hash=sha256:024894d9d3cfbc5943f8f230e23950cd4906b2fe004c72e29b209420a1e6b05a \
|
||||
--hash=sha256:02c65b9817512edc6a4ae7c7e987fea799d2e0ee40c53ec573a692bee24de876 \
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.10.1",
|
||||
"IMAGE_RELEASE_VERSION": "11",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-07-25T05:09:59.463208Z",
|
||||
"POSTGRES_IMAGE_VERSION": "15.7-bullseye"
|
||||
"IMAGE_RELEASE_VERSION": "1",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-08-08T23:16:00.383345Z",
|
||||
"POSTGRES_IMAGE_VERSION": "15.8-bullseye"
|
||||
}
|
||||
|
@@ -14,17 +14,17 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
FROM postgres:15.7-bullseye
|
||||
FROM postgres:15.8-bullseye
|
||||
|
||||
# Do not split the description, otherwise we will see a blank space in the labels
|
||||
LABEL name="PostgreSQL Container Images" \
|
||||
vendor="The CloudNativePG Contributors" \
|
||||
version="${PG_VERSION}" \
|
||||
release="11" \
|
||||
release="1" \
|
||||
summary="PostgreSQL Container images." \
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.7-bullseye."
|
||||
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.7-bullseye."
|
||||
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.8-bullseye."
|
||||
|
||||
COPY requirements.txt /
|
||||
|
||||
|
@@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.10.1 \
|
||||
--hash=sha256:1f543657b0eb70eaf5200c78724093356d6b2f291488c4950c0fa1fa6f2b5777 \
|
||||
--hash=sha256:2401208fd96349dbaf56aa4082629eaf0c3e5e95c642d5898985fb0c3f5bd506
|
||||
# via -r requirements.in
|
||||
boto3==1.34.156 \
|
||||
--hash=sha256:b33e9a8f8be80d3053b8418836a7c1900410b23a30c7cb040927d601a1082e68 \
|
||||
--hash=sha256:cbbd453270b8ce94ef9da60dfbb6f9ceeb3eeee226b635aa9ec44b1def98cc96
|
||||
botocore==1.34.156 \
|
||||
--hash=sha256:5d1478c41ab9681e660b3322432fe09c4055759c317984b7b8d3af9557ff769a \
|
||||
--hash=sha256:c48f8c8996216dfdeeb0aa6d3c0f2c7ae25234766434a2ea3e57bdc08494bdda
|
||||
boto3==1.34.157 \
|
||||
--hash=sha256:3cc357156df5482154a016f138d1953061a181b4c594f8b6302c9d6c024bd950 \
|
||||
--hash=sha256:7ef19ed38cba9863b58430fb4a66a72a5c250304f234bd1c16b860f9bf25677b
|
||||
botocore==1.34.157 \
|
||||
--hash=sha256:5628a36cec123cdc8c1158d05a7b06aa5e53649ad73796c50ef3fb51199785fb \
|
||||
--hash=sha256:c6cba6de8eb86ca4d2f934e009b37adbe1e7fdcfa52fbab74783f4c30676e07d
|
||||
# via
|
||||
# boto3
|
||||
# s3transfer
|
||||
@@ -248,9 +248,9 @@ google-cloud-core==2.4.1 \
|
||||
--hash=sha256:9b7749272a812bde58fff28868d0c5e2f585b82f37e09a1f6ed2d4d10f134073 \
|
||||
--hash=sha256:a9e6a4422b9ac5c29f79a0ede9485473338e2ce78d91f2370c01e730eab22e61
|
||||
# via google-cloud-storage
|
||||
google-cloud-storage==2.18.1 \
|
||||
--hash=sha256:6707a6f30a05aee36faca81296419ca2907ac750af1c0457f278bc9a6fb219ad \
|
||||
--hash=sha256:9d8db6bde3a979cca7150511cd0e4cb363e5f69d31259d890ba1124fa109418c
|
||||
google-cloud-storage==2.18.2 \
|
||||
--hash=sha256:97a4d45c368b7d401ed48c4fdfe86e1e1cb96401c9e199e419d289e2c0370166 \
|
||||
--hash=sha256:aaf7acd70cdad9f274d29332673fcab98708d0e1f4dceb5a5356aaef06af4d99
|
||||
google-crc32c==1.5.0 \
|
||||
--hash=sha256:024894d9d3cfbc5943f8f230e23950cd4906b2fe004c72e29b209420a1e6b05a \
|
||||
--hash=sha256:02c65b9817512edc6a4ae7c7e987fea799d2e0ee40c53ec573a692bee24de876 \
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.10.1",
|
||||
"IMAGE_RELEASE_VERSION": "10",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-07-25T02:09:24.086557Z",
|
||||
"POSTGRES_IMAGE_VERSION": "16.3-bookworm"
|
||||
"IMAGE_RELEASE_VERSION": "1",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-08-08T23:18:07.148306Z",
|
||||
"POSTGRES_IMAGE_VERSION": "16.4-bookworm"
|
||||
}
|
||||
|
@@ -14,17 +14,17 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
FROM postgres:16.3-bookworm
|
||||
FROM postgres:16.4-bookworm
|
||||
|
||||
# Do not split the description, otherwise we will see a blank space in the labels
|
||||
LABEL name="PostgreSQL Container Images" \
|
||||
vendor="The CloudNativePG Contributors" \
|
||||
version="${PG_VERSION}" \
|
||||
release="10" \
|
||||
release="1" \
|
||||
summary="PostgreSQL Container images." \
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.3-bookworm."
|
||||
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.3-bookworm."
|
||||
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.4-bookworm."
|
||||
|
||||
COPY requirements.txt /
|
||||
|
||||
|
@@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.10.1 \
|
||||
--hash=sha256:1f543657b0eb70eaf5200c78724093356d6b2f291488c4950c0fa1fa6f2b5777 \
|
||||
--hash=sha256:2401208fd96349dbaf56aa4082629eaf0c3e5e95c642d5898985fb0c3f5bd506
|
||||
# via -r requirements.in
|
||||
boto3==1.34.156 \
|
||||
--hash=sha256:b33e9a8f8be80d3053b8418836a7c1900410b23a30c7cb040927d601a1082e68 \
|
||||
--hash=sha256:cbbd453270b8ce94ef9da60dfbb6f9ceeb3eeee226b635aa9ec44b1def98cc96
|
||||
botocore==1.34.156 \
|
||||
--hash=sha256:5d1478c41ab9681e660b3322432fe09c4055759c317984b7b8d3af9557ff769a \
|
||||
--hash=sha256:c48f8c8996216dfdeeb0aa6d3c0f2c7ae25234766434a2ea3e57bdc08494bdda
|
||||
boto3==1.34.157 \
|
||||
--hash=sha256:3cc357156df5482154a016f138d1953061a181b4c594f8b6302c9d6c024bd950 \
|
||||
--hash=sha256:7ef19ed38cba9863b58430fb4a66a72a5c250304f234bd1c16b860f9bf25677b
|
||||
botocore==1.34.157 \
|
||||
--hash=sha256:5628a36cec123cdc8c1158d05a7b06aa5e53649ad73796c50ef3fb51199785fb \
|
||||
--hash=sha256:c6cba6de8eb86ca4d2f934e009b37adbe1e7fdcfa52fbab74783f4c30676e07d
|
||||
# via
|
||||
# boto3
|
||||
# s3transfer
|
||||
@@ -248,9 +248,9 @@ google-cloud-core==2.4.1 \
|
||||
--hash=sha256:9b7749272a812bde58fff28868d0c5e2f585b82f37e09a1f6ed2d4d10f134073 \
|
||||
--hash=sha256:a9e6a4422b9ac5c29f79a0ede9485473338e2ce78d91f2370c01e730eab22e61
|
||||
# via google-cloud-storage
|
||||
google-cloud-storage==2.18.1 \
|
||||
--hash=sha256:6707a6f30a05aee36faca81296419ca2907ac750af1c0457f278bc9a6fb219ad \
|
||||
--hash=sha256:9d8db6bde3a979cca7150511cd0e4cb363e5f69d31259d890ba1124fa109418c
|
||||
google-cloud-storage==2.18.2 \
|
||||
--hash=sha256:97a4d45c368b7d401ed48c4fdfe86e1e1cb96401c9e199e419d289e2c0370166 \
|
||||
--hash=sha256:aaf7acd70cdad9f274d29332673fcab98708d0e1f4dceb5a5356aaef06af4d99
|
||||
google-crc32c==1.5.0 \
|
||||
--hash=sha256:024894d9d3cfbc5943f8f230e23950cd4906b2fe004c72e29b209420a1e6b05a \
|
||||
--hash=sha256:02c65b9817512edc6a4ae7c7e987fea799d2e0ee40c53ec573a692bee24de876 \
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.10.1",
|
||||
"IMAGE_RELEASE_VERSION": "10",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-07-25T02:09:26.639176Z",
|
||||
"POSTGRES_IMAGE_VERSION": "16.3-bullseye"
|
||||
"IMAGE_RELEASE_VERSION": "1",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-08-08T23:18:11.910705Z",
|
||||
"POSTGRES_IMAGE_VERSION": "16.4-bullseye"
|
||||
}
|
||||
|
@@ -14,17 +14,17 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
FROM postgres:16.3-bullseye
|
||||
FROM postgres:16.4-bullseye
|
||||
|
||||
# Do not split the description, otherwise we will see a blank space in the labels
|
||||
LABEL name="PostgreSQL Container Images" \
|
||||
vendor="The CloudNativePG Contributors" \
|
||||
version="${PG_VERSION}" \
|
||||
release="10" \
|
||||
release="1" \
|
||||
summary="PostgreSQL Container images." \
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.3-bullseye."
|
||||
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.3-bullseye."
|
||||
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.4-bullseye."
|
||||
|
||||
COPY requirements.txt /
|
||||
|
||||
|
@@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.10.1 \
|
||||
--hash=sha256:1f543657b0eb70eaf5200c78724093356d6b2f291488c4950c0fa1fa6f2b5777 \
|
||||
--hash=sha256:2401208fd96349dbaf56aa4082629eaf0c3e5e95c642d5898985fb0c3f5bd506
|
||||
# via -r requirements.in
|
||||
boto3==1.34.156 \
|
||||
--hash=sha256:b33e9a8f8be80d3053b8418836a7c1900410b23a30c7cb040927d601a1082e68 \
|
||||
--hash=sha256:cbbd453270b8ce94ef9da60dfbb6f9ceeb3eeee226b635aa9ec44b1def98cc96
|
||||
botocore==1.34.156 \
|
||||
--hash=sha256:5d1478c41ab9681e660b3322432fe09c4055759c317984b7b8d3af9557ff769a \
|
||||
--hash=sha256:c48f8c8996216dfdeeb0aa6d3c0f2c7ae25234766434a2ea3e57bdc08494bdda
|
||||
boto3==1.34.157 \
|
||||
--hash=sha256:3cc357156df5482154a016f138d1953061a181b4c594f8b6302c9d6c024bd950 \
|
||||
--hash=sha256:7ef19ed38cba9863b58430fb4a66a72a5c250304f234bd1c16b860f9bf25677b
|
||||
botocore==1.34.157 \
|
||||
--hash=sha256:5628a36cec123cdc8c1158d05a7b06aa5e53649ad73796c50ef3fb51199785fb \
|
||||
--hash=sha256:c6cba6de8eb86ca4d2f934e009b37adbe1e7fdcfa52fbab74783f4c30676e07d
|
||||
# via
|
||||
# boto3
|
||||
# s3transfer
|
||||
@@ -248,9 +248,9 @@ google-cloud-core==2.4.1 \
|
||||
--hash=sha256:9b7749272a812bde58fff28868d0c5e2f585b82f37e09a1f6ed2d4d10f134073 \
|
||||
--hash=sha256:a9e6a4422b9ac5c29f79a0ede9485473338e2ce78d91f2370c01e730eab22e61
|
||||
# via google-cloud-storage
|
||||
google-cloud-storage==2.18.1 \
|
||||
--hash=sha256:6707a6f30a05aee36faca81296419ca2907ac750af1c0457f278bc9a6fb219ad \
|
||||
--hash=sha256:9d8db6bde3a979cca7150511cd0e4cb363e5f69d31259d890ba1124fa109418c
|
||||
google-cloud-storage==2.18.2 \
|
||||
--hash=sha256:97a4d45c368b7d401ed48c4fdfe86e1e1cb96401c9e199e419d289e2c0370166 \
|
||||
--hash=sha256:aaf7acd70cdad9f274d29332673fcab98708d0e1f4dceb5a5356aaef06af4d99
|
||||
google-crc32c==1.5.0 \
|
||||
--hash=sha256:024894d9d3cfbc5943f8f230e23950cd4906b2fe004c72e29b209420a1e6b05a \
|
||||
--hash=sha256:02c65b9817512edc6a4ae7c7e987fea799d2e0ee40c53ec573a692bee24de876 \
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.10.1",
|
||||
"IMAGE_RELEASE_VERSION": "5",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-07-24T23:11:00.0716Z",
|
||||
"POSTGRES_IMAGE_VERSION": "17beta2-bookworm"
|
||||
"IMAGE_RELEASE_VERSION": "1",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-08-08T23:19:38.49964Z",
|
||||
"POSTGRES_IMAGE_VERSION": "17beta3-bookworm"
|
||||
}
|
||||
|
@@ -14,17 +14,17 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
FROM postgres:17beta2-bookworm
|
||||
FROM postgres:17beta3-bookworm
|
||||
|
||||
# Do not split the description, otherwise we will see a blank space in the labels
|
||||
LABEL name="PostgreSQL Container Images" \
|
||||
vendor="The CloudNativePG Contributors" \
|
||||
version="${PG_VERSION}" \
|
||||
release="5" \
|
||||
release="1" \
|
||||
summary="PostgreSQL Container images." \
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17beta2-bookworm."
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17beta3-bookworm."
|
||||
|
||||
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17beta2-bookworm."
|
||||
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17beta3-bookworm."
|
||||
|
||||
COPY requirements.txt /
|
||||
|
||||
|
@@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.10.1 \
|
||||
--hash=sha256:1f543657b0eb70eaf5200c78724093356d6b2f291488c4950c0fa1fa6f2b5777 \
|
||||
--hash=sha256:2401208fd96349dbaf56aa4082629eaf0c3e5e95c642d5898985fb0c3f5bd506
|
||||
# via -r requirements.in
|
||||
boto3==1.34.156 \
|
||||
--hash=sha256:b33e9a8f8be80d3053b8418836a7c1900410b23a30c7cb040927d601a1082e68 \
|
||||
--hash=sha256:cbbd453270b8ce94ef9da60dfbb6f9ceeb3eeee226b635aa9ec44b1def98cc96
|
||||
botocore==1.34.156 \
|
||||
--hash=sha256:5d1478c41ab9681e660b3322432fe09c4055759c317984b7b8d3af9557ff769a \
|
||||
--hash=sha256:c48f8c8996216dfdeeb0aa6d3c0f2c7ae25234766434a2ea3e57bdc08494bdda
|
||||
boto3==1.34.157 \
|
||||
--hash=sha256:3cc357156df5482154a016f138d1953061a181b4c594f8b6302c9d6c024bd950 \
|
||||
--hash=sha256:7ef19ed38cba9863b58430fb4a66a72a5c250304f234bd1c16b860f9bf25677b
|
||||
botocore==1.34.157 \
|
||||
--hash=sha256:5628a36cec123cdc8c1158d05a7b06aa5e53649ad73796c50ef3fb51199785fb \
|
||||
--hash=sha256:c6cba6de8eb86ca4d2f934e009b37adbe1e7fdcfa52fbab74783f4c30676e07d
|
||||
# via
|
||||
# boto3
|
||||
# s3transfer
|
||||
@@ -248,9 +248,9 @@ google-cloud-core==2.4.1 \
|
||||
--hash=sha256:9b7749272a812bde58fff28868d0c5e2f585b82f37e09a1f6ed2d4d10f134073 \
|
||||
--hash=sha256:a9e6a4422b9ac5c29f79a0ede9485473338e2ce78d91f2370c01e730eab22e61
|
||||
# via google-cloud-storage
|
||||
google-cloud-storage==2.18.1 \
|
||||
--hash=sha256:6707a6f30a05aee36faca81296419ca2907ac750af1c0457f278bc9a6fb219ad \
|
||||
--hash=sha256:9d8db6bde3a979cca7150511cd0e4cb363e5f69d31259d890ba1124fa109418c
|
||||
google-cloud-storage==2.18.2 \
|
||||
--hash=sha256:97a4d45c368b7d401ed48c4fdfe86e1e1cb96401c9e199e419d289e2c0370166 \
|
||||
--hash=sha256:aaf7acd70cdad9f274d29332673fcab98708d0e1f4dceb5a5356aaef06af4d99
|
||||
google-crc32c==1.5.0 \
|
||||
--hash=sha256:024894d9d3cfbc5943f8f230e23950cd4906b2fe004c72e29b209420a1e6b05a \
|
||||
--hash=sha256:02c65b9817512edc6a4ae7c7e987fea799d2e0ee40c53ec573a692bee24de876 \
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.10.1",
|
||||
"IMAGE_RELEASE_VERSION": "5",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-07-24T23:11:10.766706Z",
|
||||
"POSTGRES_IMAGE_VERSION": "17beta2-bullseye"
|
||||
"IMAGE_RELEASE_VERSION": "1",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-08-08T23:20:11.127972Z",
|
||||
"POSTGRES_IMAGE_VERSION": "17beta3-bullseye"
|
||||
}
|
||||
|
@@ -14,17 +14,17 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
FROM postgres:17beta2-bullseye
|
||||
FROM postgres:17beta3-bullseye
|
||||
|
||||
# Do not split the description, otherwise we will see a blank space in the labels
|
||||
LABEL name="PostgreSQL Container Images" \
|
||||
vendor="The CloudNativePG Contributors" \
|
||||
version="${PG_VERSION}" \
|
||||
release="5" \
|
||||
release="1" \
|
||||
summary="PostgreSQL Container images." \
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17beta2-bullseye."
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17beta3-bullseye."
|
||||
|
||||
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17beta2-bullseye."
|
||||
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17beta3-bullseye."
|
||||
|
||||
COPY requirements.txt /
|
||||
|
||||
|
@@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.10.1 \
|
||||
--hash=sha256:1f543657b0eb70eaf5200c78724093356d6b2f291488c4950c0fa1fa6f2b5777 \
|
||||
--hash=sha256:2401208fd96349dbaf56aa4082629eaf0c3e5e95c642d5898985fb0c3f5bd506
|
||||
# via -r requirements.in
|
||||
boto3==1.34.156 \
|
||||
--hash=sha256:b33e9a8f8be80d3053b8418836a7c1900410b23a30c7cb040927d601a1082e68 \
|
||||
--hash=sha256:cbbd453270b8ce94ef9da60dfbb6f9ceeb3eeee226b635aa9ec44b1def98cc96
|
||||
botocore==1.34.156 \
|
||||
--hash=sha256:5d1478c41ab9681e660b3322432fe09c4055759c317984b7b8d3af9557ff769a \
|
||||
--hash=sha256:c48f8c8996216dfdeeb0aa6d3c0f2c7ae25234766434a2ea3e57bdc08494bdda
|
||||
boto3==1.34.157 \
|
||||
--hash=sha256:3cc357156df5482154a016f138d1953061a181b4c594f8b6302c9d6c024bd950 \
|
||||
--hash=sha256:7ef19ed38cba9863b58430fb4a66a72a5c250304f234bd1c16b860f9bf25677b
|
||||
botocore==1.34.157 \
|
||||
--hash=sha256:5628a36cec123cdc8c1158d05a7b06aa5e53649ad73796c50ef3fb51199785fb \
|
||||
--hash=sha256:c6cba6de8eb86ca4d2f934e009b37adbe1e7fdcfa52fbab74783f4c30676e07d
|
||||
# via
|
||||
# boto3
|
||||
# s3transfer
|
||||
@@ -248,9 +248,9 @@ google-cloud-core==2.4.1 \
|
||||
--hash=sha256:9b7749272a812bde58fff28868d0c5e2f585b82f37e09a1f6ed2d4d10f134073 \
|
||||
--hash=sha256:a9e6a4422b9ac5c29f79a0ede9485473338e2ce78d91f2370c01e730eab22e61
|
||||
# via google-cloud-storage
|
||||
google-cloud-storage==2.18.1 \
|
||||
--hash=sha256:6707a6f30a05aee36faca81296419ca2907ac750af1c0457f278bc9a6fb219ad \
|
||||
--hash=sha256:9d8db6bde3a979cca7150511cd0e4cb363e5f69d31259d890ba1124fa109418c
|
||||
google-cloud-storage==2.18.2 \
|
||||
--hash=sha256:97a4d45c368b7d401ed48c4fdfe86e1e1cb96401c9e199e419d289e2c0370166 \
|
||||
--hash=sha256:aaf7acd70cdad9f274d29332673fcab98708d0e1f4dceb5a5356aaef06af4d99
|
||||
google-crc32c==1.5.0 \
|
||||
--hash=sha256:024894d9d3cfbc5943f8f230e23950cd4906b2fe004c72e29b209420a1e6b05a \
|
||||
--hash=sha256:02c65b9817512edc6a4ae7c7e987fea799d2e0ee40c53ec573a692bee24de876 \
|
||||
|
Reference in New Issue
Block a user