Skip to content

Commit

Permalink
[bitnami/appsmith] Release appsmith-1.36.0-debian-12-r0 (#71066)
Browse files Browse the repository at this point in the history
Signed-off-by: Bitnami Bot <bitnami-bot@vmware.com>
  • Loading branch information
bitnami-bot authored Aug 20, 2024
1 parent c9be509 commit d8b63cf
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
20 changes: 10 additions & 10 deletions bitnami/appsmith/1/debian-12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ ARG TARGETARCH

LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2024-08-02T19:53:35Z" \
org.opencontainers.image.created="2024-08-20T10:08:28Z" \
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.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="1.34.0-debian-12-r0" \
org.opencontainers.image.ref.name="1.36.0-debian-12-r0" \
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.34.0"
org.opencontainers.image.version="1.36.0"

ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
Expand All @@ -28,14 +28,14 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
RUN install_packages acl ca-certificates curl gettext libbz2-1.0 libcom-err2 libcrypt1 libffi8 libgcc-s1 libgeoip1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzma5 libncursesw6 libnsl2 libpcre3 libreadline8 libsqlite3-0 libssl3 libstdc++6 libtinfo6 libtirpc3 openssl procps zlib1g
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
COMPONENTS=( \
"render-template-1.0.7-2-linux-${OS_ARCH}-debian-12" \
"render-template-1.0.7-3-linux-${OS_ARCH}-debian-12" \
"python-3.11.9-11-linux-${OS_ARCH}-debian-12" \
"wait-for-port-1.0.8-2-linux-${OS_ARCH}-debian-12" \
"wait-for-port-1.0.8-3-linux-${OS_ARCH}-debian-12" \
"node-20.16.0-0-linux-${OS_ARCH}-debian-12" \
"nginx-1.27.0-1-linux-${OS_ARCH}-debian-12" \
"mongodb-shell-2.2.15-0-linux-${OS_ARCH}-debian-12" \
"java-17.0.12-10-0-linux-${OS_ARCH}-debian-12" \
"appsmith-1.34.0-0-linux-${OS_ARCH}-debian-12" \
"nginx-1.27.1-0-linux-${OS_ARCH}-debian-12" \
"mongodb-shell-2.3.0-0-linux-${OS_ARCH}-debian-12" \
"java-17.0.12-10-1-linux-${OS_ARCH}-debian-12" \
"appsmith-1.36.0-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
Expand All @@ -54,7 +54,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.34.0" \
ENV APP_VERSION="1.36.0" \
BITNAMI_APP_NAME="appsmith" \
NGINX_HTTPS_PORT_NUMBER="" \
NGINX_HTTP_PORT_NUMBER="" \
Expand Down
2 changes: 1 addition & 1 deletion bitnami/appsmith/1/debian-12/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
- MONGODB_INITIAL_PRIMARY_ROOT_PASSWORD=password123
- MONGODB_REPLICA_SET_KEY=replicasetkey123
redis:
image: docker.io/bitnami/redis:7.0
image: docker.io/bitnami/redis:7.4
volumes:
- 'redis_data:/bitnami/redis'
environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "1.34.0-0"
"version": "1.36.0-0"
},
"java": {
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "17.0.12-10-0"
"version": "17.0.12-10-1"
},
"mongodb-shell": {
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "2.2.15-0"
"version": "2.3.0-0"
},
"nginx": {
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "1.27.0-1"
"version": "1.27.1-0"
},
"node": {
"arch": "amd64",
Expand All @@ -39,12 +39,12 @@
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "1.0.7-2"
"version": "1.0.7-3"
},
"wait-for-port": {
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "1.0.8-2"
"version": "1.0.8-3"
}
}
2 changes: 1 addition & 1 deletion bitnami/appsmith/1/debian-12/tags-info.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rolling-tags:
- "1"
- 1-debian-12
- 1.34.0
- 1.36.0
- latest
2 changes: 1 addition & 1 deletion bitnami/appsmith/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
- MONGODB_INITIAL_PRIMARY_ROOT_PASSWORD=password123
- MONGODB_REPLICA_SET_KEY=replicasetkey123
redis:
image: docker.io/bitnami/redis:7.0
image: docker.io/bitnami/redis:7.4
volumes:
- 'redis_data:/bitnami/redis'
environment:
Expand Down

0 comments on commit d8b63cf

Please sign in to comment.