[bitnami/appsmith] Release 1.17.0-debian-12-r0 (#63863)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
95952bb8a8
commit
c428bda173
|
|
@ -7,13 +7,13 @@ 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-03-07T17:32:33Z" \
|
||||
org.opencontainers.image.created="2024-03-18T07:38:14Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="1.16.0-debian-12-r0" \
|
||||
org.opencontainers.image.ref.name="1.17.0-debian-12-r0" \
|
||||
org.opencontainers.image.title="appsmith" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="1.16.0"
|
||||
org.opencontainers.image.version="1.17.0"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -31,9 +31,9 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
|
|||
"wait-for-port-1.0.7-10-linux-${OS_ARCH}-debian-12" \
|
||||
"node-18.19.1-0-linux-${OS_ARCH}-debian-12" \
|
||||
"nginx-1.25.4-0-linux-${OS_ARCH}-debian-12" \
|
||||
"mongodb-shell-2.1.5-0-linux-${OS_ARCH}-debian-12" \
|
||||
"mongodb-shell-2.2.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
"java-17.0.10-13-2-linux-${OS_ARCH}-debian-12" \
|
||||
"appsmith-1.16.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
"appsmith-1.17.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -52,7 +52,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.16.0" \
|
||||
ENV APP_VERSION="1.17.0" \
|
||||
BITNAMI_APP_NAME="appsmith" \
|
||||
NGINX_HTTPS_PORT_NUMBER="" \
|
||||
NGINX_HTTP_PORT_NUMBER="" \
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "1.16.0-0"
|
||||
"version": "1.17.0-0"
|
||||
},
|
||||
"java": {
|
||||
"arch": "amd64",
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "2.1.5-0"
|
||||
"version": "2.2.0-0"
|
||||
},
|
||||
"nginx": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@ print_image_welcome_page() {
|
|||
info "${BOLD}Welcome to the Bitnami ${BITNAMI_APP_NAME} container${RESET}"
|
||||
info "Subscribe to project updates by watching ${BOLD}${github_url}${RESET}"
|
||||
info "Submit issues and feature requests at ${BOLD}${github_url}/issues${RESET}"
|
||||
info "Upgrade to Tanzu Application Catalog for production environments to access custom-configured and pre-packaged software components. Gain enhanced features, including Software Bill of Materials (SBOM), CVE scan result reports, and VEX documents. To learn more, visit ${BOLD}https://bitnami.com/enterprise${RESET}"
|
||||
info ""
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ print_welcome_page
|
|||
# bypassing the setup.sh logic. If the file already exists do not overwrite (in
|
||||
# case someone mounts a configuration file in /opt/bitnami/nginx/conf)
|
||||
debug "Copying files from $NGINX_DEFAULT_CONF_DIR to $NGINX_CONF_DIR"
|
||||
cp -nr "$NGINX_DEFAULT_CONF_DIR"/. "$NGINX_CONF_DIR"
|
||||
cp -nr "$NGINX_DEFAULT_CONF_DIR"/. "$NGINX_CONF_DIR" || true
|
||||
|
||||
|
||||
if [[ "$1" = "/opt/bitnami/scripts/nginx/run.sh" ]]; then
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "1"
|
||||
- 1-debian-12
|
||||
- 1.16.0
|
||||
- 1.17.0
|
||||
- latest
|
||||
|
|
|
|||
|
|
@ -109,23 +109,17 @@ docker-compose up appsmith
|
|||
| `APPSMITH_MODE` | Appsmith service to run (can be backend, client or UI). | `backend` |
|
||||
| `APPSMITH_ENCRYPTION_PASSWORD` | Appsmith database encryption password. | `bitnami123` |
|
||||
| `APPSMITH_API_HOST` | Appsmith API host. | `appsmith-api` |
|
||||
| `APPSMITH_API_HOST` | Appsmith API host. | `127.0.0.1` |
|
||||
| `APPSMITH_API_PORT` | Appsmith API port. | `8080` |
|
||||
| `APPSMITH_UI_HTTP_PORT` | Appsmith UI HTTP port. | `8080` |
|
||||
| `APPSMITH_UI_HTTP_PORT` | Appsmith UI HTTP port. | `80` |
|
||||
| `APPSMITH_UI_HTTPS_PORT` | Appsmith UI HTTPS port. | `8443` |
|
||||
| `APPSMITH_UI_HTTPS_PORT` | Appsmith UI HTTPS port. | `443` |
|
||||
| `APPSMITH_RTS_HOST` | Appsmith RTS port. | `appsmith-rts` |
|
||||
| `APPSMITH_RTS_HOST` | Appsmith RTS port. | `127.0.0.1` |
|
||||
| `APPSMITH_RTS_PORT` | Appsmith RTS port. | `8091` |
|
||||
| `APPSMITH_DATABASE_HOST` | Database server hosts (comma-separated list). | `mongodb` |
|
||||
| `APPSMITH_DATABASE_HOST` | Database server hosts (comma-separated list). | `127.0.0.1` |
|
||||
| `APPSMITH_DATABASE_PORT_NUMBER` | Database server port. | `27017` |
|
||||
| `APPSMITH_DATABASE_NAME` | Database name. | `bitnami_appsmith` |
|
||||
| `APPSMITH_DATABASE_USER` | Database user name. | `bn_appsmith` |
|
||||
| `APPSMITH_DATABASE_INIT_DELAY` | Time to wait before the database is actually ready. | `0` |
|
||||
| `APPSMITH_REDIS_HOST` | Redis server host. | `redis` |
|
||||
| `APPSMITH_REDIS_HOST` | Redis server host. | `127.0.0.1` |
|
||||
| `APPSMITH_REDIS_PORT_NUMBER` | Redis server port. | `6379` |
|
||||
| `APPSMITH_STARTUP_TIMEOUT` | Appsmith startup check timeout. | `120` |
|
||||
| `APPSMITH_STARTUP_ATTEMPTS` | Appsmith startup check attempts. | `5` |
|
||||
|
|
@ -143,8 +137,6 @@ docker-compose up appsmith
|
|||
| `APPSMITH_CONF_FILE` | Appsmith configuration file. | `${APPSMITH_CONF_DIR}/docker.env` |
|
||||
| `APPSMITH_TMP_DIR` | Appsmith temporary directory. | `${APPSMITH_BASE_DIR}/tmp` |
|
||||
| `APPSMITH_PID_FILE` | Appsmith PID file. | `${APPSMITH_TMP_DIR}/appsmith.pid` |
|
||||
| `APPSMITH_RTS_LOG_FILE` | Appsmith RTS log file. | `${APPSMITH_LOG_DIR}/rts.log` |
|
||||
| `APPSMITH_RTS_PID_FILE` | Appsmith RTS PID file. | `${APPSMITH_TMP_DIR}/rts.pid` |
|
||||
| `APPSMITH_DAEMON_USER` | Appsmith daemon system user. | `appsmith` |
|
||||
| `APPSMITH_DAEMON_GROUP` | Appsmith daemon system group. | `appsmith` |
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue