bitnami-containers/.vib/dotnet/goss/dotnet.yaml

15 lines
345 B
YAML

# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
command:
check-bin-caps:
exec: getcap /opt/bitnami/dotnet/bin/dotnet
stdout:
- {{ .Vars.binary.capabilities }}
exit-status: 0
check-installed-runtimes:
exec: dotnet --list-runtimes
stdout:
- NETCore.App {{ .Env.APP_VERSION }}
exit-status: 0