[bitnami/moodle] Release 5.0.0-debian-12-r1 (#80662)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-04-30 13:18:08 +02:00
committed by GitHub
parent 8066f0ae61
commit 57ca1efa89
5 changed files with 12 additions and 11 deletions

View File

@@ -10,10 +10,10 @@ 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="2025-04-16T09:29:57Z" \
org.opencontainers.image.created="2025-04-30T09:53:46Z" \
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.ref.name="5.0.0-debian-12-r0" \
org.opencontainers.image.ref.name="5.0.0-debian-12-r1" \
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,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/ || exit 1 ; \
COMPONENTS=( \
"render-template-1.0.7-15-linux-${OS_ARCH}-debian-12" \
"php-8.1.32-4-linux-${OS_ARCH}-debian-12" \
"php-8.2.28-5-linux-${OS_ARCH}-debian-12" \
"apache-2.4.63-2-linux-${OS_ARCH}-debian-12" \
"postgresql-client-13.20.0-0-linux-${OS_ARCH}-debian-12" \
"mysql-client-11.4.5-2-linux-${OS_ARCH}-debian-12" \
"libphp-8.1.32-0-linux-${OS_ARCH}-debian-12" \
"moodle-5.0.0-0-linux-${OS_ARCH}-debian-12" \
"libphp-8.2.28-0-linux-${OS_ARCH}-debian-12" \
"moodle-5.0.0-1-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@@ -9,13 +9,13 @@
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "8.1.32-0"
"version": "8.2.28-0"
},
"moodle": {
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "5.0.0-0"
"version": "5.0.0-1"
},
"mysql-client": {
"arch": "amd64",
@@ -27,7 +27,7 @@
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "8.1.32-4"
"version": "8.2.28-5"
},
"postgresql-client": {
"arch": "amd64",

View File

@@ -2,3 +2,4 @@ rolling-tags:
- "5.0"
- 5.0-debian-12
- 5.0.0
- latest

View File

@@ -32,9 +32,9 @@ Deploying Bitnami applications as Helm Charts is the easiest way to get started
Bitnami containers can be used with [Kubeapps](https://kubeapps.dev/) for deployment and management of Helm Charts in clusters.
## Only latest stable branch maintained in the free Bitnami catalog
## Only the latest stable branch maintained in the free Bitnami catalog
Starting December 10th 2024, only the latest stable branch of any container will receive updates in the free Bitnami catalog. To access up-to-date releases for all upstream-supported branches, consider upgrading to Bitnami Premium. Previous versions already released will not be deleted. They are still available to pull from DockerHub.
Starting December 10th, 2024, only the latest stable branch of each container image will receive updates in the free Bitnami catalog. To access up-to-date releases for all upstream-supported branches (e.g., LTS), consider upgrading to Bitnami Premium. Previously released versions will not be deleted and will remain available for pulling from DockerHub.
Please check the Bitnami Premium page in our partner [Arrow Electronics](https://www.arrow.com/globalecs/na/vendors/bitnami?utm_source=GitHub&utm_medium=containers) for more information.

View File

@@ -14,7 +14,7 @@ services:
volumes:
- 'mariadb_data:/bitnami/mariadb'
moodle:
image: docker.io/bitnami/moodle:4.5
image: docker.io/bitnami/moodle:5.0
ports:
- '80:8080'
- '443:8443'