mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 05:27:22 +08:00
[bitnami/moodle] Release 3.11.10-debian-11-r6 (#7355)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -6,7 +6,7 @@ ARG WITH_ALL_LOCALES="no"
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="3.11.10-debian-11-r5" \
|
||||
org.opencontainers.image.ref.name="3.11.10-debian-11-r6" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/moodle" \
|
||||
org.opencontainers.image.title="moodle" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
||||
@@ -410,9 +410,9 @@ if (isset(\$_SERVER['HTTPS']) \&\& \$_SERVER['HTTPS'] == 'on') {\\
|
||||
#########################
|
||||
moodle_configure_reverseproxy() {
|
||||
# Checking the reverseproxy setting values
|
||||
is_boolean_yes "$MOODLE_REVERSEPROXY" && sed -i '/^require/i $CFG->reverseproxy = true;' "$MOODLE_CONF_FILE"
|
||||
is_boolean_yes "$MOODLE_REVERSEPROXY" && sed -i "/^require/i \$CFG->reverseproxy = true;" "$MOODLE_CONF_FILE"
|
||||
# Checking the sslproxy setting values
|
||||
is_boolean_yes "$MOODLE_SSLPROXY" && sed -i '/^require/i $CFG->sslproxy = true;' "$MOODLE_CONF_FILE"
|
||||
is_boolean_yes "$MOODLE_SSLPROXY" && sed -i "/^require/i \$CFG->sslproxy = true;" "$MOODLE_CONF_FILE"
|
||||
|
||||
true
|
||||
}
|
||||
|
||||
@@ -38,7 +38,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
|
||||
|
||||
* [`4`, `4-debian-11`, `4.0.4`, `4.0.4-debian-11-r5`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/moodle/4/debian-11/Dockerfile)
|
||||
* [`3`, `3-debian-11`, `3.11.10`, `3.11.10-debian-11-r5` (3/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/moodle/3/debian-11/Dockerfile)
|
||||
* [`3`, `3-debian-11`, `3.11.10`, `3.11.10-debian-11-r6` (3/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/moodle/3/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user