mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 22:17:24 +08:00
[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:
@@ -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"
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user