diff --git a/bitnami/mongodb/4.2/debian-10/Dockerfile b/bitnami/mongodb/4.2/debian-10/Dockerfile index 1d4c8101f026..1b0d0d849f42 100644 --- a/bitnami/mongodb/4.2/debian-10/Dockerfile +++ b/bitnami/mongodb/4.2/debian-10/Dockerfile @@ -20,7 +20,7 @@ RUN apt-get update && apt-get upgrade -y && \ COPY rootfs / RUN /opt/bitnami/scripts/mongodb/postunpack.sh ENV BITNAMI_APP_NAME="mongodb" \ - BITNAMI_IMAGE_VERSION="4.2.8-debian-10-r20" \ + BITNAMI_IMAGE_VERSION="4.2.8-debian-10-r21" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/mongodb/bin:$PATH" EXPOSE 27017 diff --git a/bitnami/mongodb/4.2/debian-10/prebuildfs/opt/bitnami/scripts/libwebserver.sh b/bitnami/mongodb/4.2/debian-10/prebuildfs/opt/bitnami/scripts/libwebserver.sh index 23da5c787d9c..78c85c5ad384 100644 --- a/bitnami/mongodb/4.2/debian-10/prebuildfs/opt/bitnami/scripts/libwebserver.sh +++ b/bitnami/mongodb/4.2/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/mongodb/README.md b/bitnami/mongodb/README.md index 4186348ce9f6..739284f5707c 100644 --- a/bitnami/mongodb/README.md +++ b/bitnami/mongodb/README.md @@ -46,7 +46,7 @@ Non-root container images add an extra layer of security and are generally recom Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). -* [`4.2-debian-10`, `4.2.8-debian-10-r20`, `4.2`, `4.2.8`, `latest` (4.2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb/blob/4.2.8-debian-10-r20/4.2/debian-10/Dockerfile) +* [`4.2-debian-10`, `4.2.8-debian-10-r21`, `4.2`, `4.2.8`, `latest` (4.2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb/blob/4.2.8-debian-10-r21/4.2/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/mongodb GitHub repo](https://github.com/bitnami/bitnami-docker-mongodb).