[bitnami/appsmith] Release 1.9.18-debian-11-r0 (#33369)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-05-10 16:24:25 +01:00
committed by GitHub
parent 32468a9c91
commit f8693899c7
4 changed files with 8 additions and 8 deletions

View File

@@ -3,13 +3,13 @@ FROM docker.io/bitnami/minideb:bullseye
ARG TARGETARCH ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \ LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-05-08T03:13:45Z" \ org.opencontainers.image.created="2023-05-10T14:25:06Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \ org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="1.9.17-debian-11-r2" \ org.opencontainers.image.ref.name="1.9.18-debian-11-r0" \
org.opencontainers.image.title="appsmith" \ org.opencontainers.image.title="appsmith" \
org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="1.9.17" org.opencontainers.image.version="1.9.18"
ENV HOME="/" \ ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \ OS_ARCH="${TARGETARCH:-amd64}" \
@@ -29,7 +29,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
"nginx-1.23.4-3-linux-${OS_ARCH}-debian-11" \ "nginx-1.23.4-3-linux-${OS_ARCH}-debian-11" \
"mongodb-shell-1.8.2-0-linux-${OS_ARCH}-debian-11" \ "mongodb-shell-1.8.2-0-linux-${OS_ARCH}-debian-11" \
"java-17.0.7-7-1-linux-${OS_ARCH}-debian-11" \ "java-17.0.7-7-1-linux-${OS_ARCH}-debian-11" \
"appsmith-1.9.17-0-linux-${OS_ARCH}-debian-11" \ "appsmith-1.9.18-0-linux-${OS_ARCH}-debian-11" \
) && \ ) && \
for COMPONENT in "${COMPONENTS[@]}"; do \ for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -47,7 +47,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs / COPY rootfs /
RUN /opt/bitnami/scripts/nginx/postunpack.sh RUN /opt/bitnami/scripts/nginx/postunpack.sh
RUN /opt/bitnami/scripts/appsmith/postunpack.sh RUN /opt/bitnami/scripts/appsmith/postunpack.sh
ENV APP_VERSION="1.9.17" \ ENV APP_VERSION="1.9.18" \
BITNAMI_APP_NAME="appsmith" \ BITNAMI_APP_NAME="appsmith" \
NGINX_HTTPS_PORT_NUMBER="" \ NGINX_HTTPS_PORT_NUMBER="" \
NGINX_HTTP_PORT_NUMBER="" \ NGINX_HTTP_PORT_NUMBER="" \

View File

@@ -3,7 +3,7 @@
"arch": "amd64", "arch": "amd64",
"distro": "debian-11", "distro": "debian-11",
"type": "NAMI", "type": "NAMI",
"version": "1.9.17-0" "version": "1.9.18-0"
}, },
"java": { "java": {
"arch": "amd64", "arch": "amd64",

View File

@@ -421,7 +421,7 @@ generate_random_string() {
alphanumeric+special|special+alphanumeric) alphanumeric+special|special+alphanumeric)
# Limit variety of special characters, so there is a higher chance of containing more alphanumeric characters # Limit variety of special characters, so there is a higher chance of containing more alphanumeric characters
# Special characters are harder to write, and it could impact the overall UX if most passwords are too complex # Special characters are harder to write, and it could impact the overall UX if most passwords are too complex
filter='a-zA-Z0-9!@#$%^' filter='a-zA-Z0-9:@.,/+!='
;; ;;
*) *)
echo "Invalid type ${type}" >&2 echo "Invalid type ${type}" >&2

View File

@@ -1,5 +1,5 @@
rolling-tags: rolling-tags:
- "1" - "1"
- 1-debian-11 - 1-debian-11
- 1.9.17 - 1.9.18
- latest - latest