[bitnami/appsmith] Release 1.8.9-debian-11-r0 (#14565)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-11-22 19:25:17 +01:00
committed by GitHub
parent 27e5996b92
commit af5b28f054
3 changed files with 7 additions and 7 deletions

View File

@@ -4,11 +4,11 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="1.8.8-debian-11-r1" \
org.opencontainers.image.ref.name="1.8.9-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/appsmith" \
org.opencontainers.image.title="appsmith" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="1.8.8"
org.opencontainers.image.version="1.8.9"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -29,7 +29,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
"mongodb-shell-1.6.0-1-linux-${OS_ARCH}-debian-11" \
"java-11.0.17-7-1-linux-${OS_ARCH}-debian-11" \
"gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \
"appsmith-1.8.8-0-linux-${OS_ARCH}-debian-11" \
"appsmith-1.8.9-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -47,7 +47,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/appsmith/postunpack.sh
RUN /opt/bitnami/scripts/nginx/postunpack.sh
ENV APP_VERSION="1.8.8" \
ENV APP_VERSION="1.8.9" \
BITNAMI_APP_NAME="appsmith" \
NGINX_HTTPS_PORT_NUMBER="" \
NGINX_HTTP_PORT_NUMBER="" \

View File

@@ -1,10 +1,10 @@
{
"appsmith": {
"arch": "amd64",
"digest": "3f0a20327a1b57ca924434a3113434133de989ba74dee60de2b377e44daa5e03",
"digest": "10843c102b5a9eb4b1146a46930a3e86e9539a2d639d75dcd73556918400a182",
"distro": "debian-11",
"type": "NAMI",
"version": "1.8.8-0"
"version": "1.8.9-0"
},
"gosu": {
"arch": "amd64",

View File

@@ -1,5 +1,5 @@
rolling-tags:
- "1"
- "1-debian-11"
- "1.8.8"
- "1.8.9"
- "latest"