mirror of
https://github.com/bitnami/containers.git
synced 2026-04-05 16:57:46 +08:00
[bitnami/percona-mysql] Release 8.0.30-22-debian-11-r8 (#17054)
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="8.0.30-22-debian-11-r7" \
|
||||
org.opencontainers.image.ref.name="8.0.30-22-debian-11-r8" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/percona-mysql" \
|
||||
org.opencontainers.image.title="percona-mysql" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
||||
@@ -115,6 +115,9 @@ mysql_validate() {
|
||||
if [[ "${DB_ROOT_PASSWORD:-}" = *\\* ]]; then
|
||||
backslash_password_error "$(get_env_var ROOT_PASSWORD)"
|
||||
fi
|
||||
if [[ -n "$DB_USER" ]] && [[ "$DB_USER" = "root" ]]; then
|
||||
print_validation_error "root user is already created in the database and you can't use it as username for user creation."
|
||||
fi
|
||||
if [[ "${DB_PASSWORD:-}" = *\\* ]]; then
|
||||
backslash_password_error "$(get_env_var PASSWORD)"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user