[bitnami/moodle] Release 4.2.6-debian-11-r11 (#61566)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
5bac36c64a
commit
d20db76cee
|
|
@ -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="2024-02-15T09:44:40Z" \
|
||||
org.opencontainers.image.created="2024-02-16T03:01:48Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="4.2.6-debian-11-r10" \
|
||||
org.opencontainers.image.ref.name="4.2.6-debian-11-r11" \
|
||||
org.opencontainers.image.title="moodle" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="4.2.6"
|
||||
|
|
|
|||
|
|
@ -71,6 +71,7 @@ export DB_DATA_DIR="${DB_VOLUME_DIR}/data"
|
|||
export DB_BIN_DIR="${DB_BASE_DIR}/bin"
|
||||
export DB_SBIN_DIR="${DB_BASE_DIR}/bin"
|
||||
export DB_CONF_DIR="${DB_BASE_DIR}/conf"
|
||||
export DB_DEFAULT_CONF_DIR="${DB_BASE_DIR}/conf.default"
|
||||
export DB_LOGS_DIR="${DB_BASE_DIR}/logs"
|
||||
export DB_TMP_DIR="${DB_BASE_DIR}/tmp"
|
||||
export DB_CONF_FILE="${DB_CONF_DIR}/my.cnf"
|
||||
|
|
|
|||
Loading…
Reference in New Issue