mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 20:27:48 +08:00
[bitnami/appsmith] Release 1.87.0-debian-12-r0 (#86344)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -7,13 +7,13 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.created="2025-09-24T09:45:40Z" \
|
||||
org.opencontainers.image.created="2025-09-25T16:12:39Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/appsmith/README.md" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/appsmith" \
|
||||
org.opencontainers.image.title="appsmith" \
|
||||
org.opencontainers.image.vendor="Broadcom, Inc." \
|
||||
org.opencontainers.image.version="1.86.0"
|
||||
org.opencontainers.image.version="1.87.0"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -34,7 +34,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
|
||||
"nginx-1.29.1-0-linux-${OS_ARCH}-debian-12" \
|
||||
"mongodb-shell-2.5.8-0-linux-${OS_ARCH}-debian-12" \
|
||||
"jre-17.0.16-12-0-linux-${OS_ARCH}-debian-12" \
|
||||
"appsmith-1.86.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
"appsmith-1.87.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -53,7 +53,7 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/nginx/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/appsmith/postunpack.sh
|
||||
ENV APP_VERSION="1.86.0" \
|
||||
ENV APP_VERSION="1.87.0" \
|
||||
BITNAMI_APP_NAME="appsmith" \
|
||||
IMAGE_REVISION="0" \
|
||||
NGINX_HTTPS_PORT_NUMBER="" \
|
||||
|
||||
@@ -226,6 +226,12 @@ The Bitnami Appsmith container supports connecting the Appsmith application to a
|
||||
bitnami/appsmith:latest
|
||||
```
|
||||
|
||||
### FIPS configuration in Bitnami Secure Images
|
||||
|
||||
The Bitnami Appsmith Docker image from the [Bitnami Secure Images](https://www.arrow.com/globalecs/uk/products/bitnami-secure-images/) catalog includes extra features and settings to configure the container with FIPS capabilities. You can configure the next environment variables:
|
||||
|
||||
- `OPENSSL_FIPS`: whether OpenSSL runs in FIPS mode or not. `yes` (default), `no`.
|
||||
|
||||
## Logging
|
||||
|
||||
The Bitnami Appsmith Docker image sends the container logs to `stdout`. To view the logs:
|
||||
|
||||
Reference in New Issue
Block a user