Files
containers/.vib/dotnet-sdk/goss/dotnet-sdk.yaml
Carlos Rodríguez Hernández 45d7897631 [bitnami/*] Set new header/owner (#66218)
Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
2024-05-06 15:06:33 +02:00

29 lines
819 B
YAML

# Copyright Broadcom, Inc. All Rights Reserved.
# SPDX-License-Identifier: APACHE-2.0
command:
check-bin-caps:
exec: getcap /opt/bitnami/dotnet-sdk/bin/dotnet
stdout:
- /{{ .Vars.binary.capabilities }}/
exit-status: 0
check-installed-runtimes:
exec: dotnet --list-runtimes
stdout:
- "AspNetCore.App"
- "NETCore.App"
exit-status: 0
check-installed-sdks:
exec: dotnet --list-sdks
stdout:
- "{{ .Env.APP_VERSION }}"
exit-status: 0
create-dotnet-project:
exec: dotnet new -i CamundaProcessTemplate --force && dotnet new CamundaProcess -n VIBInstance --force
exit-status: 0
file:
# Checks the permission change done at compilation
/opt/bitnami/dotnet-sdk/bin/sdk/{{ .Env.APP_VERSION }}/AppHostTemplate/apphost:
exists: true
mode: "0755"