mirror of
https://github.com/bitnami/containers.git
synced 2026-03-06 15:09:19 +08:00
3.3.3-debian-10-r26 release
This commit is contained in:
@@ -20,8 +20,8 @@ RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/apache/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/php/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/apache/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/apache-modphp/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/phpbb/postunpack.sh
|
||||
ENV ALLOW_EMPTY_PASSWORD="no" \
|
||||
@@ -29,7 +29,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \
|
||||
APACHE_HTTPS_PORT_NUMBER="" \
|
||||
APACHE_HTTP_PORT_NUMBER="" \
|
||||
BITNAMI_APP_NAME="phpbb" \
|
||||
BITNAMI_IMAGE_VERSION="3.3.3-debian-10-r25" \
|
||||
BITNAMI_IMAGE_VERSION="3.3.3-debian-10-r26" \
|
||||
MARIADB_HOST="mariadb" \
|
||||
MARIADB_PORT_NUMBER="3306" \
|
||||
MARIADB_ROOT_PASSWORD="" \
|
||||
|
||||
@@ -1051,7 +1051,7 @@ mysql_client_extra_opts() {
|
||||
}
|
||||
local -a opts=()
|
||||
local key value
|
||||
if is_boolean_yes "$DB_ENABLE_SSL"; then
|
||||
if is_boolean_yes "${DB_ENABLE_SSL:-no}"; then
|
||||
if [[ "$(mysql_client_flavor)" = "mysql" ]]; then
|
||||
opts+=("--ssl-mode=REQUIRED")
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user