mirror of
https://github.com/bitnami/containers.git
synced 2026-02-13 16:07:15 +08:00
[bitnami/moodle] Release 4.1.0-debian-11-r0 (#15562)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -6,11 +6,11 @@ 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="4.0.5-debian-11-r6" \
|
||||
org.opencontainers.image.ref.name="4.1.0-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/moodle" \
|
||||
org.opencontainers.image.title="moodle" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="4.0.5"
|
||||
org.opencontainers.image.version="4.1.0"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -29,7 +29,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
"mysql-client-10.6.11-1-linux-${OS_ARCH}-debian-11" \
|
||||
"libphp-7.4.33-1-linux-${OS_ARCH}-debian-11" \
|
||||
"render-template-1.0.4-1-linux-${OS_ARCH}-debian-11" \
|
||||
"moodle-4.0.5-1-linux-${OS_ARCH}-debian-11" \
|
||||
"moodle-4.1.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.14.0-156-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
@@ -61,7 +61,7 @@ RUN /opt/bitnami/scripts/moodle/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
|
||||
ENV APACHE_HTTPS_PORT_NUMBER="" \
|
||||
APACHE_HTTP_PORT_NUMBER="" \
|
||||
APP_VERSION="4.0.5" \
|
||||
APP_VERSION="4.1.0" \
|
||||
BITNAMI_APP_NAME="moodle" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
|
||||
@@ -22,10 +22,10 @@
|
||||
},
|
||||
"moodle": {
|
||||
"arch": "amd64",
|
||||
"digest": "3cc718aecb7a30456be3c1826e311fb46f0cbeafc24264ccb9b4ed865792d1fd",
|
||||
"digest": "5d744189a80e131b0469f2265ffbeab86eb8e3e0d3f404fc653566a0eae1ed76",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "4.0.5-1"
|
||||
"version": "4.1.0-0"
|
||||
},
|
||||
"mysql-client": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "4"
|
||||
- "4-debian-11"
|
||||
- "4.0.5"
|
||||
- "4.1.0"
|
||||
- "latest"
|
||||
|
||||
Reference in New Issue
Block a user