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": "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
|
||||
|
Reference in New Issue
Block a user