From e335eddbfb38ee6252af0fd09e7ca29705d968ad Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 1 Jul 2020 19:12:49 +0000 Subject: [PATCH] 10.13.0-debian-10-r47 release --- bitnami/postgresql/10/debian-10/Dockerfile | 2 +- .../10/debian-10/prebuildfs/opt/bitnami/scripts/libwebserver.sh | 2 ++ bitnami/postgresql/README.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bitnami/postgresql/10/debian-10/Dockerfile b/bitnami/postgresql/10/debian-10/Dockerfile index 082024075488..707023c79d53 100644 --- a/bitnami/postgresql/10/debian-10/Dockerfile +++ b/bitnami/postgresql/10/debian-10/Dockerfile @@ -22,7 +22,7 @@ RUN echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen COPY rootfs / RUN /opt/bitnami/scripts/postgresql/postunpack.sh ENV BITNAMI_APP_NAME="postgresql" \ - BITNAMI_IMAGE_VERSION="10.13.0-debian-10-r46" \ + BITNAMI_IMAGE_VERSION="10.13.0-debian-10-r47" \ LANG="en_US.UTF-8" \ LANGUAGE="en_US:en" \ NSS_WRAPPER_LIB="/opt/bitnami/common/lib/libnss_wrapper.so" \ diff --git a/bitnami/postgresql/10/debian-10/prebuildfs/opt/bitnami/scripts/libwebserver.sh b/bitnami/postgresql/10/debian-10/prebuildfs/opt/bitnami/scripts/libwebserver.sh index 23da5c787d9c..78c85c5ad384 100644 --- a/bitnami/postgresql/10/debian-10/prebuildfs/opt/bitnami/scripts/libwebserver.sh +++ b/bitnami/postgresql/10/debian-10/prebuildfs/opt/bitnami/scripts/libwebserver.sh @@ -139,6 +139,7 @@ web_server_reload() { # --document-root - Path to document root directory # Apache-specific flags: # --apache-additional-configuration - Additional vhost configuration (no default) +# --apache-before-vhost-configuration - Configuration to add before the directive (no default) # --apache-allow-override - Whether to allow .htaccess files (only allowed when --move-htaccess is set to 'no') # --apache-extra-directory-configuration - Extra configuration for the document root directory # --apache-move-htaccess - Move .htaccess files to a common place so they can be loaded during Apache startup @@ -170,6 +171,7 @@ ensure_web_server_app_configuration_exists() { # Specific Apache flags --apache-additional-configuration \ + | --apache-before-vhost-configuration \ | --apache-allow-override \ | --apache-extra-directory-configuration \ | --apache-move-htaccess \ diff --git a/bitnami/postgresql/README.md b/bitnami/postgresql/README.md index 5c031454f3c2..adc3985d7d5d 100644 --- a/bitnami/postgresql/README.md +++ b/bitnami/postgresql/README.md @@ -44,7 +44,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t * [`12-debian-10`, `12.3.0-debian-10-r45`, `12`, `12.3.0` (12/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/12.3.0-debian-10-r45/12/debian-10/Dockerfile) * [`11-debian-10`, `11.8.0-debian-10-r49`, `11`, `11.8.0`, `latest` (11/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.8.0-debian-10-r49/11/debian-10/Dockerfile) -* [`10-debian-10`, `10.13.0-debian-10-r46`, `10`, `10.13.0` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.13.0-debian-10-r46/10/debian-10/Dockerfile) +* [`10-debian-10`, `10.13.0-debian-10-r47`, `10`, `10.13.0` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.13.0-debian-10-r47/10/debian-10/Dockerfile) * [`9.6-debian-10`, `9.6.18-debian-10-r48`, `9.6`, `9.6.18` (9.6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.18-debian-10-r48/9.6/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/postgresql GitHub repo](https://github.com/bitnami/bitnami-docker-postgresql).