mirror of
https://github.com/bitnami/containers.git
synced 2026-03-27 07:17:59 +08:00
13 lines
319 B
YAML
13 lines
319 B
YAML
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
command:
|
|
check-app-version:
|
|
exec: weed version | grep "$(echo $APP_VERSION | sed -E 's|([0-9]+\.[0-9]+)\.0$|\1|g')"
|
|
exit-status: 0
|
|
check-seaweedfs-help:
|
|
exec: weed help
|
|
exit-status: 0
|
|
stdout:
|
|
- "Usage"
|