mirror of
https://github.com/bitnami/containers.git
synced 2026-03-15 14:58:17 +08:00
* [bitnami/appsmith] Add VIB tests Signed-off-by: FraPazGal <fdepaz@vmware.com> * Remove VIB trigger Signed-off-by: FraPazGal <fdepaz@vmware.com> * Apply suggestions and trigger VIB Signed-off-by: FraPazGal <fdepaz@vmware.com> * Remove VIB trigger Signed-off-by: FraPazGal <fdepaz@vmware.com> * Add non-default timeout for linked-libs check Signed-off-by: FraPazGal <fdepaz@vmware.com> * Trigger VIB Signed-off-by: FraPazGal <fdepaz@vmware.com> * Remove VIB trigger Signed-off-by: FraPazGal <fdepaz@vmware.com> --------- Signed-off-by: FraPazGal <fdepaz@vmware.com>
30 lines
676 B
YAML
30 lines
676 B
YAML
file:
|
|
/opt/appsmith:
|
|
exists: true
|
|
filetype: symlink
|
|
linked-to: /opt/bitnami/appsmith
|
|
/opt/bitnami/appsmith/templates/docker.env.sh:
|
|
exists: true
|
|
filetype: file
|
|
contains:
|
|
- /cat.*EOF/
|
|
- APPSMITH_SUPERVISOR_USER
|
|
command:
|
|
check-server-init:
|
|
exec: java -jar /opt/bitnami/appsmith/backend/server.jar
|
|
exit-status: 1
|
|
stdout:
|
|
- {{ .Env.APP_VERSION }}
|
|
- Starting ServerApplication
|
|
check-rts-init:
|
|
exec: cd /opt/appsmith/rts/ && node --require source-map-support/register server.js
|
|
exit-status: 1
|
|
stderr:
|
|
- APPSMITH_API_BASE_URL
|
|
group:
|
|
appsmith:
|
|
exists: true
|
|
user:
|
|
appsmith:
|
|
exists: true
|