3.6.19-debian-9-r3 release

This commit is contained in:
Bitnami Bot 2020-07-31 13:05:36 +00:00
parent fe634309aa
commit 6809d9fc87
3 changed files with 6 additions and 4 deletions

View File

@ -19,7 +19,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/mongodb/postunpack.sh
ENV BITNAMI_APP_NAME="mongodb" \
BITNAMI_IMAGE_VERSION="3.6.19-debian-9-r2" \
BITNAMI_IMAGE_VERSION="3.6.19-debian-9-r3" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/mongodb/bin:$PATH"
EXPOSE 27017

View File

@ -21,8 +21,10 @@ chmod -R g+rwX "$MONGODB_TMP_DIR" "$MONGODB_LOG_DIR" "$MONGODB_CONF_DIR" "$MONGO
render-template "$MONGODB_MONGOD_TEMPLATES_FILE" > "$MONGODB_CONF_FILE"
# Create .dbshell file to avoid error message
touch /.dbshell && chmod g+rw /.dbshell
# Create .dbshell & .mongorc.js file to avoid error message
for f in "${HOME}/.dbshell" "${HOME}/.dbshell"; do
touch "$f" && chmod g+rw "$f"
done
chmod g+w "$MONGODB_CONF_FILE"
# Redirect all logging to stdout
ln -sf /dev/stdout "$MONGODB_LOG_FILE"

View File

@ -48,7 +48,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`4.2-debian-10`, `4.2.8-debian-10-r45`, `4.2`, `4.2.8`, `latest` (4.2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb/blob/4.2.8-debian-10-r45/4.2/debian-10/Dockerfile)
* [`4.0-debian-9`, `4.0.19-debian-9-r3`, `4.0`, `4.0.19` (4.0/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb/blob/4.0.19-debian-9-r3/4.0/debian-9/Dockerfile)
* [`3.6-debian-9`, `3.6.19-debian-9-r2`, `3.6`, `3.6.19` (3.6/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb/blob/3.6.19-debian-9-r2/3.6/debian-9/Dockerfile)
* [`3.6-debian-9`, `3.6.19-debian-9-r3`, `3.6`, `3.6.19` (3.6/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb/blob/3.6.19-debian-9-r3/3.6/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/mongodb GitHub repo](https://github.com/bitnami/bitnami-docker-mongodb).