forked from repo-mirrors/cnpg-postgres-containers
Daily automatic update
This commit is contained in:
@@ -25,12 +25,12 @@ barman[azure,cloud,google,snappy]==3.10.0 \
|
||||
# via
|
||||
# -r requirements.in
|
||||
# barman
|
||||
boto3==1.34.40 \
|
||||
--hash=sha256:49eb215e4142d441e26eedaf5d0b43065200f0849d82c904bc9a62d1328016cd \
|
||||
--hash=sha256:81d026ed8c8305b880c71f9f287f9b745b52bd358a91cfc133844c907db4d7ee
|
||||
botocore==1.34.40 \
|
||||
--hash=sha256:a3edd774653a61a1b211e4ea88cdb1c2655ffcc7660ba77b41a4027b097d145d \
|
||||
--hash=sha256:cb794bdb5b3d41845749a182ec93cb1453560e52b97ae0ab43ace81deb011f6d
|
||||
boto3==1.34.41 \
|
||||
--hash=sha256:9fd66f22a4cdd63165a7a19186fff9b6e3d742e83498ea3f3231bab6ae4bf0f3 \
|
||||
--hash=sha256:ae1a974c728c076a49392a695102124f650f45361c654bb7c0bef1bb644c52d5
|
||||
botocore==1.34.41 \
|
||||
--hash=sha256:3a6943c75a0d292ab6e008bce58ee6503776969479f991f5ad03a5d877af29ae \
|
||||
--hash=sha256:9b5827332da766da487e5a5b14b36e02528be9f2e899f909577afb7001eb441d
|
||||
# via
|
||||
# boto3
|
||||
# s3transfer
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.10.0",
|
||||
"IMAGE_RELEASE_VERSION": "1",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-02-13T00:11:46.996551Z",
|
||||
"IMAGE_RELEASE_VERSION": "2",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-02-13T18:10:02.187826Z",
|
||||
"POSTGRES_IMAGE_VERSION": "12.18-bullseye"
|
||||
}
|
||||
|
@@ -20,7 +20,7 @@ FROM postgres:12.18-bullseye
|
||||
LABEL name="PostgreSQL Container Images" \
|
||||
vendor="The CloudNativePG Contributors" \
|
||||
version="${PG_VERSION}" \
|
||||
release="1" \
|
||||
release="2" \
|
||||
summary="PostgreSQL Container images." \
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.18-bullseye."
|
||||
|
||||
|
@@ -25,12 +25,12 @@ barman[azure,cloud,google,snappy]==3.10.0 \
|
||||
# via
|
||||
# -r requirements.in
|
||||
# barman
|
||||
boto3==1.34.40 \
|
||||
--hash=sha256:49eb215e4142d441e26eedaf5d0b43065200f0849d82c904bc9a62d1328016cd \
|
||||
--hash=sha256:81d026ed8c8305b880c71f9f287f9b745b52bd358a91cfc133844c907db4d7ee
|
||||
botocore==1.34.40 \
|
||||
--hash=sha256:a3edd774653a61a1b211e4ea88cdb1c2655ffcc7660ba77b41a4027b097d145d \
|
||||
--hash=sha256:cb794bdb5b3d41845749a182ec93cb1453560e52b97ae0ab43ace81deb011f6d
|
||||
boto3==1.34.41 \
|
||||
--hash=sha256:9fd66f22a4cdd63165a7a19186fff9b6e3d742e83498ea3f3231bab6ae4bf0f3 \
|
||||
--hash=sha256:ae1a974c728c076a49392a695102124f650f45361c654bb7c0bef1bb644c52d5
|
||||
botocore==1.34.41 \
|
||||
--hash=sha256:3a6943c75a0d292ab6e008bce58ee6503776969479f991f5ad03a5d877af29ae \
|
||||
--hash=sha256:9b5827332da766da487e5a5b14b36e02528be9f2e899f909577afb7001eb441d
|
||||
# via
|
||||
# boto3
|
||||
# s3transfer
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.10.0",
|
||||
"IMAGE_RELEASE_VERSION": "18",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-02-07T12:10:27.415063Z",
|
||||
"POSTGRES_IMAGE_VERSION": "13.13-bullseye"
|
||||
"IMAGE_RELEASE_VERSION": "1",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-02-13T18:12:50.222506Z",
|
||||
"POSTGRES_IMAGE_VERSION": "13.14-bullseye"
|
||||
}
|
||||
|
@@ -14,17 +14,17 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
FROM postgres:13.13-bullseye
|
||||
FROM postgres:13.14-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="18" \
|
||||
release="1" \
|
||||
summary="PostgreSQL Container images." \
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.13-bullseye."
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.14-bullseye."
|
||||
|
||||
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.13-bullseye."
|
||||
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.14-bullseye."
|
||||
|
||||
COPY requirements.txt /
|
||||
|
||||
|
@@ -25,12 +25,12 @@ barman[azure,cloud,google,snappy]==3.10.0 \
|
||||
# via
|
||||
# -r requirements.in
|
||||
# barman
|
||||
boto3==1.34.40 \
|
||||
--hash=sha256:49eb215e4142d441e26eedaf5d0b43065200f0849d82c904bc9a62d1328016cd \
|
||||
--hash=sha256:81d026ed8c8305b880c71f9f287f9b745b52bd358a91cfc133844c907db4d7ee
|
||||
botocore==1.34.40 \
|
||||
--hash=sha256:a3edd774653a61a1b211e4ea88cdb1c2655ffcc7660ba77b41a4027b097d145d \
|
||||
--hash=sha256:cb794bdb5b3d41845749a182ec93cb1453560e52b97ae0ab43ace81deb011f6d
|
||||
boto3==1.34.41 \
|
||||
--hash=sha256:9fd66f22a4cdd63165a7a19186fff9b6e3d742e83498ea3f3231bab6ae4bf0f3 \
|
||||
--hash=sha256:ae1a974c728c076a49392a695102124f650f45361c654bb7c0bef1bb644c52d5
|
||||
botocore==1.34.41 \
|
||||
--hash=sha256:3a6943c75a0d292ab6e008bce58ee6503776969479f991f5ad03a5d877af29ae \
|
||||
--hash=sha256:9b5827332da766da487e5a5b14b36e02528be9f2e899f909577afb7001eb441d
|
||||
# via
|
||||
# boto3
|
||||
# s3transfer
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.10.0",
|
||||
"IMAGE_RELEASE_VERSION": "18",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-02-07T12:11:55.454783Z",
|
||||
"POSTGRES_IMAGE_VERSION": "14.10-bullseye"
|
||||
"IMAGE_RELEASE_VERSION": "1",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-02-13T18:15:48.986518Z",
|
||||
"POSTGRES_IMAGE_VERSION": "14.11-bullseye"
|
||||
}
|
||||
|
@@ -14,17 +14,17 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
FROM postgres:14.10-bullseye
|
||||
FROM postgres:14.11-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="18" \
|
||||
release="1" \
|
||||
summary="PostgreSQL Container images." \
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.10-bullseye."
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.11-bullseye."
|
||||
|
||||
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.10-bullseye."
|
||||
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.11-bullseye."
|
||||
|
||||
COPY requirements.txt /
|
||||
|
||||
|
@@ -25,12 +25,12 @@ barman[azure,cloud,google,snappy]==3.10.0 \
|
||||
# via
|
||||
# -r requirements.in
|
||||
# barman
|
||||
boto3==1.34.40 \
|
||||
--hash=sha256:49eb215e4142d441e26eedaf5d0b43065200f0849d82c904bc9a62d1328016cd \
|
||||
--hash=sha256:81d026ed8c8305b880c71f9f287f9b745b52bd358a91cfc133844c907db4d7ee
|
||||
botocore==1.34.40 \
|
||||
--hash=sha256:a3edd774653a61a1b211e4ea88cdb1c2655ffcc7660ba77b41a4027b097d145d \
|
||||
--hash=sha256:cb794bdb5b3d41845749a182ec93cb1453560e52b97ae0ab43ace81deb011f6d
|
||||
boto3==1.34.41 \
|
||||
--hash=sha256:9fd66f22a4cdd63165a7a19186fff9b6e3d742e83498ea3f3231bab6ae4bf0f3 \
|
||||
--hash=sha256:ae1a974c728c076a49392a695102124f650f45361c654bb7c0bef1bb644c52d5
|
||||
botocore==1.34.41 \
|
||||
--hash=sha256:3a6943c75a0d292ab6e008bce58ee6503776969479f991f5ad03a5d877af29ae \
|
||||
--hash=sha256:9b5827332da766da487e5a5b14b36e02528be9f2e899f909577afb7001eb441d
|
||||
# via
|
||||
# boto3
|
||||
# s3transfer
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.10.0",
|
||||
"IMAGE_RELEASE_VERSION": "18",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-02-07T12:13:24.083706Z",
|
||||
"POSTGRES_IMAGE_VERSION": "15.5-bullseye"
|
||||
"IMAGE_RELEASE_VERSION": "1",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-02-13T18:18:09.715857Z",
|
||||
"POSTGRES_IMAGE_VERSION": "15.6-bullseye"
|
||||
}
|
||||
|
@@ -14,17 +14,17 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
FROM postgres:15.5-bullseye
|
||||
FROM postgres:15.6-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="18" \
|
||||
release="1" \
|
||||
summary="PostgreSQL Container images." \
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.5-bullseye."
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.6-bullseye."
|
||||
|
||||
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.5-bullseye."
|
||||
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.6-bullseye."
|
||||
|
||||
COPY requirements.txt /
|
||||
|
||||
|
@@ -25,12 +25,12 @@ barman[azure,cloud,google,snappy]==3.10.0 \
|
||||
# via
|
||||
# -r requirements.in
|
||||
# barman
|
||||
boto3==1.34.40 \
|
||||
--hash=sha256:49eb215e4142d441e26eedaf5d0b43065200f0849d82c904bc9a62d1328016cd \
|
||||
--hash=sha256:81d026ed8c8305b880c71f9f287f9b745b52bd358a91cfc133844c907db4d7ee
|
||||
botocore==1.34.40 \
|
||||
--hash=sha256:a3edd774653a61a1b211e4ea88cdb1c2655ffcc7660ba77b41a4027b097d145d \
|
||||
--hash=sha256:cb794bdb5b3d41845749a182ec93cb1453560e52b97ae0ab43ace81deb011f6d
|
||||
boto3==1.34.41 \
|
||||
--hash=sha256:9fd66f22a4cdd63165a7a19186fff9b6e3d742e83498ea3f3231bab6ae4bf0f3 \
|
||||
--hash=sha256:ae1a974c728c076a49392a695102124f650f45361c654bb7c0bef1bb644c52d5
|
||||
botocore==1.34.41 \
|
||||
--hash=sha256:3a6943c75a0d292ab6e008bce58ee6503776969479f991f5ad03a5d877af29ae \
|
||||
--hash=sha256:9b5827332da766da487e5a5b14b36e02528be9f2e899f909577afb7001eb441d
|
||||
# via
|
||||
# boto3
|
||||
# s3transfer
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.10.0",
|
||||
"IMAGE_RELEASE_VERSION": "19",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-02-07T12:14:20.784388Z",
|
||||
"POSTGRES_IMAGE_VERSION": "16.1-bullseye"
|
||||
"IMAGE_RELEASE_VERSION": "1",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2024-02-13T18:19:59.039239Z",
|
||||
"POSTGRES_IMAGE_VERSION": "16.2-bullseye"
|
||||
}
|
||||
|
@@ -14,17 +14,17 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
FROM postgres:16.1-bullseye
|
||||
FROM postgres:16.2-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="19" \
|
||||
release="1" \
|
||||
summary="PostgreSQL Container images." \
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.1-bullseye."
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.2-bullseye."
|
||||
|
||||
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.1-bullseye."
|
||||
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.2-bullseye."
|
||||
|
||||
COPY requirements.txt /
|
||||
|
||||
|
@@ -25,12 +25,12 @@ barman[azure,cloud,google,snappy]==3.10.0 \
|
||||
# via
|
||||
# -r requirements.in
|
||||
# barman
|
||||
boto3==1.34.40 \
|
||||
--hash=sha256:49eb215e4142d441e26eedaf5d0b43065200f0849d82c904bc9a62d1328016cd \
|
||||
--hash=sha256:81d026ed8c8305b880c71f9f287f9b745b52bd358a91cfc133844c907db4d7ee
|
||||
botocore==1.34.40 \
|
||||
--hash=sha256:a3edd774653a61a1b211e4ea88cdb1c2655ffcc7660ba77b41a4027b097d145d \
|
||||
--hash=sha256:cb794bdb5b3d41845749a182ec93cb1453560e52b97ae0ab43ace81deb011f6d
|
||||
boto3==1.34.41 \
|
||||
--hash=sha256:9fd66f22a4cdd63165a7a19186fff9b6e3d742e83498ea3f3231bab6ae4bf0f3 \
|
||||
--hash=sha256:ae1a974c728c076a49392a695102124f650f45361c654bb7c0bef1bb644c52d5
|
||||
botocore==1.34.41 \
|
||||
--hash=sha256:3a6943c75a0d292ab6e008bce58ee6503776969479f991f5ad03a5d877af29ae \
|
||||
--hash=sha256:9b5827332da766da487e5a5b14b36e02528be9f2e899f909577afb7001eb441d
|
||||
# via
|
||||
# boto3
|
||||
# s3transfer
|
||||
|
@@ -25,12 +25,12 @@ barman[azure,cloud,google,snappy]==3.10.0 \
|
||||
# via
|
||||
# -r requirements.in
|
||||
# barman
|
||||
boto3==1.34.40 \
|
||||
--hash=sha256:49eb215e4142d441e26eedaf5d0b43065200f0849d82c904bc9a62d1328016cd \
|
||||
--hash=sha256:81d026ed8c8305b880c71f9f287f9b745b52bd358a91cfc133844c907db4d7ee
|
||||
botocore==1.34.40 \
|
||||
--hash=sha256:a3edd774653a61a1b211e4ea88cdb1c2655ffcc7660ba77b41a4027b097d145d \
|
||||
--hash=sha256:cb794bdb5b3d41845749a182ec93cb1453560e52b97ae0ab43ace81deb011f6d
|
||||
boto3==1.34.41 \
|
||||
--hash=sha256:9fd66f22a4cdd63165a7a19186fff9b6e3d742e83498ea3f3231bab6ae4bf0f3 \
|
||||
--hash=sha256:ae1a974c728c076a49392a695102124f650f45361c654bb7c0bef1bb644c52d5
|
||||
botocore==1.34.41 \
|
||||
--hash=sha256:3a6943c75a0d292ab6e008bce58ee6503776969479f991f5ad03a5d877af29ae \
|
||||
--hash=sha256:9b5827332da766da487e5a5b14b36e02528be9f2e899f909577afb7001eb441d
|
||||
# via
|
||||
# boto3
|
||||
# s3transfer
|
||||
|
Reference in New Issue
Block a user