5.0.6-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2022-01-27 20:56:34 +00:00
parent 0258c4c03f
commit 1b1eca193b
3 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ RUN install_packages acl ca-certificates curl gzip libc6 libcom-err2 libcurl4 li
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.17.2-2" --checksum d4477fb9d29cf2cf450dcfc09da4db214d3435b6f4412b139bdddfbb20e8252d
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.1-6" --checksum 845ff207415b5730cadd45aa3c757ca45a5c9e73bc54c24aa481ddca24eec35d
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-6" --checksum 81b0642a6d8e9d952a0f6540f2d7481a99b9a12dd42bcb5906ba8014ca80f326
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mongodb" "5.0.5-2" --checksum 9ed5a97774fcde237c697c18af6a7c910c67fac93125cfd8bf25547cdb961ef1
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mongodb" "5.0.6-0" --checksum 922d723038cd1da7c24a91373b05f6da6382ae5655acff9ad7bf52c0f9e6fd74
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-3" --checksum 276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980
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 BITNAMI_APP_NAME="mongodb" \
BITNAMI_IMAGE_VERSION="5.0.5-debian-10-r42" \
BITNAMI_IMAGE_VERSION="5.0.6-debian-10-r0" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/mongodb/bin:$PATH"
EXPOSE 27017

View File

@@ -8,10 +8,10 @@
},
"mongodb": {
"arch": "amd64",
"digest": "9ed5a97774fcde237c697c18af6a7c910c67fac93125cfd8bf25547cdb961ef1",
"digest": "922d723038cd1da7c24a91373b05f6da6382ae5655acff9ad7bf52c0f9e6fd74",
"distro": "debian-10",
"type": "NAMI",
"version": "5.0.5-2"
"version": "5.0.6-0"
},
"render-template": {
"arch": "amd64",

View File

@@ -48,7 +48,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.5`, `5.0.5-debian-10-r42` (5.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb/blob/5.0.5-debian-10-r42/5.0/debian-10/Dockerfile)
* [`5.0`, `5.0-debian-10`, `5.0.6`, `5.0.6-debian-10-r0` (5.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb/blob/5.0.6-debian-10-r0/5.0/debian-10/Dockerfile)
* [`4.4`, `4.4-debian-10`, `4.4.12`, `4.4.12-debian-10-r7`, `latest` (4.4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb/blob/4.4.12-debian-10-r7/4.4/debian-10/Dockerfile)
* [`4.2`, `4.2-debian-10`, `4.2.18`, `4.2.18-debian-10-r21` (4.2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb/blob/4.2.18-debian-10-r21/4.2/debian-10/Dockerfile)