[bitnami/moodle] Release 4.1.10-debian-12-r0 (#65290)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
7d6a17becb
commit
0ee8cebcfa
|
|
@ -9,13 +9,15 @@ ARG WITH_ALL_LOCALES="no"
|
|||
|
||||
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
|
||||
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.created="2024-04-08T20:42:13Z" \
|
||||
org.opencontainers.image.created="2024-04-22T04:09:48Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/moodle/README.md" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="4.1.9-debian-12-r8" \
|
||||
org.opencontainers.image.ref.name="4.1.10-debian-12-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.1.9"
|
||||
org.opencontainers.image.version="4.1.10"
|
||||
|
||||
ENV OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
OS_FLAVOUR="debian-12" \
|
||||
|
|
@ -28,12 +30,12 @@ RUN install_packages acl ca-certificates cron curl libaudit1 libbrotli1 libbsd0
|
|||
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
|
||||
COMPONENTS=( \
|
||||
"render-template-1.0.6-11-linux-${OS_ARCH}-debian-12" \
|
||||
"php-8.1.27-9-linux-${OS_ARCH}-debian-12" \
|
||||
"php-8.1.28-3-linux-${OS_ARCH}-debian-12" \
|
||||
"apache-2.4.59-0-linux-${OS_ARCH}-debian-12" \
|
||||
"postgresql-client-13.14.0-2-linux-${OS_ARCH}-debian-12" \
|
||||
"mysql-client-11.3.2-0-linux-${OS_ARCH}-debian-12" \
|
||||
"libphp-8.1.27-4-linux-${OS_ARCH}-debian-12" \
|
||||
"moodle-4.1.9-1-linux-${OS_ARCH}-debian-12" \
|
||||
"mysql-client-11.3.2-2-linux-${OS_ARCH}-debian-12" \
|
||||
"libphp-8.1.28-0-linux-${OS_ARCH}-debian-12" \
|
||||
"moodle-4.1.10-0-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -64,7 +66,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.1.9" \
|
||||
APP_VERSION="4.1.10" \
|
||||
BITNAMI_APP_NAME="moodle" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
|
|
|
|||
|
|
@ -9,25 +9,25 @@
|
|||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "8.1.27-4"
|
||||
"version": "8.1.28-0"
|
||||
},
|
||||
"moodle": {
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "4.1.9-1"
|
||||
"version": "4.1.10-0"
|
||||
},
|
||||
"mysql-client": {
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "11.3.2-0"
|
||||
"version": "11.3.2-2"
|
||||
},
|
||||
"php": {
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "8.1.27-9"
|
||||
"version": "8.1.28-3"
|
||||
},
|
||||
"postgresql-client": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
rolling-tags:
|
||||
- "4.1"
|
||||
- 4.1-debian-12
|
||||
- 4.1.9
|
||||
- 4.1.10
|
||||
|
|
|
|||
Loading…
Reference in New Issue