3.10.3-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2021-03-26 14:28:13 +00:00
parent be1d6f66ee
commit 5f5419f329
4 changed files with 8 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "apache" "2.4.46-
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.3.28-0" --checksum 9398376ca9e2033d5bc193232e8aa9b57d91d4ccf06fa67bfa0d30ef36e44c25
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "7.3.27-2" --checksum 136766df799e2acb375a4b2b46eb8b7e27899287f8dd22bfd8f205d6bea3c59d
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.0-3" --checksum 8179ad1371c9a7d897fe3b1bf53bbe763f94edafef19acad2498dd48b3674efe
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "moodle" "3.10.2-0" --checksum 070252fd33b8a7f320a116b4b24cb7d47b405016e734a715460eab854596aa6c
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "moodle" "3.10.3-0" --checksum db043ba08c0141b006f46830ca386fcc793af9fc800be3ae76f8595196f02cc2
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-2" --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50
RUN chmod g+rwX /opt/bitnami
RUN localedef -c -f UTF-8 -i en_US en_US.UTF-8
@@ -29,8 +29,8 @@ RUN echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen
COPY rootfs /
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
RUN /opt/bitnami/scripts/php/postunpack.sh
RUN /opt/bitnami/scripts/apache/postunpack.sh
RUN /opt/bitnami/scripts/php/postunpack.sh
RUN /opt/bitnami/scripts/apache-modphp/postunpack.sh
RUN /opt/bitnami/scripts/moodle/postunpack.sh
RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
@@ -39,7 +39,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \
APACHE_HTTPS_PORT_NUMBER="" \
APACHE_HTTP_PORT_NUMBER="" \
BITNAMI_APP_NAME="moodle" \
BITNAMI_IMAGE_VERSION="3.10.2-debian-10-r17" \
BITNAMI_IMAGE_VERSION="3.10.3-debian-10-r0" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en" \
MARIADB_HOST="mariadb" \

View File

@@ -22,10 +22,10 @@
},
"moodle": {
"arch": "amd64",
"digest": "070252fd33b8a7f320a116b4b24cb7d47b405016e734a715460eab854596aa6c",
"digest": "db043ba08c0141b006f46830ca386fcc793af9fc800be3ae76f8595196f02cc2",
"distro": "debian-10",
"type": "NAMI",
"version": "3.10.2-0"
"version": "3.10.3-0"
},
"mysql-client": {
"arch": "amd64",

View File

@@ -26,6 +26,7 @@ moodle_env_vars=(
MOODLE_SKIP_BOOTSTRAP
MOODLE_INSTALL_EXTRA_ARGS
MOODLE_SITE_NAME
MOODLE_CRON_MINUTES
MOODLE_USERNAME
MOODLE_PASSWORD
MOODLE_DATABASE_MIN_VERSION
@@ -78,6 +79,7 @@ MOODLE_SKIP_BOOTSTRAP="${MOODLE_SKIP_BOOTSTRAP:-"${MOODLE_SKIP_INSTALL:-}"}"
export MOODLE_SKIP_BOOTSTRAP="${MOODLE_SKIP_BOOTSTRAP:-}" # only used during the first initialization
export MOODLE_INSTALL_EXTRA_ARGS="${MOODLE_INSTALL_EXTRA_ARGS:-}" # only used during the first initialization
export MOODLE_SITE_NAME="${MOODLE_SITE_NAME:-New Site}" # only used during the first initialization
export MOODLE_CRON_MINUTES="${MOODLE_CRON_MINUTES:-1}"
# Moodle credentials
export MOODLE_USERNAME="${MOODLE_USERNAME:-user}" # only used during the first initialization
@@ -112,4 +114,3 @@ export MOODLE_DATABASE_PASSWORD="${MOODLE_DATABASE_PASSWORD:-}" # only used duri
export PHP_DEFAULT_MEMORY_LIMIT="256M" # only used at build time
# Custom environment variables may be defined below
export MOODLE_CRON_MINUTES="${MOODLE_CRON_MINUTES:-1}" # How frequently to run the moodle cron job. Default to 1 minutes

View File

@@ -43,7 +43,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/).
* [`3`, `3-debian-10`, `3.10.2`, `3.10.2-debian-10-r17`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-moodle/blob/3.10.2-debian-10-r17/3/debian-10/Dockerfile)
* [`3`, `3-debian-10`, `3.10.3`, `3.10.3-debian-10-r0`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-moodle/blob/3.10.3-debian-10-r0/3/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/moodle GitHub repo](https://github.com/bitnami/bitnami-docker-moodle).