mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 22:17:24 +08:00
[bitnami/mongodb] Release 6.0.1-debian-11-r11 (#6870)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -4,7 +4,7 @@ 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.1-debian-11-r10" \
|
||||
org.opencontainers.image.ref.name="6.0.1-debian-11-r11" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/mongodb" \
|
||||
org.opencontainers.image.title="mongodb" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
||||
@@ -1071,7 +1071,7 @@ EOF
|
||||
if ! grep -q "user:" <<<"$result"; then
|
||||
# If no password was provided on first run
|
||||
# it may be the case that DB is up but has no users
|
||||
[[ -z $password ]] && grep -q "\[\ \]" <<<"$result"
|
||||
[[ -z $password ]] && grep -q "\[\]" <<<"$result"
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
@@ -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/).
|
||||
|
||||
|
||||
* [`6.0`, `6.0-debian-11`, `6.0.1`, `6.0.1-debian-11-r10`, `latest` (6.0/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/mongodb/6.0/debian-11/Dockerfile)
|
||||
* [`6.0`, `6.0-debian-11`, `6.0.1`, `6.0.1-debian-11-r11`, `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.12`, `5.0.12-debian-11-r3` (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).
|
||||
|
||||
Reference in New Issue
Block a user