From 07f4045fa4ba4d8789bde0c1a72805a63d3126cd Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 30 Sep 2022 05:18:47 +0200 Subject: [PATCH] [bitnami/postgresql] Release 12.12.0-debian-11-r21 (#8391) Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/postgresql/12/debian-11/Dockerfile | 14 +++++++------- .../opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/postgresql/README.md | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/bitnami/postgresql/12/debian-11/Dockerfile b/bitnami/postgresql/12/debian-11/Dockerfile index 3fc798055abe..7114ec8bfc2c 100644 --- a/bitnami/postgresql/12/debian-11/Dockerfile +++ b/bitnami/postgresql/12/debian-11/Dockerfile @@ -6,7 +6,7 @@ ARG WITH_ALL_LOCALES="no" LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ - org.opencontainers.image.ref.name="12.12.0-debian-11-r20" \ + org.opencontainers.image.ref.name="12.12.0-debian-11-r21" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/postgresql" \ org.opencontainers.image.title="postgresql" \ org.opencontainers.image.vendor="VMware, Inc." \ @@ -30,13 +30,13 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ tar -zxf gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ rm -rf gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz.sha256 RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ - if [ ! -f postgresql-12.12.0-9-linux-${OS_ARCH}-debian-11.tar.gz ]; then \ - curl -SsLf https://downloads.bitnami.com/files/stacksmith/postgresql-12.12.0-9-linux-${OS_ARCH}-debian-11.tar.gz -O ; \ - curl -SsLf https://downloads.bitnami.com/files/stacksmith/postgresql-12.12.0-9-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \ + if [ ! -f postgresql-12.12.0-10-linux-${OS_ARCH}-debian-11.tar.gz ]; then \ + curl -SsLf https://downloads.bitnami.com/files/stacksmith/postgresql-12.12.0-10-linux-${OS_ARCH}-debian-11.tar.gz -O ; \ + curl -SsLf https://downloads.bitnami.com/files/stacksmith/postgresql-12.12.0-10-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \ fi && \ - sha256sum -c postgresql-12.12.0-9-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \ - tar -zxf postgresql-12.12.0-9-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ - rm -rf postgresql-12.12.0-9-linux-${OS_ARCH}-debian-11.tar.gz postgresql-12.12.0-9-linux-${OS_ARCH}-debian-11.tar.gz.sha256 + sha256sum -c postgresql-12.12.0-10-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \ + tar -zxf postgresql-12.12.0-10-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ + rm -rf postgresql-12.12.0-10-linux-${OS_ARCH}-debian-11.tar.gz postgresql-12.12.0-10-linux-${OS_ARCH}-debian-11.tar.gz.sha256 RUN apt-get update && apt-get upgrade -y && \ apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami diff --git a/bitnami/postgresql/12/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/postgresql/12/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 02bd8805f1f7..5869af4fd110 100644 --- a/bitnami/postgresql/12/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/postgresql/12/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -8,9 +8,9 @@ }, "postgresql": { "arch": "amd64", - "digest": "345d283adadc669bce6844a4c192f8fbe748ebd224a93119bcf379d5afa1b6f4", + "digest": "65e4e5863b5dca8215d59bfce40d9e750023dff4b19a7281c1e0cb67b544ddaf", "distro": "debian-11", "type": "NAMI", - "version": "12.12.0-9" + "version": "12.12.0-10" } } \ No newline at end of file diff --git a/bitnami/postgresql/README.md b/bitnami/postgresql/README.md index 9108cf1dcb55..c8c27d5a223e 100644 --- a/bitnami/postgresql/README.md +++ b/bitnami/postgresql/README.md @@ -49,7 +49,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t * [`14`, `14-debian-11`, `14.5.0`, `14.5.0-debian-11-r19`, `latest` (14/debian-11/Dockerfile)](https://github.com/bitnami/containers/tree/main/bitnami/postgresql/14/debian-11/Dockerfile) * [`13`, `13-debian-11`, `13.8.0`, `13.8.0-debian-11-r20` (13/debian-11/Dockerfile)](https://github.com/bitnami/containers/tree/main/bitnami/postgresql/13/debian-11/Dockerfile) -* [`12`, `12-debian-11`, `12.12.0`, `12.12.0-debian-11-r20` (12/debian-11/Dockerfile)](https://github.com/bitnami/containers/tree/main/bitnami/postgresql/12/debian-11/Dockerfile) +* [`12`, `12-debian-11`, `12.12.0`, `12.12.0-debian-11-r21` (12/debian-11/Dockerfile)](https://github.com/bitnami/containers/tree/main/bitnami/postgresql/12/debian-11/Dockerfile) * [`11`, `11-debian-11`, `11.17.0`, `11.17.0-debian-11-r21` (11/debian-11/Dockerfile)](https://github.com/bitnami/containers/tree/main/bitnami/postgresql/11/debian-11/Dockerfile) * [`10`, `10-debian-11`, `10.22.0`, `10.22.0-debian-11-r21` (10/debian-11/Dockerfile)](https://github.com/bitnami/containers/tree/main/bitnami/postgresql/10/debian-11/Dockerfile)