[bitnami/moodle] Release 4.3.5-debian-12-r4 (#69836)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
7ad6f29616
commit
135652d3c4
|
|
@ -9,11 +9,11 @@ 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-07-06T08:56:49Z" \
|
||||
org.opencontainers.image.created="2024-07-24T08:10:01Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, 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.3.5-debian-12-r3" \
|
||||
org.opencontainers.image.ref.name="4.3.5-debian-12-r4" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/moodle" \
|
||||
org.opencontainers.image.title="moodle" \
|
||||
org.opencontainers.image.vendor="Broadcom, Inc." \
|
||||
|
|
@ -30,11 +30,11 @@ 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.7-2-linux-${OS_ARCH}-debian-12" \
|
||||
"php-8.1.29-5-linux-${OS_ARCH}-debian-12" \
|
||||
"apache-2.4.61-0-linux-${OS_ARCH}-debian-12" \
|
||||
"php-8.1.29-6-linux-${OS_ARCH}-debian-12" \
|
||||
"apache-2.4.62-0-linux-${OS_ARCH}-debian-12" \
|
||||
"postgresql-client-13.15.0-3-linux-${OS_ARCH}-debian-12" \
|
||||
"mysql-client-11.3.2-4-linux-${OS_ARCH}-debian-12" \
|
||||
"libphp-8.1.29-3-linux-${OS_ARCH}-debian-12" \
|
||||
"mysql-client-11.4.2-0-linux-${OS_ARCH}-debian-12" \
|
||||
"libphp-8.1.29-4-linux-${OS_ARCH}-debian-12" \
|
||||
"moodle-4.3.5-0-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
version: '2'
|
||||
services:
|
||||
mariadb:
|
||||
image: docker.io/bitnami/mariadb:11.3
|
||||
image: docker.io/bitnami/mariadb:11.4
|
||||
environment:
|
||||
# ALLOW_EMPTY_PASSWORD is recommended only for development.
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
|
|
|
|||
|
|
@ -3,13 +3,13 @@
|
|||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "2.4.61-0"
|
||||
"version": "2.4.62-0"
|
||||
},
|
||||
"libphp": {
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "8.1.29-3"
|
||||
"version": "8.1.29-4"
|
||||
},
|
||||
"moodle": {
|
||||
"arch": "amd64",
|
||||
|
|
@ -21,13 +21,13 @@
|
|||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "11.3.2-4"
|
||||
"version": "11.4.2-0"
|
||||
},
|
||||
"php": {
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "8.1.29-5"
|
||||
"version": "8.1.29-6"
|
||||
},
|
||||
"postgresql-client": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
Loading…
Reference in New Issue