mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 14:57:44 +08:00
8.0.28-debian-10-r50 release
This commit is contained in:
@@ -21,7 +21,7 @@ COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/mysql/postunpack.sh
|
||||
ENV APP_VERSION="8.0.28" \
|
||||
BITNAMI_APP_NAME="mysql" \
|
||||
BITNAMI_IMAGE_VERSION="8.0.28-debian-10-r49" \
|
||||
BITNAMI_IMAGE_VERSION="8.0.28-debian-10-r50" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/mysql/bin:/opt/bitnami/mysql/sbin:$PATH"
|
||||
|
||||
EXPOSE 3306
|
||||
|
||||
@@ -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 library
|
||||
|
||||
# shellcheck disable=SC1090,SC1091
|
||||
# shellcheck disable=SC1090,SC1091,SC2119,SC2120
|
||||
|
||||
# Load Generic Libraries
|
||||
. /opt/bitnami/scripts/libfile.sh
|
||||
@@ -25,6 +25,7 @@
|
||||
mysql_extra_flags() {
|
||||
local randNumber
|
||||
local -a dbExtraFlags=()
|
||||
# shellcheck disable=SC2153
|
||||
read -r -a userExtraFlags <<< "$DB_EXTRA_FLAGS"
|
||||
|
||||
if [[ -n "$DB_REPLICATION_MODE" ]]; then
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user