[bitnami/moodle] Release 4.1.4-debian-11-r43 (#44469)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
b46deff852
commit
2b3e62aebb
|
|
@ -9,10 +9,10 @@ ARG WITH_ALL_LOCALES="no"
|
|||
|
||||
LABEL com.vmware.cp.artifact.flavor="sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e" \
|
||||
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-08-08T00:07:55Z" \
|
||||
org.opencontainers.image.created="2023-08-12T10:50:21Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="4.1.4-debian-11-r40" \
|
||||
org.opencontainers.image.ref.name="4.1.4-debian-11-r43" \
|
||||
org.opencontainers.image.title="moodle" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="4.1.4"
|
||||
|
|
@ -29,7 +29,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|||
COMPONENTS=( \
|
||||
"php-8.1.22-1-linux-${OS_ARCH}-debian-11" \
|
||||
"apache-2.4.57-10-linux-${OS_ARCH}-debian-11" \
|
||||
"postgresql-client-13.11.0-2-linux-${OS_ARCH}-debian-11" \
|
||||
"postgresql-client-13.12.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"mysql-client-10.11.4-1-linux-${OS_ARCH}-debian-11" \
|
||||
"libphp-8.1.22-1-linux-${OS_ARCH}-debian-11" \
|
||||
"render-template-1.0.5-10-linux-${OS_ARCH}-debian-11" \
|
||||
|
|
@ -67,7 +67,6 @@ ENV APACHE_HTTPS_PORT_NUMBER="" \
|
|||
BITNAMI_APP_NAME="moodle" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
LD_LIBRARY_PATH="/opt/bitnami/postgresql/lib:$LD_LIBRARY_PATH" \
|
||||
PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/apache/bin:/opt/bitnami/postgresql/bin:/opt/bitnami/mysql/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
EXPOSE 8080 8443
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "13.11.0-2"
|
||||
"version": "13.12.0-0"
|
||||
},
|
||||
"render-template": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
Loading…
Reference in New Issue