mirror of
https://github.com/bitnami/containers.git
synced 2026-02-11 22:47:20 +08:00
[bitnami/mongodb-sharded] Release 5.0.12-debian-11-r4 (#6876)
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="5.0.12-debian-11-r3" \
|
||||
org.opencontainers.image.ref.name="5.0.12-debian-11-r4" \
|
||||
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." \
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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-r8`, `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)
|
||||
* [`5.0`, `5.0-debian-11`, `5.0.12`, `5.0.12-debian-11-r4` (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