mirror of
https://github.com/bitnami/containers.git
synced 2026-03-17 14:57:40 +08:00
15 lines
314 B
YAML
15 lines
314 B
YAML
# Copyright VMware, Inc.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
file:
|
|
/opt/bitnami/minio/log/minio-http.log:
|
|
exists: true
|
|
filetype: symlink
|
|
linked-to: /dev/stdout
|
|
command:
|
|
check-app-version:
|
|
exec: minio --version | sed "s/\-0*/./g"
|
|
exit-status: 0
|
|
stdout:
|
|
- {{ .Env.APP_VERSION }}
|