mirror of
https://github.com/bitnami/containers.git
synced 2026-02-15 09:27:22 +08:00
[bitnami/mariadb] Release 10.11.4-debian-11-r2 (#37388)
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-10T10:40:20Z" \
|
||||
org.opencontainers.image.created="2023-06-12T16:26:50Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="10.11.4-debian-11-r1" \
|
||||
org.opencontainers.image.ref.name="10.11.4-debian-11-r2" \
|
||||
org.opencontainers.image.title="mariadb" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="10.11.4"
|
||||
|
||||
@@ -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