[bitnami/moodle] Release 3.11.9-debian-11-r0 (#3905)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
b3f506ab8f
commit
cb670676d7
|
|
@ -8,11 +8,11 @@ ARG EXTRA_LOCALES=""
|
|||
ARG WITH_ALL_LOCALES="no"
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="3.11.8-debian-11-r19" \
|
||||
org.opencontainers.image.ref.name="3.11.9-debian-11-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="3.11.8"
|
||||
org.opencontainers.image.version="3.11.9"
|
||||
|
||||
COPY prebuildfs /
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
|
@ -24,7 +24,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql-clien
|
|||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.6.9-0" --checksum cebce7505cdf9a25aa92950d2d0b4f6678905c2c1aa4ade97d69b01b2848a266
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "7.4.30-152" --checksum 0a783cb719a50d8b30ab5f9af77c9f22258f060dd2cdf709b8852132c6148ad3
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.3-152" --checksum 7909504f3232654c427681ecc8ed4b8599a2df0f17f26ff769a83ed167d05b69
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "moodle" "3.11.8-2" --checksum 0818175e22592e088a558d9376011e8ecbf1fc31d3d70637e9a44171f966cac8
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "moodle" "3.11.9-0" --checksum 6830da527159eec70320c3cda823d18d627fee848bf1e4d8fc82ef31d352a6a7
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-153" --checksum d3ae0109be24e8bc56f97359b8290b91243454de946dd60bd8520a0896a88449
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
|
@ -45,7 +45,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="3.11.8" \
|
||||
APP_VERSION="3.11.9" \
|
||||
BITNAMI_APP_NAME="moodle" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
|
|
|
|||
|
|
@ -22,10 +22,10 @@
|
|||
},
|
||||
"moodle": {
|
||||
"arch": "amd64",
|
||||
"digest": "0818175e22592e088a558d9376011e8ecbf1fc31d3d70637e9a44171f966cac8",
|
||||
"digest": "6830da527159eec70320c3cda823d18d627fee848bf1e4d8fc82ef31d352a6a7",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.11.8-2"
|
||||
"version": "3.11.9-0"
|
||||
},
|
||||
"mysql-client": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
rolling-tags:
|
||||
- "3"
|
||||
- "3-debian-11"
|
||||
- "3.11.8"
|
||||
- "3.11.9"
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`4`, `4-debian-11`, `4.0.3`, `4.0.3-debian-11-r0`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/moodle/4/debian-11/Dockerfile)
|
||||
* [`3`, `3-debian-11`, `3.11.8`, `3.11.8-debian-11-r19` (3/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/moodle/3/debian-11/Dockerfile)
|
||||
* [`3`, `3-debian-11`, `3.11.9`, `3.11.9-debian-11-r0` (3/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/moodle/3/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue