[bitnami/appsmith] Release 1.8.11-debian-11-r0 (#15626)

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-12-01 23:25:52 +01:00
committed by GitHub
parent d5a309ee02
commit 479b719802
4 changed files with 11 additions and 12 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.10-debian-11-r4" \
org.opencontainers.image.ref.name="1.8.11-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.10"
org.opencontainers.image.version="1.8.11"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -26,10 +26,10 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
"render-template-1.0.4-1-linux-${OS_ARCH}-debian-11" \
"node-16.18.1-1-linux-${OS_ARCH}-debian-11" \
"nginx-1.23.2-1-linux-${OS_ARCH}-debian-11" \
"mongodb-shell-1.6.0-1-linux-${OS_ARCH}-debian-11" \
"mongodb-shell-1.6.1-1-linux-${OS_ARCH}-debian-11" \
"java-11.0.17-7-2-linux-${OS_ARCH}-debian-11" \
"gosu-1.14.0-156-linux-${OS_ARCH}-debian-11" \
"appsmith-1.8.10-0-linux-${OS_ARCH}-debian-11" \
"appsmith-1.8.11-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.10" \
ENV APP_VERSION="1.8.11" \
BITNAMI_APP_NAME="appsmith" \
NGINX_HTTPS_PORT_NUMBER="" \
NGINX_HTTP_PORT_NUMBER="" \

View File

@@ -1,10 +1,10 @@
{
"appsmith": {
"arch": "amd64",
"digest": "86d11ceca0d0432c76e301a2aedf1066619a3db1bd424ff8ff7eb1b05b2bb878",
"digest": "d0d6b111aef3429a756513528093032533c4d58ee16a14b7f39ca401dc2c927a",
"distro": "debian-11",
"type": "NAMI",
"version": "1.8.10-0"
"version": "1.8.11-0"
},
"gosu": {
"arch": "amd64",
@@ -22,10 +22,10 @@
},
"mongodb-shell": {
"arch": "amd64",
"digest": "62f93a1f29257014cb2ce2183e7ee9fcf926321f5fb592a7e1033107230e1baf",
"digest": "27f654d6961a6e45e18096a9e9b22125542599bedd1c353281b978b12e9baf7c",
"distro": "debian-11",
"type": "NAMI",
"version": "1.6.0-1"
"version": "1.6.1-1"
},
"nginx": {
"arch": "amd64",

View File

@@ -180,9 +180,8 @@ appsmith_backend_stop() {
########################
# Get a configuration setting value from the configuration file(s)
# ref: https://geode.apache.org/docs/guide/112/reference/topics/gemfire_properties.html
# Globals:
# GEODE_*
# APPSMITH_*
# Arguments:
# $1 - property key
# $2 - configuration file (optional)

View File

@@ -1,5 +1,5 @@
rolling-tags:
- "1"
- "1-debian-11"
- "1.8.10"
- "1.8.11"
- "latest"