mirror of
https://github.com/bitnami/containers.git
synced 2026-03-27 15:27:48 +08:00
[bitnami/natscli,pinniped-cli] chore: 👷 Add VIB integration (#51503)
* [bitnami/natscli,pinniped-cli] chore: 👷 Add VIB integration Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com> * fix: 🔧 Add arm64 in pinniped-cli Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com> --------- Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
This commit is contained in:
committed by
GitHub
parent
55298969da
commit
ef80c75c67
14
.vib/natscli/goss/goss.yaml
Normal file
14
.vib/natscli/goss/goss.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
# Copyright VMware, Inc.
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
gossfile:
|
||||
# Goss tests exclusive to the current container
|
||||
../../natscli/goss/natscli.yaml: {}
|
||||
# Load scripts from .vib/common/goss/templates
|
||||
../../common/goss/templates/check-app-version.yaml: {}
|
||||
../../common/goss/templates/check-binaries.yaml: {}
|
||||
../../common/goss/templates/check-broken-symlinks.yaml: {}
|
||||
../../common/goss/templates/check-ca-certs.yaml: {}
|
||||
../../common/goss/templates/check-directories.yaml: {}
|
||||
../../common/goss/templates/check-linked-libraries.yaml: {}
|
||||
../../common/goss/templates/check-spdx.yaml: {}
|
||||
8
.vib/natscli/goss/natscli.yaml
Normal file
8
.vib/natscli/goss/natscli.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
# Copyright VMware, Inc.
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
user:
|
||||
natscli:
|
||||
exists: true
|
||||
uid: 1001
|
||||
gid: 0
|
||||
9
.vib/natscli/goss/vars.yaml
Normal file
9
.vib/natscli/goss/vars.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
binaries:
|
||||
- nats
|
||||
root_dir: /opt/bitnami
|
||||
directories:
|
||||
- paths:
|
||||
- /opt/bitnami/natscli
|
||||
version:
|
||||
bin_name: nats
|
||||
flag: --version
|
||||
Reference in New Issue
Block a user