[bitnami/mongodb-sharded] Release 5.0.11-debian-11-r0 (#3419)

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-08-17 23:20:11 +02:00
committed by GitHub
parent f3fc71acf4
commit 1db18b7cdb
4 changed files with 11 additions and 7 deletions

View File

@@ -6,11 +6,11 @@ ENV HOME="/" \
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="5.0.10-debian-11-r6" \
org.opencontainers.image.ref.name="5.0.11-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/mongodb-sharded" \
org.opencontainers.image.title="mongodb-sharded" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="5.0.10"
org.opencontainers.image.version="5.0.11"
COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
@@ -20,7 +20,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mongodb-shell" "
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.27.2-1" --checksum 44d0058c0fffa1ccc89c081ed3e5c897489fa02580a839cfe1d37b2ca771f237
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.3-153" --checksum 8c8e324ab6e7b7d76b4655182d6ea5f6550edfc9e32bec92228e678c26fc8b16
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.3-152" --checksum 7909504f3232654c427681ecc8ed4b8599a2df0f17f26ff769a83ed167d05b69
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mongodb" "5.0.10-0" --checksum 695da4d2ff893f628908e53b4eed0ea214afbe8b0905c86f98ee6b330bcddccf
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mongodb" "5.0.11-0" --checksum b3236e99518b9e6e08f54c4016515215d95332ad107f705c581daa45bc84a893
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-153" --checksum d3ae0109be24e8bc56f97359b8290b91243454de946dd60bd8520a0896a88449
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
@@ -31,7 +31,7 @@ RUN ln -s /opt/bitnami/scripts/mongodb-sharded/run.sh /run.sh
COPY rootfs /
RUN /opt/bitnami/scripts/mongodb-sharded/postunpack.sh
ENV APP_VERSION="5.0.10" \
ENV APP_VERSION="5.0.11" \
BITNAMI_APP_NAME="mongodb-sharded" \
PATH="/opt/bitnami/mongodb/bin:/opt/bitnami/common/bin:$PATH"

View File

@@ -8,10 +8,10 @@
},
"mongodb": {
"arch": "amd64",
"digest": "695da4d2ff893f628908e53b4eed0ea214afbe8b0905c86f98ee6b330bcddccf",
"digest": "b3236e99518b9e6e08f54c4016515215d95332ad107f705c581daa45bc84a893",
"distro": "debian-11",
"type": "NAMI",
"version": "5.0.10-0"
"version": "5.0.11-0"
},
"mongodb-shell": {
"arch": "amd64",

View File

@@ -0,0 +1,4 @@
rolling-tags:
- "5.0"
- "5.0-debian-11"
- "5.0.11"

View File

@@ -46,7 +46,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`6.0`, `6.0-debian-11`, `6.0.1`, `6.0.1-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.11`, `5.0.11-debian-11-r-1` (5.0/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/mongodb/5.0/debian-11/Dockerfile)
* [`5.0`, `5.0-debian-11`, `5.0.11`, `5.0.11-debian-11-r0` (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).