mirror of
https://github.com/bitnami/containers.git
synced 2026-02-13 07:47:15 +08:00
8.0.29-debian-10-r2 release
This commit is contained in:
committed by
Bitnami Containers
parent
b4be4d593b
commit
a09ff6931d
@@ -171,8 +171,6 @@ plugin_dir=${DB_BASE_DIR}/lib/plugin
|
||||
port=${DB_DEFAULT_PORT_NUMBER}
|
||||
socket=${DB_SOCKET_FILE}
|
||||
pid_file=${DB_PID_FILE}
|
||||
|
||||
!include ${DB_CONF_DIR}/bitnami/my_custom.cnf
|
||||
EOF
|
||||
}
|
||||
|
||||
@@ -272,6 +270,9 @@ mysql_initialize() {
|
||||
if is_file_writable "${DB_CONF_DIR}/bitnami/my_custom.cnf"; then
|
||||
info "Injecting custom configuration 'my_custom.cnf'"
|
||||
cat "${DB_CONF_DIR}/my_custom.cnf" > "${DB_CONF_DIR}/bitnami/my_custom.cnf"
|
||||
if ! grep --silent "!include ${DB_CONF_DIR}/bitnami/my_custom.cnf" "${DB_CONF_FILE}"; then
|
||||
echo "!include ${DB_CONF_DIR}/bitnami/my_custom.cnf" >> "${DB_CONF_FILE}"
|
||||
fi
|
||||
else
|
||||
warn "Could not inject custom configuration for the ${DB_FLAVOR} configuration file '$DB_CONF_DIR/bitnami/my_custom.cnf' because it is not writable."
|
||||
fi
|
||||
|
||||
@@ -47,7 +47,7 @@ Non-root container images add an extra layer of security and are generally recom
|
||||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`8.0`, `8.0-debian-10`, `8.0.29`, `8.0.29-debian-10-r1`, `latest` (8.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/8.0.29-debian-10-r1/8.0/debian-10/Dockerfile)
|
||||
* [`8.0`, `8.0-debian-10`, `8.0.29`, `8.0.29-debian-10-r2`, `latest` (8.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/8.0.29-debian-10-r2/8.0/debian-10/Dockerfile)
|
||||
* [`5.7`, `5.7-debian-10`, `5.7.38`, `5.7.38-debian-10-r2` (5.7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/5.7.38-debian-10-r2/5.7/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/mysql GitHub repo](https://github.com/bitnami/bitnami-docker-mysql).
|
||||
|
||||
Reference in New Issue
Block a user