[bitnami/suitecrm] Release 7.14.0-debian-11-r24 (#49945)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2023-09-25 22:13:59 +02:00 committed by GitHub
parent cd6a1e7bad
commit 0ce7679bc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -7,10 +7,10 @@ ARG TARGETARCH
LABEL com.vmware.cp.artifact.flavor="sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-09-23T09:19:09Z" \
org.opencontainers.image.created="2023-09-25T18:43:52Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="7.14.0-debian-11-r21" \
org.opencontainers.image.ref.name="7.14.0-debian-11-r24" \
org.opencontainers.image.title="suitecrm" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="7.14.0"
@ -29,7 +29,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
"apache-2.4.57-11-linux-${OS_ARCH}-debian-11" \
"mysql-client-11.0.3-0-linux-${OS_ARCH}-debian-11" \
"libphp-8.1.23-2-linux-${OS_ARCH}-debian-11" \
"suitecrm-7.14.0-0-linux-${OS_ARCH}-debian-11" \
"suitecrm-7.14.0-1-linux-${OS_ARCH}-debian-11" \
"render-template-1.0.5-13-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \

View File

@ -33,6 +33,6 @@
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "7.14.0-0"
"version": "7.14.0-1"
}
}

View File

@ -32,7 +32,7 @@ ensure_user_exists "$WEB_SERVER_DAEMON_USER" --group "$WEB_SERVER_DAEMON_GROUP"
for dir in "$SUITECRM_BASE_DIR" "$SUITECRM_VOLUME_DIR" "${SUITECRM_BASE_DIR}/tmp"; do
ensure_dir_exists "$dir"
# Use daemon:daemon ownership for compatibility when running as a non-root user
configure_permissions_ownership "$dir" -d "775" -f "664" -u "$WEB_SERVER_DAEMON_USER" -g "$WEB_SERVER_DAEMON_GROUP"
configure_permissions_ownership "$dir" -d "775" -f "664" -u "$WEB_SERVER_DAEMON_USER" -g "root"
done
# Configure required PHP options for application to work properly, based on build-time defaults