From 2b9dd553169cb1bbc142881b4e8d483fe22ed935 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 17 Jan 2022 22:44:27 +0000 Subject: [PATCH] 4.2.18-debian-10-r11 release --- bitnami/mongodb/4.2/debian-10/Dockerfile | 2 +- bitnami/mongodb/README.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/bitnami/mongodb/4.2/debian-10/Dockerfile b/bitnami/mongodb/4.2/debian-10/Dockerfile index 7cbd7fb19a42..d6069377e622 100644 --- a/bitnami/mongodb/4.2/debian-10/Dockerfile +++ b/bitnami/mongodb/4.2/debian-10/Dockerfile @@ -21,7 +21,7 @@ RUN chmod g+rwX /opt/bitnami COPY rootfs / RUN /opt/bitnami/scripts/mongodb/postunpack.sh ENV BITNAMI_APP_NAME="mongodb" \ - BITNAMI_IMAGE_VERSION="4.2.18-debian-10-r10" \ + BITNAMI_IMAGE_VERSION="4.2.18-debian-10-r11" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/mongodb/bin:$PATH" EXPOSE 27017 diff --git a/bitnami/mongodb/README.md b/bitnami/mongodb/README.md index 0aa1c21679e7..0eeee2623a6b 100644 --- a/bitnami/mongodb/README.md +++ b/bitnami/mongodb/README.md @@ -50,7 +50,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t * [`5.0`, `5.0-debian-10`, `5.0.5`, `5.0.5-debian-10-r34` (5.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb/blob/5.0.5-debian-10-r34/5.0/debian-10/Dockerfile) * [`4.4`, `4.4-debian-10`, `4.4.11`, `4.4.11-debian-10-r18`, `latest` (4.4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb/blob/4.4.11-debian-10-r18/4.4/debian-10/Dockerfile) -* [`4.2`, `4.2-debian-10`, `4.2.18`, `4.2.18-debian-10-r10` (4.2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb/blob/4.2.18-debian-10-r10/4.2/debian-10/Dockerfile) +* [`4.2`, `4.2-debian-10`, `4.2.18`, `4.2.18-debian-10-r11` (4.2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb/blob/4.2.18-debian-10-r11/4.2/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/mongodb GitHub repo](https://github.com/bitnami/bitnami-docker-mongodb). @@ -811,6 +811,10 @@ $ docker-compose up mongodb - All volumes have been merged at `/bitnami/mongodb`. Now you only need to mount a single volume at `/bitnami/mongodb` for persistence. - The logs are always sent to the `stdout` and are no longer collected in the volume. +## Branch Deprecation Notice + +MongoDB®'s branch 4.0 doesn't support Debian 10 which is the default distro for this Bitnami Application Catalog; apart from that, its EOL is closed (April 2022), due to those reasons, this version is now internally tagged as deprecated. This branch will no longer be released in our catalog, but already released container images will still persist in the registries. + ## Contributing We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/bitnami-docker-mongodb/issues), or submit a [pull request](https://github.com/bitnami/bitnami-docker-mongodb/pulls) with your contribution.