Files
containers/.vib/aspnet-core/goss/aspnet-core.yaml
Felipe V.C. Serafim 97afafbee7 [bitnami/*] Add copyright header to vib files (#39154)
Add copyright header to vib files

Signed-off-by: sfelipe <sfelipe@vmware.com>
2023-06-29 09:57:31 +02:00

16 lines
396 B
YAML

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