mirror of
https://github.com/bitnami/containers.git
synced 2026-02-15 00:57:23 +08:00
[bitnami/suitecrm] Release 8.8.0-debian-12-r17 (#83466)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -8,7 +8,7 @@ ARG TARGETARCH
|
||||
|
||||
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
|
||||
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.created="2025-07-06T00:20:55Z" \
|
||||
org.opencontainers.image.created="2025-07-17T03:30:54Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/suitecrm/README.md" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/suitecrm" \
|
||||
@@ -28,11 +28,11 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
|
||||
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
|
||||
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
||||
COMPONENTS=( \
|
||||
"render-template-1.0.8-0-linux-${OS_ARCH}-debian-12" \
|
||||
"php-8.1.33-0-linux-${OS_ARCH}-debian-12" \
|
||||
"apache-2.4.63-7-linux-${OS_ARCH}-debian-12" \
|
||||
"render-template-1.0.8-1-linux-${OS_ARCH}-debian-12" \
|
||||
"php-8.1.33-3-linux-${OS_ARCH}-debian-12" \
|
||||
"apache-2.4.64-0-linux-${OS_ARCH}-debian-12" \
|
||||
"mysql-client-11.8.2-0-linux-${OS_ARCH}-debian-12" \
|
||||
"libphp-8.1.33-0-linux-${OS_ARCH}-debian-12" \
|
||||
"libphp-8.1.33-1-linux-${OS_ARCH}-debian-12" \
|
||||
"suitecrm-8.8.0-2-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
||||
@@ -3,13 +3,13 @@
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "2.4.63-7"
|
||||
"version": "2.4.64-0"
|
||||
},
|
||||
"libphp": {
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "8.1.33-0"
|
||||
"version": "8.1.33-1"
|
||||
},
|
||||
"mysql-client": {
|
||||
"arch": "amd64",
|
||||
@@ -21,13 +21,13 @@
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "8.1.33-0"
|
||||
"version": "8.1.33-3"
|
||||
},
|
||||
"render-template": {
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "1.0.8-0"
|
||||
"version": "1.0.8-1"
|
||||
},
|
||||
"suitecrm": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
rolling-tags:
|
||||
- "8"
|
||||
- 8-debian-12
|
||||
- 8.8.0
|
||||
- latest
|
||||
@@ -465,10 +465,10 @@ Based on the extended image, you can update the [`docker-compose.yml`](https://g
|
||||
```Dockerfile
|
||||
FROM bitnami/suitecrm
|
||||
## Install keys
|
||||
RUN openssl genrsa -out /opt/bitnami/suitecrm/public/legacy/Api/V8/OAuth2/private.key 2048 && \
|
||||
openssl rsa -in /opt/bitnami/suitecrm/public/legacy/Api/V8/OAuth2/private.key -pubout -out /opt/bitnami/suitecrm/public/legacy/Api/V8/OAuth2/public.key && \
|
||||
chmod 640 /opt/bitnami/suitecrm/public/legacy/Api/V8/OAuth2/private.key && \
|
||||
chgrp daemon /opt/bitnami/suitecrm/public/legacy/Api/V8/OAuth2/private.key /opt/bitnami/suitecrm/public/legacy/Api/V8/OAuth2/public.key
|
||||
RUN openssl genrsa -out /opt/bitnami/suitecrm/Api/V8/OAuth2/private.key 2048 && \
|
||||
openssl rsa -in /opt/bitnami/suitecrm/Api/V8/OAuth2/private.key -pubout -out /opt/bitnami/suitecrm/Api/V8/OAuth2/public.key && \
|
||||
chmod 640 /opt/bitnami/suitecrm/Api/V8/OAuth2/private.key && \
|
||||
chgrp daemon /opt/bitnami/suitecrm/Api/V8/OAuth2/private.key /opt/bitnami/suitecrm/Api/V8/OAuth2/public.key
|
||||
```
|
||||
|
||||
## Notable Changes
|
||||
|
||||
Reference in New Issue
Block a user