From 88e7c3bb1181cc4c8b7ee20ca5b491d807eac0be Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 2 Feb 2022 13:17:15 +0000 Subject: [PATCH] 13.5.0-debian-10-r79 release --- bitnami/postgresql/13/debian-10/Dockerfile | 2 +- .../13/debian-10/rootfs/opt/bitnami/scripts/postgresql-env.sh | 3 ++- bitnami/postgresql/README.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bitnami/postgresql/13/debian-10/Dockerfile b/bitnami/postgresql/13/debian-10/Dockerfile index c3a462c734c8..3f22ca7d6092 100644 --- a/bitnami/postgresql/13/debian-10/Dockerfile +++ b/bitnami/postgresql/13/debian-10/Dockerfile @@ -24,7 +24,7 @@ COPY rootfs / RUN /opt/bitnami/scripts/postgresql/postunpack.sh RUN /opt/bitnami/scripts/locales/add-extra-locales.sh ENV BITNAMI_APP_NAME="postgresql" \ - BITNAMI_IMAGE_VERSION="13.5.0-debian-10-r78" \ + BITNAMI_IMAGE_VERSION="13.5.0-debian-10-r79" \ LANG="en_US.UTF-8" \ LANGUAGE="en_US:en" \ NSS_WRAPPER_LIB="/opt/bitnami/common/lib/libnss_wrapper.so" \ diff --git a/bitnami/postgresql/13/debian-10/rootfs/opt/bitnami/scripts/postgresql-env.sh b/bitnami/postgresql/13/debian-10/rootfs/opt/bitnami/scripts/postgresql-env.sh index c3d3d8c19930..bdc383c20ee2 100644 --- a/bitnami/postgresql/13/debian-10/rootfs/opt/bitnami/scripts/postgresql-env.sh +++ b/bitnami/postgresql/13/debian-10/rootfs/opt/bitnami/scripts/postgresql-env.sh @@ -21,6 +21,7 @@ export BITNAMI_DEBUG="${BITNAMI_DEBUG:-false}" # By setting an environment variable matching *_FILE to a file path, the prefixed environment # variable will be overridden with the value specified in that file postgresql_env_vars=( + POSTGRESQL_VOLUME_DIR POSTGRESQL_DATA_DIR POSTGRESQL_INIT_MAX_TIMEOUT POSTGRESQL_PGCTLTIMEOUT @@ -164,7 +165,7 @@ done unset postgresql_env_vars # Paths -export POSTGRESQL_VOLUME_DIR="/bitnami/postgresql" +export POSTGRESQL_VOLUME_DIR="${POSTGRESQL_VOLUME_DIR:-/bitnami/postgresql}" export POSTGRESQL_BASE_DIR="/opt/bitnami/postgresql" POSTGRESQL_DATA_DIR="${POSTGRESQL_DATA_DIR:-"${POSTGRES_DATA_DIR:-}"}" POSTGRESQL_DATA_DIR="${POSTGRESQL_DATA_DIR:-"${PGDATA:-}"}" diff --git a/bitnami/postgresql/README.md b/bitnami/postgresql/README.md index aba1b8c9f220..267c88df5eb5 100644 --- a/bitnami/postgresql/README.md +++ b/bitnami/postgresql/README.md @@ -51,7 +51,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t * [`14`, `14-debian-10`, `14.1.0`, `14.1.0-debian-10-r78` (14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/14.1.0-debian-10-r78/14/debian-10/Dockerfile) -* [`13`, `13-debian-10`, `13.5.0`, `13.5.0-debian-10-r78` (13/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/13.5.0-debian-10-r78/13/debian-10/Dockerfile) +* [`13`, `13-debian-10`, `13.5.0`, `13.5.0-debian-10-r79` (13/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/13.5.0-debian-10-r79/13/debian-10/Dockerfile) * [`12`, `12-debian-10`, `12.9.0`, `12.9.0-debian-10-r79` (12/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/12.9.0-debian-10-r79/12/debian-10/Dockerfile) * [`11`, `11-debian-10`, `11.14.0`, `11.14.0-debian-10-r49`, `latest` (11/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.14.0-debian-10-r49/11/debian-10/Dockerfile) * [`10`, `10-debian-10`, `10.19.0`, `10.19.0-debian-10-r80` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.19.0-debian-10-r80/10/debian-10/Dockerfile)