[bitnami/mongodb] Release 8.2.7-debian-12-r0 (#92524)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2026-04-16 18:09:07 +02:00 committed by GitHub
parent f5d6e577cf
commit 981cd7d5d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 22 deletions

View File

@ -7,13 +7,13 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2026-04-08T19:58:23Z" \
org.opencontainers.image.created="2026-04-16T15:57:26Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/mongodb/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/mongodb" \
org.opencontainers.image.title="mongodb" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="8.2.6"
org.opencontainers.image.version="8.2.7"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@ -32,7 +32,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
"wait-for-port-1.0.10-9-linux-${OS_ARCH}-debian-12" \
"render-template-1.0.9-164-linux-${OS_ARCH}-debian-12" \
"mongodb-shell-2.8.2-0-linux-${OS_ARCH}-debian-12" \
"mongodb-8.2.6-1-linux-${OS_ARCH}-debian-12" \
"mongodb-8.2.7-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -51,9 +51,9 @@ RUN uninstall_packages curl
COPY rootfs /
RUN /opt/bitnami/scripts/mongodb/postunpack.sh
ENV APP_VERSION="8.2.6" \
ENV APP_VERSION="8.2.7" \
BITNAMI_APP_NAME="mongodb" \
IMAGE_REVISION="2" \
IMAGE_REVISION="0" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/mongodb/bin:$PATH"
EXPOSE 27017

View File

@ -11,6 +11,14 @@ Disclaimer: The respective trademarks mentioned in the offering are owned by the
docker run --name mongodb bitnami/mongodb:latest
```
## Using `docker-compose.yml`
The docker-compose.yaml file of this container can be found in the [Bitnami Containers repository](https://github.com/bitnami/containers/).
[https://github.com/bitnami/containers/tree/main/bitnami/mongodb/docker-compose.yml](https://github.com/bitnami/containers/tree/main/bitnami/mongodb/docker-compose.yml)
Please be aware this file has not undergone internal testing. Consequently, we advise its use exclusively for development or testing purposes. For production-ready deployments, we highly recommend utilizing its associated [Bitnami Helm chart](https://github.com/bitnami/charts/tree/main/bitnami/mongodb).
## Why use Bitnami Secure Images?
Those are hardened, minimal CVE images built and maintained by Bitnami. Bitnami Secure Images are based on the cloud-optimized, security-hardened enterprise [OS Photon Linux](https://vmware.github.io/photon/). Why choose BSI images?
@ -44,10 +52,6 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
The Bitnami MongoDB&reg; Docker image is only available to [Bitnami Secure Images](https://bitnami.com) customers.
## Using `docker-compose.yaml`
Please be aware this file has not undergone internal testing. Consequently, we advise its use exclusively for development or testing purposes. For production-ready deployments, we highly recommend utilizing its associated [Bitnami Helm chart](https://github.com/bitnami/charts/tree/main/bitnami/mongodb).
## Persisting your database
If you remove the container all your data will be lost, and the next time you run the image the database will be reinitialized. To avoid this loss of data, you should mount a volume that will persist even after the container is removed.
@ -305,19 +309,7 @@ The Bitnami MongoDB&reg; Docker image from the [Bitnami Secure Images](https://g
## Logging
The Bitnami MongoDB&reg; Docker image sends the container logs to the `stdout`. To view the logs:
```console
docker logs mongodb
```
or using Docker Compose:
```console
docker-compose logs mongodb
```
You can configure the containers [logging driver](https://docs.docker.com/engine/admin/logging/overview/) using the `--log-driver` option if you wish to consume the container logs differently. In the default configuration docker uses the `json-file` driver.
The Bitnami MongoDB&reg; Docker image sends the container logs to the `stdout`. You can configure the containers [logging driver](https://docs.docker.com/engine/admin/logging/overview/) using the `--log-driver` option if you wish to consume the container logs differently. In the default configuration docker uses the `json-file` driver.
## Notable Changes