bitnami-containers/.vib/tomcat-jdk-17/goss/tomcat-jdk-17.yaml

29 lines
536 B
YAML

# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
file:
/opt/bitnami/apache-tomcat:
exists: true
filetype: symlink
linked-to: tomcat
/opt/bitnami/tomcat/webapps:
exists: true
filetype: symlink
linked-to: /bitnami/tomcat/webapps
/app:
exists: true
filetype: symlink
linked-to: /bitnami/tomcat/webapps
command:
check-app-version:
exec: version.sh
exit-status: 0
stdout:
- "{{ .Env.APP_VERSION }}"
group:
tomcat:
exists: true
user:
tomcat:
exists: true