[bitnami/postgresql] Release 12.13.0-debian-11-r11 (#16903)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2022-12-14 16:42:17 +01:00 committed by GitHub
parent 754e8b54c3
commit 5e9a6786c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 4 deletions

View File

@ -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.13.0-debian-11-r10" \
org.opencontainers.image.ref.name="12.13.0-debian-11-r11" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/postgresql" \
org.opencontainers.image.title="postgresql" \
org.opencontainers.image.vendor="VMware, Inc." \
@ -24,7 +24,7 @@ RUN install_packages ca-certificates curl libbsd0 libbz2-1.0 libedit2 libffi7 li
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"gosu-1.14.0-156-linux-${OS_ARCH}-debian-11" \
"postgresql-12.13.0-1-linux-${OS_ARCH}-debian-11" \
"postgresql-12.13.0-2-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@ -8,9 +8,9 @@
},
"postgresql": {
"arch": "amd64",
"digest": "3b1bf9ce50a2a6ece6a33cec1d5d65f9cd1df1dfb3407d80a1093db0e244d625",
"digest": "d8bf78afacf696c86b3463b1ad392872fad86de46de2b17fe8519671998531d3",
"distro": "debian-11",
"type": "NAMI",
"version": "12.13.0-1"
"version": "12.13.0-2"
}
}

View File

@ -653,6 +653,9 @@ postgresql_initialize() {
# Delete conf files generated on first run
rm -f "$POSTGRESQL_DATA_DIR"/postgresql.conf "$POSTGRESQL_DATA_DIR"/pg_hba.conf
# Stop postgresql
postgresql_stop
}
########################