[bitnami/kaniko] Add Kaniko root dir and update tests (#86315)

* [bitnami/kaniko] Add root_dir

Signed-off-by: David Gomez <david.gomez@broadcom.com>

* [bitnami/kaniko] Update GOSS test

Signed-off-by: David Gomez <david.gomez@broadcom.com>

---------

Signed-off-by: David Gomez <david.gomez@broadcom.com>
This commit is contained in:
David Gomez 2025-09-24 12:38:10 +02:00 committed by GitHub
parent a44c64b856
commit 9ad867a374
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 6 deletions

View File

@ -1,16 +1,12 @@
command: command:
check-executor-help: check-executor-help:
exec: exec: executor --help
- /kaniko/executor
- --help
exit-status: 0 exit-status: 0
stdout: stdout:
- "Usage:" - "Usage:"
- "executor [command]" - "executor [command]"
check-warmer-help: check-warmer-help:
exec: exec: warmer --help
- /kaniko/warmer
- --help
exit-status: 0 exit-status: 0
stdout: stdout:
- "Usage:" - "Usage:"

View File

@ -1,3 +1,4 @@
root_dir: /opt/bitnami
files: files:
- mode: "0644" - mode: "0644"
paths: paths: