forked from repo-mirrors/cnpg-postgres-containers
Daily automatic update
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.9.0",
|
||||
"IMAGE_RELEASE_VERSION": "20",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2023-11-03T08:08:38.947719Z",
|
||||
"POSTGRES_IMAGE_VERSION": "11.21-bullseye"
|
||||
"IMAGE_RELEASE_VERSION": "1",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2023-11-14T18:08:16.924094Z",
|
||||
"POSTGRES_IMAGE_VERSION": "11.22-bullseye"
|
||||
}
|
||||
|
@@ -14,17 +14,17 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
FROM postgres:11.21-bullseye
|
||||
FROM postgres:11.22-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="20" \
|
||||
release="1" \
|
||||
summary="PostgreSQL Container images." \
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 11.21-bullseye."
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 11.22-bullseye."
|
||||
|
||||
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 11.21-bullseye."
|
||||
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 11.22-bullseye."
|
||||
|
||||
COPY requirements.txt /
|
||||
|
||||
|
@@ -25,12 +25,12 @@ barman[azure,cloud,google,snappy]==3.9.0 \
|
||||
# via
|
||||
# -r requirements.in
|
||||
# barman
|
||||
boto3==1.28.85 \
|
||||
--hash=sha256:1fb7e7ba32a6701990168eb7a08e1fb624ae48130784dfab25904ed47deabb31 \
|
||||
--hash=sha256:96b4cb2708933cef7dbe1177df37ef0593839942978784147aade0e49511eb2b
|
||||
botocore==1.31.85 \
|
||||
--hash=sha256:b8f35d65f2b45af50c36fc25cc1844d6bd61d38d2148b2ef133b8f10e198555d \
|
||||
--hash=sha256:ce58e688222df73ec5691f934be1a2122a52c9d11d3037b586b3fff16ed6d25f
|
||||
boto3==1.29.0 \
|
||||
--hash=sha256:3e90ea2faa3e9892b9140f857911f9ef0013192a106f50d0ec7b71e8d1afc90a \
|
||||
--hash=sha256:91c72fa4848eda9311c273db667946bd9d953285ae8d54b7bbad541b74adc254
|
||||
botocore==1.32.0 \
|
||||
--hash=sha256:95fe3357b9ddc4559941dbea0f0a6b8fc043305f013b7ae2a85dff0c3b36ee92 \
|
||||
--hash=sha256:9c1e143feb6a04235cec342d2acb31a0f44df3c89f309f839e03e38a75f3f44e
|
||||
# via
|
||||
# boto3
|
||||
# s3transfer
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.9.0",
|
||||
"IMAGE_RELEASE_VERSION": "19",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2023-11-03T08:09:51.786324Z",
|
||||
"POSTGRES_IMAGE_VERSION": "12.16-bullseye"
|
||||
"IMAGE_RELEASE_VERSION": "1",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2023-11-14T15:09:54.990236Z",
|
||||
"POSTGRES_IMAGE_VERSION": "12.17-bullseye"
|
||||
}
|
||||
|
@@ -14,17 +14,17 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
FROM postgres:12.16-bullseye
|
||||
FROM postgres:12.17-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 12.16-bullseye."
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.17-bullseye."
|
||||
|
||||
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.16-bullseye."
|
||||
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.17-bullseye."
|
||||
|
||||
COPY requirements.txt /
|
||||
|
||||
|
@@ -25,12 +25,12 @@ barman[azure,cloud,google,snappy]==3.9.0 \
|
||||
# via
|
||||
# -r requirements.in
|
||||
# barman
|
||||
boto3==1.28.85 \
|
||||
--hash=sha256:1fb7e7ba32a6701990168eb7a08e1fb624ae48130784dfab25904ed47deabb31 \
|
||||
--hash=sha256:96b4cb2708933cef7dbe1177df37ef0593839942978784147aade0e49511eb2b
|
||||
botocore==1.31.85 \
|
||||
--hash=sha256:b8f35d65f2b45af50c36fc25cc1844d6bd61d38d2148b2ef133b8f10e198555d \
|
||||
--hash=sha256:ce58e688222df73ec5691f934be1a2122a52c9d11d3037b586b3fff16ed6d25f
|
||||
boto3==1.29.0 \
|
||||
--hash=sha256:3e90ea2faa3e9892b9140f857911f9ef0013192a106f50d0ec7b71e8d1afc90a \
|
||||
--hash=sha256:91c72fa4848eda9311c273db667946bd9d953285ae8d54b7bbad541b74adc254
|
||||
botocore==1.32.0 \
|
||||
--hash=sha256:95fe3357b9ddc4559941dbea0f0a6b8fc043305f013b7ae2a85dff0c3b36ee92 \
|
||||
--hash=sha256:9c1e143feb6a04235cec342d2acb31a0f44df3c89f309f839e03e38a75f3f44e
|
||||
# via
|
||||
# boto3
|
||||
# s3transfer
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.9.0",
|
||||
"IMAGE_RELEASE_VERSION": "19",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2023-11-03T05:10:28.76034Z",
|
||||
"POSTGRES_IMAGE_VERSION": "13.12-bullseye"
|
||||
"IMAGE_RELEASE_VERSION": "1",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2023-11-14T15:10:58.243589Z",
|
||||
"POSTGRES_IMAGE_VERSION": "13.13-bullseye"
|
||||
}
|
||||
|
@@ -14,17 +14,17 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
FROM postgres:13.12-bullseye
|
||||
FROM postgres:13.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="19" \
|
||||
release="1" \
|
||||
summary="PostgreSQL Container images." \
|
||||
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.12-bullseye."
|
||||
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.12-bullseye."
|
||||
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.13-bullseye."
|
||||
|
||||
COPY requirements.txt /
|
||||
|
||||
|
@@ -25,12 +25,12 @@ barman[azure,cloud,google,snappy]==3.9.0 \
|
||||
# via
|
||||
# -r requirements.in
|
||||
# barman
|
||||
boto3==1.28.85 \
|
||||
--hash=sha256:1fb7e7ba32a6701990168eb7a08e1fb624ae48130784dfab25904ed47deabb31 \
|
||||
--hash=sha256:96b4cb2708933cef7dbe1177df37ef0593839942978784147aade0e49511eb2b
|
||||
botocore==1.31.85 \
|
||||
--hash=sha256:b8f35d65f2b45af50c36fc25cc1844d6bd61d38d2148b2ef133b8f10e198555d \
|
||||
--hash=sha256:ce58e688222df73ec5691f934be1a2122a52c9d11d3037b586b3fff16ed6d25f
|
||||
boto3==1.29.0 \
|
||||
--hash=sha256:3e90ea2faa3e9892b9140f857911f9ef0013192a106f50d0ec7b71e8d1afc90a \
|
||||
--hash=sha256:91c72fa4848eda9311c273db667946bd9d953285ae8d54b7bbad541b74adc254
|
||||
botocore==1.32.0 \
|
||||
--hash=sha256:95fe3357b9ddc4559941dbea0f0a6b8fc043305f013b7ae2a85dff0c3b36ee92 \
|
||||
--hash=sha256:9c1e143feb6a04235cec342d2acb31a0f44df3c89f309f839e03e38a75f3f44e
|
||||
# via
|
||||
# boto3
|
||||
# s3transfer
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.9.0",
|
||||
"IMAGE_RELEASE_VERSION": "18",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2023-11-03T02:10:53.344427Z",
|
||||
"POSTGRES_IMAGE_VERSION": "14.9-bullseye"
|
||||
"IMAGE_RELEASE_VERSION": "1",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2023-11-14T09:11:43.973667Z",
|
||||
"POSTGRES_IMAGE_VERSION": "14.10-bullseye"
|
||||
}
|
||||
|
@@ -14,17 +14,17 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
FROM postgres:14.9-bullseye
|
||||
FROM postgres:14.10-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.9-bullseye."
|
||||
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.9-bullseye."
|
||||
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.10-bullseye."
|
||||
|
||||
COPY requirements.txt /
|
||||
|
||||
|
@@ -25,12 +25,12 @@ barman[azure,cloud,google,snappy]==3.9.0 \
|
||||
# via
|
||||
# -r requirements.in
|
||||
# barman
|
||||
boto3==1.28.85 \
|
||||
--hash=sha256:1fb7e7ba32a6701990168eb7a08e1fb624ae48130784dfab25904ed47deabb31 \
|
||||
--hash=sha256:96b4cb2708933cef7dbe1177df37ef0593839942978784147aade0e49511eb2b
|
||||
botocore==1.31.85 \
|
||||
--hash=sha256:b8f35d65f2b45af50c36fc25cc1844d6bd61d38d2148b2ef133b8f10e198555d \
|
||||
--hash=sha256:ce58e688222df73ec5691f934be1a2122a52c9d11d3037b586b3fff16ed6d25f
|
||||
boto3==1.29.0 \
|
||||
--hash=sha256:3e90ea2faa3e9892b9140f857911f9ef0013192a106f50d0ec7b71e8d1afc90a \
|
||||
--hash=sha256:91c72fa4848eda9311c273db667946bd9d953285ae8d54b7bbad541b74adc254
|
||||
botocore==1.32.0 \
|
||||
--hash=sha256:95fe3357b9ddc4559941dbea0f0a6b8fc043305f013b7ae2a85dff0c3b36ee92 \
|
||||
--hash=sha256:9c1e143feb6a04235cec342d2acb31a0f44df3c89f309f839e03e38a75f3f44e
|
||||
# via
|
||||
# boto3
|
||||
# s3transfer
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.9.0",
|
||||
"IMAGE_RELEASE_VERSION": "18",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2023-11-02T23:11:16.062996Z",
|
||||
"POSTGRES_IMAGE_VERSION": "15.4-bullseye"
|
||||
"IMAGE_RELEASE_VERSION": "1",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2023-11-14T09:12:34.372779Z",
|
||||
"POSTGRES_IMAGE_VERSION": "15.5-bullseye"
|
||||
}
|
||||
|
@@ -14,17 +14,17 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
FROM postgres:15.4-bullseye
|
||||
FROM postgres:15.5-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.4-bullseye."
|
||||
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.4-bullseye."
|
||||
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.5-bullseye."
|
||||
|
||||
COPY requirements.txt /
|
||||
|
||||
|
@@ -25,12 +25,12 @@ barman[azure,cloud,google,snappy]==3.9.0 \
|
||||
# via
|
||||
# -r requirements.in
|
||||
# barman
|
||||
boto3==1.28.85 \
|
||||
--hash=sha256:1fb7e7ba32a6701990168eb7a08e1fb624ae48130784dfab25904ed47deabb31 \
|
||||
--hash=sha256:96b4cb2708933cef7dbe1177df37ef0593839942978784147aade0e49511eb2b
|
||||
botocore==1.31.85 \
|
||||
--hash=sha256:b8f35d65f2b45af50c36fc25cc1844d6bd61d38d2148b2ef133b8f10e198555d \
|
||||
--hash=sha256:ce58e688222df73ec5691f934be1a2122a52c9d11d3037b586b3fff16ed6d25f
|
||||
boto3==1.29.0 \
|
||||
--hash=sha256:3e90ea2faa3e9892b9140f857911f9ef0013192a106f50d0ec7b71e8d1afc90a \
|
||||
--hash=sha256:91c72fa4848eda9311c273db667946bd9d953285ae8d54b7bbad541b74adc254
|
||||
botocore==1.32.0 \
|
||||
--hash=sha256:95fe3357b9ddc4559941dbea0f0a6b8fc043305f013b7ae2a85dff0c3b36ee92 \
|
||||
--hash=sha256:9c1e143feb6a04235cec342d2acb31a0f44df3c89f309f839e03e38a75f3f44e
|
||||
# via
|
||||
# boto3
|
||||
# s3transfer
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"BARMAN_VERSION": "3.9.0",
|
||||
"IMAGE_RELEASE_VERSION": "10",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2023-11-02T23:12:25.502252Z",
|
||||
"POSTGRES_IMAGE_VERSION": "16.0-bullseye"
|
||||
"IMAGE_RELEASE_VERSION": "1",
|
||||
"POSTGRES_IMAGE_LAST_UPDATED": "2023-11-14T06:29:36.525094Z",
|
||||
"POSTGRES_IMAGE_VERSION": "16.1-bullseye"
|
||||
}
|
||||
|
@@ -14,17 +14,17 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
FROM postgres:16.0-bullseye
|
||||
FROM postgres:16.1-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.0-bullseye."
|
||||
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.0-bullseye."
|
||||
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.1-bullseye."
|
||||
|
||||
COPY requirements.txt /
|
||||
|
||||
|
@@ -25,12 +25,12 @@ barman[azure,cloud,google,snappy]==3.9.0 \
|
||||
# via
|
||||
# -r requirements.in
|
||||
# barman
|
||||
boto3==1.28.85 \
|
||||
--hash=sha256:1fb7e7ba32a6701990168eb7a08e1fb624ae48130784dfab25904ed47deabb31 \
|
||||
--hash=sha256:96b4cb2708933cef7dbe1177df37ef0593839942978784147aade0e49511eb2b
|
||||
botocore==1.31.85 \
|
||||
--hash=sha256:b8f35d65f2b45af50c36fc25cc1844d6bd61d38d2148b2ef133b8f10e198555d \
|
||||
--hash=sha256:ce58e688222df73ec5691f934be1a2122a52c9d11d3037b586b3fff16ed6d25f
|
||||
boto3==1.29.0 \
|
||||
--hash=sha256:3e90ea2faa3e9892b9140f857911f9ef0013192a106f50d0ec7b71e8d1afc90a \
|
||||
--hash=sha256:91c72fa4848eda9311c273db667946bd9d953285ae8d54b7bbad541b74adc254
|
||||
botocore==1.32.0 \
|
||||
--hash=sha256:95fe3357b9ddc4559941dbea0f0a6b8fc043305f013b7ae2a85dff0c3b36ee92 \
|
||||
--hash=sha256:9c1e143feb6a04235cec342d2acb31a0f44df3c89f309f839e03e38a75f3f44e
|
||||
# via
|
||||
# boto3
|
||||
# s3transfer
|
||||
|
@@ -25,12 +25,12 @@ barman[azure,cloud,google,snappy]==3.9.0 \
|
||||
# via
|
||||
# -r requirements.in
|
||||
# barman
|
||||
boto3==1.28.85 \
|
||||
--hash=sha256:1fb7e7ba32a6701990168eb7a08e1fb624ae48130784dfab25904ed47deabb31 \
|
||||
--hash=sha256:96b4cb2708933cef7dbe1177df37ef0593839942978784147aade0e49511eb2b
|
||||
botocore==1.31.85 \
|
||||
--hash=sha256:b8f35d65f2b45af50c36fc25cc1844d6bd61d38d2148b2ef133b8f10e198555d \
|
||||
--hash=sha256:ce58e688222df73ec5691f934be1a2122a52c9d11d3037b586b3fff16ed6d25f
|
||||
boto3==1.29.0 \
|
||||
--hash=sha256:3e90ea2faa3e9892b9140f857911f9ef0013192a106f50d0ec7b71e8d1afc90a \
|
||||
--hash=sha256:91c72fa4848eda9311c273db667946bd9d953285ae8d54b7bbad541b74adc254
|
||||
botocore==1.32.0 \
|
||||
--hash=sha256:95fe3357b9ddc4559941dbea0f0a6b8fc043305f013b7ae2a85dff0c3b36ee92 \
|
||||
--hash=sha256:9c1e143feb6a04235cec342d2acb31a0f44df3c89f309f839e03e38a75f3f44e
|
||||
# via
|
||||
# boto3
|
||||
# s3transfer
|
||||
|
Reference in New Issue
Block a user