mirror of
https://github.com/bitnami/containers.git
synced 2026-03-25 15:27:42 +08:00
10.3.29-debian-10-r35 release
This commit is contained in:
@@ -18,7 +18,7 @@ RUN mkdir /docker-entrypoint-initdb.d
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/mariadb-galera/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="mariadb-galera" \
|
||||
BITNAMI_IMAGE_VERSION="10.3.29-debian-10-r34" \
|
||||
BITNAMI_IMAGE_VERSION="10.3.29-debian-10-r35" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/mariadb/bin:/opt/bitnami/mariadb/sbin:$PATH"
|
||||
|
||||
EXPOSE 3306 4444 4567 4568
|
||||
|
||||
@@ -492,8 +492,6 @@ mysql_initialize() {
|
||||
# Exec replaces the process without creating a new one, and when the container is restarted it may have the same PID
|
||||
rm -f "$DB_PID_FILE"
|
||||
|
||||
mysql_copy_mounted_config
|
||||
|
||||
debug "Ensuring expected directories/files exist"
|
||||
for dir in "$DB_DATA_DIR" "$DB_TMP_DIR" "$DB_LOGS_DIR" "$DB_GALERA_BOOTSTRAP_DIR"; do
|
||||
ensure_dir_exists "$dir"
|
||||
@@ -501,14 +499,13 @@ mysql_initialize() {
|
||||
done
|
||||
|
||||
if is_file_writable "$DB_CONF_FILE"; then
|
||||
if is_mounted_dir_empty "$DB_GALERA_MOUNTED_CONF_DIR"; then
|
||||
info "Updating 'my.cnf' with custom configuration"
|
||||
mysql_update_custom_config
|
||||
mysql_galera_update_custom_config
|
||||
else
|
||||
if ! is_mounted_dir_empty "$DB_GALERA_MOUNTED_CONF_DIR"; then
|
||||
info "Found mounted configuration directory"
|
||||
mysql_copy_mounted_config
|
||||
fi
|
||||
info "Updating 'my.cnf' with custom configuration"
|
||||
mysql_update_custom_config
|
||||
mysql_galera_update_custom_config
|
||||
mysql_galera_configure_ssl
|
||||
else
|
||||
warn "The ${DB_FLAVOR} configuration file '${DB_CONF_FILE}' is not writable or does not exist. Configurations based on environment variables will not be applied for this file."
|
||||
|
||||
@@ -49,7 +49,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
|
||||
* [`10.5`, `10.5-debian-10`, `10.5.10`, `10.5.10-debian-10-r26`, `latest` (10.5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mariadb-galera/blob/10.5.10-debian-10-r26/10.5/debian-10/Dockerfile)
|
||||
* [`10.4`, `10.4-debian-10`, `10.4.19`, `10.4.19-debian-10-r34` (10.4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mariadb-galera/blob/10.4.19-debian-10-r34/10.4/debian-10/Dockerfile)
|
||||
* [`10.3`, `10.3-debian-10`, `10.3.29`, `10.3.29-debian-10-r34` (10.3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mariadb-galera/blob/10.3.29-debian-10-r34/10.3/debian-10/Dockerfile)
|
||||
* [`10.3`, `10.3-debian-10`, `10.3.29`, `10.3.29-debian-10-r35` (10.3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mariadb-galera/blob/10.3.29-debian-10-r35/10.3/debian-10/Dockerfile)
|
||||
* [`10.2`, `10.2-debian-10`, `10.2.38`, `10.2.38-debian-10-r33` (10.2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mariadb-galera/blob/10.2.38-debian-10-r33/10.2/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/mariadb-galera GitHub repo](https://github.com/bitnami/bitnami-docker-mariadb-galera).
|
||||
|
||||
Reference in New Issue
Block a user