[bitnami/appsmith] Release 1.99.0-debian-12-r2 (#93139)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
parent
c8c6acd820
commit
d84c4a9df7
|
|
@ -7,7 +7,7 @@ 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="2026-05-01T07:36:28Z" \
|
||||
org.opencontainers.image.created="2026-05-14T08:15:12Z" \
|
||||
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" \
|
||||
|
|
@ -28,12 +28,12 @@ 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.9-164-linux-${OS_ARCH}-debian-12" \
|
||||
"python-3.14.4-5-linux-${OS_ARCH}-debian-12" \
|
||||
"node-22.22.2-1-linux-${OS_ARCH}-debian-12" \
|
||||
"nginx-1.30.0-2-linux-${OS_ARCH}-debian-12" \
|
||||
"mongodb-shell-2.8.2-0-linux-${OS_ARCH}-debian-12" \
|
||||
"jre-25.0.3-11-0-linux-${OS_ARCH}-debian-12" \
|
||||
"render-template-1.0.9-165-linux-${OS_ARCH}-debian-12" \
|
||||
"python-3.14.5-0-linux-${OS_ARCH}-debian-12" \
|
||||
"node-22.22.3-0-linux-${OS_ARCH}-debian-12" \
|
||||
"nginx-1.31.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
"mongodb-shell-2.8.3-0-linux-${OS_ARCH}-debian-12" \
|
||||
"jre-25.0.3-11-1-linux-${OS_ARCH}-debian-12" \
|
||||
"appsmith-1.99.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
|
@ -55,7 +55,7 @@ RUN /opt/bitnami/scripts/nginx/postunpack.sh
|
|||
RUN /opt/bitnami/scripts/appsmith/postunpack.sh
|
||||
ENV APP_VERSION="1.99.0" \
|
||||
BITNAMI_APP_NAME="appsmith" \
|
||||
IMAGE_REVISION="1" \
|
||||
IMAGE_REVISION="2" \
|
||||
NGINX_HTTPS_PORT_NUMBER="" \
|
||||
NGINX_HTTP_PORT_NUMBER="" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/nginx/sbin:/opt/bitnami/mongodb/bin:/opt/bitnami/java/bin:$PATH"
|
||||
|
|
|
|||
Loading…
Reference in New Issue