3.8.3-debian-10-r22 release

This commit is contained in:
Bitnami Bot
2020-06-04 23:32:31 +00:00
parent 0c984cf2dc
commit ccda9242ca
3 changed files with 6 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \
APACHE_HTTPS_PORT_NUMBER="443" \
APACHE_HTTP_PORT_NUMBER="80" \
BITNAMI_APP_NAME="moodle" \
BITNAMI_IMAGE_VERSION="3.8.3-debian-10-r21" \
BITNAMI_IMAGE_VERSION="3.8.3-debian-10-r22" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en" \
MARIADB_HOST="mariadb" \

View File

@@ -209,3 +209,7 @@ if [ "$BITNAMI_PKG_CHMOD" ]; then
info "Fixing permissions: chmod $BITNAMI_PKG_CHMOD $DIRS"
chmod $BITNAMI_PKG_CHMOD $DIRS
fi
# Include metadata about the package
touch "${BITNAMI_PREFIX}/.bitnami_packages"
echo "${PACKAGE}" >> "${BITNAMI_PREFIX}/.bitnami_packages"

View File

@@ -36,7 +36,7 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.com/) for deploy
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-debian-10`, `3.8.3-debian-10-r21`, `3`, `3.8.3`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-moodle/blob/3.8.3-debian-10-r21/3/debian-10/Dockerfile)
* [`3-debian-10`, `3.8.3-debian-10-r22`, `3`, `3.8.3`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-moodle/blob/3.8.3-debian-10-r22/3/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/moodle GitHub repo](https://github.com/bitnami/bitnami-docker-moodle).