10.4.13-debian-10-r40 release

This commit is contained in:
Bitnami Bot 2020-06-22 18:08:41 +00:00
parent e57a106257
commit c1aa13be3e
3 changed files with 8 additions and 6 deletions

View File

@ -19,7 +19,7 @@ RUN mkdir /docker-entrypoint-initdb.d
COPY rootfs /
RUN /opt/bitnami/scripts/mariadb/postunpack.sh
ENV BITNAMI_APP_NAME="mariadb" \
BITNAMI_IMAGE_VERSION="10.4.13-debian-10-r39" \
BITNAMI_IMAGE_VERSION="10.4.13-debian-10-r40" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/mariadb/bin:/opt/bitnami/mariadb/sbin:$PATH"
EXPOSE 3306

View File

@ -68,13 +68,15 @@ export PATH="${DB_SBIN_DIR}:${DB_BIN_DIR}:/opt/bitnami/common/bin:${PATH}"
# System users (when running with a privileged user)
export DB_DAEMON_USER="mysql"
export DB_DAEMON_GROUP="mysql"
export MARIADB_DEFAULT_PORT_NUMBER="3306"
# Default configuration (build-time)
export MARIADB_DEFAULT_PORT_NUMBER="3306" # only used at build time
export DB_DEFAULT_PORT_NUMBER="$MARIADB_DEFAULT_PORT_NUMBER"
export MARIADB_DEFAULT_CHARACTER_SET="utf8"
export MARIADB_DEFAULT_CHARACTER_SET="utf8" # only used at build time
export DB_DEFAULT_CHARACTER_SET="$MARIADB_DEFAULT_CHARACTER_SET"
export MARIADB_DEFAULT_COLLATE="utf8_general_ci"
export MARIADB_DEFAULT_COLLATE="utf8_general_ci" # only used at build time
export DB_DEFAULT_COLLATE="$MARIADB_DEFAULT_COLLATE"
export MARIADB_DEFAULT_BIND_ADDRESS="0.0.0.0"
export MARIADB_DEFAULT_BIND_ADDRESS="0.0.0.0" # only used at build time
export DB_DEFAULT_BIND_ADDRESS="$MARIADB_DEFAULT_BIND_ADDRESS"
# MariaDB authentication.

View File

@ -44,7 +44,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/).
* [`10.4-debian-10`, `10.4.13-debian-10-r39`, `10.4`, `10.4.13` (10.4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mariadb/blob/10.4.13-debian-10-r39/10.4/debian-10/Dockerfile)
* [`10.4-debian-10`, `10.4.13-debian-10-r40`, `10.4`, `10.4.13` (10.4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mariadb/blob/10.4.13-debian-10-r40/10.4/debian-10/Dockerfile)
* [`10.3-debian-10`, `10.3.23-debian-10-r41`, `10.3`, `10.3.23`, `latest` (10.3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mariadb/blob/10.3.23-debian-10-r41/10.3/debian-10/Dockerfile)
* [`10.2-debian-10`, `10.2.32-debian-10-r41`, `10.2`, `10.2.32` (10.2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mariadb/blob/10.2.32-debian-10-r41/10.2/debian-10/Dockerfile)
* [`10.1-debian-10`, `10.1.45-debian-10-r42`, `10.1`, `10.1.45` (10.1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mariadb/blob/10.1.45-debian-10-r42/10.1/debian-10/Dockerfile)