[bitnami/moodle] Release 4.0.7-debian-11-r0 (#27174)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
b844d07d75
commit
2096c63a1d
|
|
@ -5,13 +5,13 @@ ARG TARGETARCH
|
|||
ARG WITH_ALL_LOCALES="no"
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-03-10T10:25:41Z" \
|
||||
org.opencontainers.image.created="2023-03-13T04:05:44Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="4.0.6-debian-11-r4" \
|
||||
org.opencontainers.image.ref.name="4.0.7-debian-11-r0" \
|
||||
org.opencontainers.image.title="moodle" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="4.0.6"
|
||||
org.opencontainers.image.version="4.0.7"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -30,7 +30,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|||
"mysql-client-10.6.12-1-linux-${OS_ARCH}-debian-11" \
|
||||
"libphp-8.0.28-3-linux-${OS_ARCH}-debian-11" \
|
||||
"render-template-1.0.5-1-linux-${OS_ARCH}-debian-11" \
|
||||
"moodle-4.0.6-1-linux-${OS_ARCH}-debian-11" \
|
||||
"moodle-4.0.7-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-2-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
|
@ -62,7 +62,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.6" \
|
||||
APP_VERSION="4.0.7" \
|
||||
BITNAMI_APP_NAME="moodle" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
|
|
|
|||
|
|
@ -22,10 +22,10 @@
|
|||
},
|
||||
"moodle": {
|
||||
"arch": "amd64",
|
||||
"digest": "8f9bbbea2a9e4754138ae9544ffbfad43c27e34bfa3020f76e50f86cd0eea6ee",
|
||||
"digest": "951af2c326f6229e238d1b47f8dee01dfa5811074586849adea8618790ede36a",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "4.0.6-1"
|
||||
"version": "4.0.7-0"
|
||||
},
|
||||
"mysql-client": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
rolling-tags:
|
||||
- "4.0"
|
||||
- 4.0-debian-11
|
||||
- 4.0.6
|
||||
- 4.0.7
|
||||
|
|
|
|||
Loading…
Reference in New Issue