[bitnami/mongodb] Release 6.0.2-debian-11-r0 (#8231)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2022-09-29 13:59:20 +02:00 committed by GitHub
parent f10396bdc7
commit 61b4e77389
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 13 deletions

View File

@ -4,11 +4,11 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="6.0.1-debian-11-r14" \
org.opencontainers.image.ref.name="6.0.2-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/mongodb" \
org.opencontainers.image.title="mongodb" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="6.0.1"
org.opencontainers.image.version="6.0.2"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@ -52,13 +52,13 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
tar -zxf render-template-1.0.3-153-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf render-template-1.0.3-153-linux-${OS_ARCH}-debian-11.tar.gz render-template-1.0.3-153-linux-${OS_ARCH}-debian-11.tar.gz.sha256
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
if [ ! -f mongodb-6.0.1-2-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/mongodb-6.0.1-2-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/mongodb-6.0.1-2-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
if [ ! -f mongodb-6.0.2-0-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/mongodb-6.0.2-0-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/mongodb-6.0.2-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
fi && \
sha256sum -c mongodb-6.0.1-2-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
tar -zxf mongodb-6.0.1-2-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf mongodb-6.0.1-2-linux-${OS_ARCH}-debian-11.tar.gz mongodb-6.0.1-2-linux-${OS_ARCH}-debian-11.tar.gz.sha256
sha256sum -c mongodb-6.0.2-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
tar -zxf mongodb-6.0.2-0-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf mongodb-6.0.2-0-linux-${OS_ARCH}-debian-11.tar.gz mongodb-6.0.2-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
if [ ! -f gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
@ -73,7 +73,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/mongodb/postunpack.sh
ENV APP_VERSION="6.0.1" \
ENV APP_VERSION="6.0.2" \
BITNAMI_APP_NAME="mongodb" \
PATH="/opt/bitnami/mongodb/bin:/opt/bitnami/common/bin:$PATH"

View File

@ -8,10 +8,10 @@
},
"mongodb": {
"arch": "amd64",
"digest": "642e2f4c76e16a1e551b41df00e46c0c5db41fdcb87c546911fac673925f32c7",
"digest": "fe6e127e1630b671a0345982fe20cbdd412c432721969d95be7b982e80824d1e",
"distro": "debian-11",
"type": "NAMI",
"version": "6.0.1-2"
"version": "6.0.2-0"
},
"mongodb-shell": {
"arch": "amd64",

View File

@ -1,5 +1,5 @@
rolling-tags:
- "6.0"
- "6.0-debian-11"
- "6.0.1"
- "6.0.2"
- "latest"

View File

@ -45,7 +45,7 @@ Non-root container images add an extra layer of security and are generally recom
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
* [`6.0`, `6.0-debian-11`, `6.0.1`, `6.0.1-debian-11-r14`, `latest` (6.0/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/mongodb/6.0/debian-11/Dockerfile)
* [`6.0`, `6.0-debian-11`, `6.0.2`, `6.0.2-debian-11-r0`, `latest` (6.0/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/mongodb/6.0/debian-11/Dockerfile)
* [`5.0`, `5.0-debian-11`, `5.0.12`, `5.0.12-debian-11-r7` (5.0/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/mongodb/5.0/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).