4.2.19-debian-10-r23 release

This commit is contained in:
Bitnami Bot
2022-03-26 05:24:47 +00:00
parent ecac5a358f
commit d98f7581e0
4 changed files with 3 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ COPY rootfs /
RUN /opt/bitnami/scripts/mongodb/postunpack.sh
ENV APP_VERSION="4.2.19" \
BITNAMI_APP_NAME="mongodb" \
BITNAMI_IMAGE_VERSION="4.2.19-debian-10-r22" \
BITNAMI_IMAGE_VERSION="4.2.19-debian-10-r23" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/mongodb/bin:$PATH"
EXPOSE 27017

View File

@@ -392,10 +392,6 @@ web_server_update_app_configuration() {
--hosts \
| --server-name \
| --server-aliases \
| --enable-http \
| --enable-https \
| --disable-http \
| --disable-https \
| --http-port \
| --https-port \
)

View File

@@ -9,6 +9,7 @@
# 4. Environment variables set externally (i.e. current Bash context/Dockerfile/userdata)
# Load logging library
# shellcheck disable=SC1090,SC1091
. /opt/bitnami/scripts/liblog.sh
export BITNAMI_ROOT_DIR="/opt/bitnami"