mirror of
https://github.com/bitnami/containers.git
synced 2026-03-14 06:48:11 +08:00
5.0.5-debian-10-r40 release
This commit is contained in:
@@ -21,7 +21,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
RUN /opt/bitnami/scripts/mongodb/postunpack.sh
|
RUN /opt/bitnami/scripts/mongodb/postunpack.sh
|
||||||
ENV BITNAMI_APP_NAME="mongodb" \
|
ENV BITNAMI_APP_NAME="mongodb" \
|
||||||
BITNAMI_IMAGE_VERSION="5.0.5-debian-10-r39" \
|
BITNAMI_IMAGE_VERSION="5.0.5-debian-10-r40" \
|
||||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/mongodb/bin:$PATH"
|
PATH="/opt/bitnami/common/bin:/opt/bitnami/mongodb/bin:$PATH"
|
||||||
|
|
||||||
EXPOSE 27017
|
EXPOSE 27017
|
||||||
|
|||||||
@@ -1281,7 +1281,7 @@ mongodb_node_currently_in_cluster() {
|
|||||||
rs.status().members
|
rs.status().members
|
||||||
EOF
|
EOF
|
||||||
)
|
)
|
||||||
grep -q -E "\"${node}(:${port})?\"" <<<"$result"
|
grep -q -E "\"${node}:${port}\"" <<<"$result"
|
||||||
}
|
}
|
||||||
|
|
||||||
########################
|
########################
|
||||||
|
|||||||
@@ -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/).
|
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-r39` (5.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb/blob/5.0.5-debian-10-r39/5.0/debian-10/Dockerfile)
|
* [`5.0`, `5.0-debian-10`, `5.0.5`, `5.0.5-debian-10-r40` (5.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb/blob/5.0.5-debian-10-r40/5.0/debian-10/Dockerfile)
|
||||||
* [`4.4`, `4.4-debian-10`, `4.4.12`, `4.4.12-debian-10-r3`, `latest` (4.4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb/blob/4.4.12-debian-10-r3/4.4/debian-10/Dockerfile)
|
* [`4.4`, `4.4-debian-10`, `4.4.12`, `4.4.12-debian-10-r3`, `latest` (4.4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb/blob/4.4.12-debian-10-r3/4.4/debian-10/Dockerfile)
|
||||||
* [`4.2`, `4.2-debian-10`, `4.2.18`, `4.2.18-debian-10-r18` (4.2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb/blob/4.2.18-debian-10-r18/4.2/debian-10/Dockerfile)
|
* [`4.2`, `4.2-debian-10`, `4.2.18`, `4.2.18-debian-10-r18` (4.2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb/blob/4.2.18-debian-10-r18/4.2/debian-10/Dockerfile)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user