10.3.29-debian-10-r35 release

This commit is contained in:
Bitnami Bot
2021-06-16 12:31:47 +00:00
parent 68845281bb
commit 43bd72d1b9
3 changed files with 6 additions and 9 deletions

View File

@@ -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

View File

@@ -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."

View 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).