mirror of
https://github.com/bitnami/containers.git
synced 2026-03-21 15:29:05 +08:00
[bitnami/moodle] Release 4.0.8-debian-11-r6 (#33610)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -5,10 +5,10 @@ ARG TARGETARCH
|
||||
ARG WITH_ALL_LOCALES="no"
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-05-09T09:16:40Z" \
|
||||
org.opencontainers.image.created="2023-05-12T10:43:42Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="4.0.8-debian-11-r5" \
|
||||
org.opencontainers.image.ref.name="4.0.8-debian-11-r6" \
|
||||
org.opencontainers.image.title="moodle" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="4.0.8"
|
||||
@@ -26,8 +26,8 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"php-8.0.28-8-linux-${OS_ARCH}-debian-11" \
|
||||
"apache-2.4.57-6-linux-${OS_ARCH}-debian-11" \
|
||||
"postgresql-client-13.10.0-4-linux-${OS_ARCH}-debian-11" \
|
||||
"mysql-client-10.11.2-5-linux-${OS_ARCH}-debian-11" \
|
||||
"postgresql-client-13.11.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"mysql-client-10.11.3-0-linux-${OS_ARCH}-debian-11" \
|
||||
"libphp-8.0.28-9-linux-${OS_ARCH}-debian-11" \
|
||||
"render-template-1.0.5-5-linux-${OS_ARCH}-debian-11" \
|
||||
"moodle-4.0.8-0-linux-${OS_ARCH}-debian-11" \
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "10.11.2-5"
|
||||
"version": "10.11.3-0"
|
||||
},
|
||||
"php": {
|
||||
"arch": "amd64",
|
||||
@@ -33,7 +33,7 @@
|
||||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "13.10.0-4"
|
||||
"version": "13.11.0-0"
|
||||
},
|
||||
"render-template": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -421,7 +421,7 @@ generate_random_string() {
|
||||
alphanumeric+special|special+alphanumeric)
|
||||
# Limit variety of special characters, so there is a higher chance of containing more alphanumeric characters
|
||||
# Special characters are harder to write, and it could impact the overall UX if most passwords are too complex
|
||||
filter='a-zA-Z0-9!@#$%^'
|
||||
filter='a-zA-Z0-9:@.,/+!='
|
||||
;;
|
||||
*)
|
||||
echo "Invalid type ${type}" >&2
|
||||
|
||||
Reference in New Issue
Block a user