mirror of
https://github.com/bitnami/containers.git
synced 2026-03-06 06:58:01 +08:00
10.2.43-debian-10-r40 release
This commit is contained in:
@@ -21,7 +21,7 @@ COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/mariadb-galera/postunpack.sh
|
||||
ENV APP_VERSION="10.2.43" \
|
||||
BITNAMI_APP_NAME="mariadb-galera" \
|
||||
BITNAMI_IMAGE_VERSION="10.2.43-debian-10-r39" \
|
||||
BITNAMI_IMAGE_VERSION="10.2.43-debian-10-r40" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/mariadb/bin:/opt/bitnami/mariadb/sbin:$PATH"
|
||||
|
||||
EXPOSE 3306 4444 4567 4568
|
||||
|
||||
@@ -392,10 +392,6 @@ web_server_update_app_configuration() {
|
||||
--hosts \
|
||||
| --server-name \
|
||||
| --server-aliases \
|
||||
| --enable-http \
|
||||
| --enable-https \
|
||||
| --disable-http \
|
||||
| --disable-https \
|
||||
| --http-port \
|
||||
| --https-port \
|
||||
)
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#
|
||||
# Bitnami MySQL Galera library
|
||||
|
||||
# shellcheck disable=SC1090,SC1091
|
||||
# shellcheck disable=SC1090,SC1091,SC2119,SC2120
|
||||
|
||||
. /opt/bitnami/scripts/liblog.sh
|
||||
. /opt/bitnami/scripts/libfs.sh
|
||||
@@ -51,7 +51,7 @@ set_previous_boot() {
|
||||
#########################
|
||||
mysql_extra_flags() {
|
||||
local -a dbExtraFlags=()
|
||||
read -r -a userExtraFlags <<< "$DB_EXTRA_FLAGS"
|
||||
read -r -a userExtraFlags <<< "${DB_EXTRA_FLAGS?}"
|
||||
|
||||
# This avoids a non-writable configuration file break a Galera Cluster, due to lack of proper Galera clustering configuration
|
||||
# This is especially important for the MariaDB Galera chart, in which the 'my.cnf' configuration file is mounted by default
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
# 4. Environment variables set externally (i.e. current Bash context/Dockerfile/userdata)
|
||||
|
||||
# Load logging library
|
||||
# shellcheck disable=SC1090,SC1091
|
||||
. /opt/bitnami/scripts/liblog.sh
|
||||
|
||||
export BITNAMI_ROOT_DIR="/opt/bitnami"
|
||||
|
||||
@@ -58,7 +58,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
* [`10.5`, `10.5-debian-10`, `10.5.15`, `10.5.15-debian-10-r32` (10.5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mariadb-galera/blob/10.5.15-debian-10-r32/10.5/debian-10/Dockerfile)
|
||||
* [`10.4`, `10.4-debian-10`, `10.4.24`, `10.4.24-debian-10-r34` (10.4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mariadb-galera/blob/10.4.24-debian-10-r34/10.4/debian-10/Dockerfile)
|
||||
* [`10.3`, `10.3-debian-10`, `10.3.34`, `10.3.34-debian-10-r40` (10.3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mariadb-galera/blob/10.3.34-debian-10-r40/10.3/debian-10/Dockerfile)
|
||||
* [`10.2`, `10.2-debian-10`, `10.2.43`, `10.2.43-debian-10-r39` (10.2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mariadb-galera/blob/10.2.43-debian-10-r39/10.2/debian-10/Dockerfile)
|
||||
* [`10.2`, `10.2-debian-10`, `10.2.43`, `10.2.43-debian-10-r40` (10.2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mariadb-galera/blob/10.2.43-debian-10-r40/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