[bitnami/mongodb] Release 8.2.4-debian-12-r1 (#90228)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2026-01-30 02:54:39 +01:00 committed by GitHub
parent 158d3c98cb
commit faf2c0a4be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ 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-01-27T23:53:26Z" \
org.opencontainers.image.created="2026-01-30T01:42:54Z" \
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" \
@ -32,7 +32,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
"wait-for-port-1.0.10-6-linux-${OS_ARCH}-debian-12" \
"render-template-1.0.9-161-linux-${OS_ARCH}-debian-12" \
"mongodb-shell-2.6.0-0-linux-${OS_ARCH}-debian-12" \
"mongodb-8.2.4-0-linux-${OS_ARCH}-debian-12" \
"mongodb-8.2.4-1-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -53,7 +53,7 @@ COPY rootfs /
RUN /opt/bitnami/scripts/mongodb/postunpack.sh
ENV APP_VERSION="8.2.4" \
BITNAMI_APP_NAME="mongodb" \
IMAGE_REVISION="0" \
IMAGE_REVISION="1" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/mongodb/bin:$PATH"
EXPOSE 27017