5.0.8-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2022-04-22 02:10:20 +00:00 committed by Bitnami Containers
parent 32fb064f2e
commit 712c17259d
3 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mongodb-shell" "
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.24.5-0" --checksum bdae511963f6a46ad128f41f9a6f2eec8c56fbb4929619fcd54232edfec6209e
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.1-10" --checksum 35c818ba3f4b5aae905959bc7d3a5e81fc63786e3c662b604612c0aa7fcda8fd
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-10" --checksum 97c2ae4b001c5937e888b920bee7b1a40a076680caac53ded6d10f6207d54565
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mongodb" "5.0.7-2" --checksum fb3cc830be32ac26d23f59f4178ce3614c54709db868d9a8c4fdc99717ea258a
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mongodb" "5.0.8-0" --checksum 18b2cca1e73380a4224f46732f4d9ea846a14ec28b462995cbc5e9db19a9407e
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
@ -21,7 +21,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/mongodb/postunpack.sh
ENV APP_VERSION="5.0.7" \
ENV APP_VERSION="5.0.8" \
BITNAMI_APP_NAME="mongodb" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/mongodb/bin:$PATH"

View File

@ -8,10 +8,10 @@
},
"mongodb": {
"arch": "amd64",
"digest": "fb3cc830be32ac26d23f59f4178ce3614c54709db868d9a8c4fdc99717ea258a",
"digest": "18b2cca1e73380a4224f46732f4d9ea846a14ec28b462995cbc5e9db19a9407e",
"distro": "debian-10",
"type": "NAMI",
"version": "5.0.7-2"
"version": "5.0.8-0"
},
"mongodb-shell": {
"arch": "amd64",

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/).
* [`5.0`, `5.0-debian-10`, `5.0.7`, `5.0.7-debian-10-r7`, `latest` (5.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb/blob/5.0.7-debian-10-r7/5.0/debian-10/Dockerfile)
* [`5.0`, `5.0-debian-10`, `5.0.8`, `5.0.8-debian-10-r0`, `latest` (5.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb/blob/5.0.8-debian-10-r0/5.0/debian-10/Dockerfile)
* [`4.4`, `4.4-debian-10`, `4.4.13`, `4.4.13-debian-10-r50` (4.4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb/blob/4.4.13-debian-10-r50/4.4/debian-10/Dockerfile)
* [`4.2`, `4.2-debian-10`, `4.2.19`, `4.2.19-debian-10-r48` (4.2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb/blob/4.2.19-debian-10-r48/4.2/debian-10/Dockerfile)