[bitnami/percona-mysql] Release 5.7.42-46-debian-11-r5 (#37549)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-06-14 18:24:59 +02:00
committed by GitHub
parent 6506a0397e
commit 1ee0b11f09
2 changed files with 3 additions and 3 deletions

View File

@@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-06-11T15:35:01Z" \
org.opencontainers.image.created="2023-06-14T15:58:05Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="5.7.42-46-debian-11-r4" \
org.opencontainers.image.ref.name="5.7.42-46-debian-11-r5" \
org.opencontainers.image.title="percona-mysql" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="5.7.42-46"

View File

@@ -158,11 +158,11 @@ max_allowed_packet=16M
bind_address=${DB_DEFAULT_BIND_ADDRESS}
log_error=${DB_LOGS_DIR}/mysqld.log
slow_query_log=${DB_ENABLE_SLOW_QUERY}
slow_query_log_file=${DB_LOGS_DIR}/mysqld.log
long_query_time=${DB_LONG_QUERY_TIME}
character_set_server=${DB_DEFAULT_CHARACTER_SET}
collation_server=${DB_DEFAULT_COLLATE}
plugin_dir=${DB_BASE_DIR}/lib/plugin
datadir=${DB_DATA_DIR}
[client]
port=${DB_DEFAULT_PORT_NUMBER}