mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 05:27:22 +08:00
[bitnami/mongodb] Release 7.0.5-debian-11-r24 (#62080)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -7,10 +7,10 @@ ARG TARGETARCH
|
||||
|
||||
LABEL com.vmware.cp.artifact.flavor="sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e" \
|
||||
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2024-02-16T14:59:28Z" \
|
||||
org.opencontainers.image.created="2024-02-19T09:56:40Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="7.0.5-debian-11-r23" \
|
||||
org.opencontainers.image.ref.name="7.0.5-debian-11-r24" \
|
||||
org.opencontainers.image.title="mongodb" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="7.0.5"
|
||||
|
||||
@@ -21,7 +21,7 @@ print_welcome_page
|
||||
# We add the copy from default config in the entrypoint to not break users
|
||||
# bypassing the setup.sh logic. If the file already exists do not overwrite (in
|
||||
# case someone mounts a configuration file in /opt/bitnami/mongodb/conf)
|
||||
debug "Copying files from $MONGODB_DEFAULT_CONF_DIR to $MONOGODB_CONF_DIR"
|
||||
debug "Copying files from $MONGODB_DEFAULT_CONF_DIR to $MONGODB_CONF_DIR"
|
||||
cp -nr "$MONGODB_DEFAULT_CONF_DIR"/. "$MONGODB_CONF_DIR"
|
||||
|
||||
if [[ "$1" = "/opt/bitnami/scripts/mongodb/run.sh" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user