mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 05:27:22 +08:00
[bitnami/suitecrm] Release 8.2.4-debian-11-r9 (#29290)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-04-01T16:12:53Z" \
|
||||
org.opencontainers.image.created="2023-04-04T16:48:03Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="8.2.4-debian-11-r8" \
|
||||
org.opencontainers.image.ref.name="8.2.4-debian-11-r9" \
|
||||
org.opencontainers.image.title="suitecrm" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="8.2.4"
|
||||
@@ -23,7 +23,7 @@ RUN install_packages acl ca-certificates cron curl libaudit1 libbrotli1 libbsd0
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"php-8.1.17-4-linux-${OS_ARCH}-debian-11" \
|
||||
"apache-2.4.56-5-linux-${OS_ARCH}-debian-11" \
|
||||
"apache-2.4.56-6-linux-${OS_ARCH}-debian-11" \
|
||||
"mysql-client-10.6.12-4-linux-${OS_ARCH}-debian-11" \
|
||||
"libphp-8.1.17-4-linux-${OS_ARCH}-debian-11" \
|
||||
"suitecrm-8.2.4-3-linux-${OS_ARCH}-debian-11" \
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.4.56-5"
|
||||
"version": "2.4.56-6"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -234,7 +234,7 @@ suitecrm_conf_set() {
|
||||
# Check if the configuration exists in the file
|
||||
if grep -q -E "$sanitized_pattern" "$SUITECRM_CONF_FILE"; then
|
||||
# It exists, so replace the line
|
||||
replace_in_file "${SUITECRM_BASE_DIR}/config.php" "('${sanitized_pattern}' => ').*(',)" "\1${value}\2"
|
||||
replace_in_file "$SUITECRM_CONF_FILE" "('${sanitized_pattern}' => ').*(',)" "\1${value}\2"
|
||||
else
|
||||
# The SuiteCRM configuration file includes all supported keys, but because of its format,
|
||||
# we cannot append contents to the end. We can assume thi
|
||||
|
||||
Reference in New Issue
Block a user