mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 21:27:26 +08:00
[bitnami/moodle] Release 5.0.0-debian-12-r1 (#80662)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -2,3 +2,4 @@ rolling-tags:
|
||||
- "5.0"
|
||||
- 5.0-debian-12
|
||||
- 5.0.0
|
||||
- latest
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user