[bitnami/mongodb] Release 6.0.3-debian-11-r0 (#13764)

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-11-15 06:51:53 +01:00
committed by GitHub
parent 99a92d54a1
commit 999513d328
3 changed files with 10 additions and 10 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.2-debian-11-r16" \
org.opencontainers.image.ref.name="6.0.3-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.2"
org.opencontainers.image.version="6.0.3"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -22,10 +22,10 @@ RUN install_packages ca-certificates curl libbrotli1 libcom-err2 libcurl4 libffi
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"mongodb-shell-1.6.0-1-linux-${OS_ARCH}-debian-11" \
"yq-4.30.1-0-linux-${OS_ARCH}-debian-11" \
"yq-4.30.3-0-linux-${OS_ARCH}-debian-11" \
"wait-for-port-1.0.5-0-linux-${OS_ARCH}-debian-11" \
"render-template-1.0.4-0-linux-${OS_ARCH}-debian-11" \
"mongodb-6.0.2-1-linux-${OS_ARCH}-debian-11" \
"mongodb-6.0.3-0-linux-${OS_ARCH}-debian-11" \
"gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
@@ -44,7 +44,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/mongodb/postunpack.sh
ENV APP_VERSION="6.0.2" \
ENV APP_VERSION="6.0.3" \
BITNAMI_APP_NAME="mongodb" \
PATH="/opt/bitnami/mongodb/bin:/opt/bitnami/common/bin:$PATH"

View File

@@ -8,10 +8,10 @@
},
"mongodb": {
"arch": "amd64",
"digest": "409b76251088a724756ca6d72b02d4f9c6ab118bb69427c1d529e0eec0170bd0",
"digest": "8b45afb2c50cfbdfbdc459bf901d7e47ca0031879ade7660df993e543ddac165",
"distro": "debian-11",
"type": "NAMI",
"version": "6.0.2-1"
"version": "6.0.3-0"
},
"mongodb-shell": {
"arch": "amd64",
@@ -36,9 +36,9 @@
},
"yq": {
"arch": "amd64",
"digest": "f8621bf71259eccfd67cef059518f89838520d7bf80ebf8e265500910f9e48ac",
"digest": "899950db10936b5fbc4e1a0476996e3fefba57244be532f9fc375e3d8e1710db",
"distro": "debian-11",
"type": "NAMI",
"version": "4.30.1-0"
"version": "4.30.3-0"
}
}

View File

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