mirror of
https://github.com/bitnami/containers.git
synced 2026-02-26 15:57:21 +08:00
13 lines
233 B
YAML
13 lines
233 B
YAML
command:
|
|
check-app-version:
|
|
exec: grep '"version":' /opt/bitnami/parse/package.json
|
|
exit-status: 0
|
|
stdout:
|
|
- '"version": "{{ .Env.APP_VERSION }}",'
|
|
group:
|
|
parse:
|
|
exists: true
|
|
user:
|
|
parse:
|
|
exists: true
|