From 57ca1efa89aed9765a72b8ad43af5abc82225822 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 30 Apr 2025 13:18:08 +0200 Subject: [PATCH] [bitnami/moodle] Release 5.0.0-debian-12-r1 (#80662) Signed-off-by: Bitnami Bot --- bitnami/moodle/5.0/debian-12/Dockerfile | 10 +++++----- .../prebuildfs/opt/bitnami/.bitnami_components.json | 6 +++--- bitnami/moodle/5.0/debian-12/tags-info.yaml | 1 + bitnami/moodle/README.md | 4 ++-- bitnami/moodle/docker-compose.yml | 2 +- 5 files changed, 12 insertions(+), 11 deletions(-) diff --git a/bitnami/moodle/5.0/debian-12/Dockerfile b/bitnami/moodle/5.0/debian-12/Dockerfile index f518dfc6f36a..4dace6979a48 100644 --- a/bitnami/moodle/5.0/debian-12/Dockerfile +++ b/bitnami/moodle/5.0/debian-12/Dockerfile @@ -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 \ diff --git a/bitnami/moodle/5.0/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/moodle/5.0/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json index a8d1089d3050..fbea74cfb5db 100644 --- a/bitnami/moodle/5.0/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/moodle/5.0/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json @@ -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", diff --git a/bitnami/moodle/5.0/debian-12/tags-info.yaml b/bitnami/moodle/5.0/debian-12/tags-info.yaml index ff1e85c4d688..7c230692928c 100644 --- a/bitnami/moodle/5.0/debian-12/tags-info.yaml +++ b/bitnami/moodle/5.0/debian-12/tags-info.yaml @@ -2,3 +2,4 @@ rolling-tags: - "5.0" - 5.0-debian-12 - 5.0.0 +- latest diff --git a/bitnami/moodle/README.md b/bitnami/moodle/README.md index a10c07653f4e..2cd071fdef18 100644 --- a/bitnami/moodle/README.md +++ b/bitnami/moodle/README.md @@ -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. diff --git a/bitnami/moodle/docker-compose.yml b/bitnami/moodle/docker-compose.yml index c789083072f3..b14019869406 100644 --- a/bitnami/moodle/docker-compose.yml +++ b/bitnami/moodle/docker-compose.yml @@ -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'