mirror of
https://github.com/bitnami/containers.git
synced 2026-03-09 15:40:15 +08:00
16 lines
297 B
YAML
16 lines
297 B
YAML
# Copyright VMware, Inc.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
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
|