mirror of
https://github.com/bitnami/containers.git
synced 2026-03-27 07:17:59 +08:00
10 lines
271 B
YAML
10 lines
271 B
YAML
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
command:
|
|
check-app-version:
|
|
exec: grep '"version":' /opt/bitnami/opensearch-dashboards/package.json
|
|
exit-status: 0
|
|
stdout:
|
|
- '"version": "{{ .Env.APP_VERSION }}",'
|