--oci-layout-path
requires an absolute path
#2455
Labels
area/behavior
all bugs related to kaniko behavior like running in as root
area/cli
bugs related to kaniko CLI
good first issue
Good for newcomers
help wanted
Looking for a volunteer!
kind/bug
Something isn't working
kind/enhancement
New feature or request
Actual behavior
--oci-layout-path
requires an absolute path while all other flags support relative directories.Expected behavior
I expect
--oci-layout-path
to support relative paths like--tarPath
and--context
To Reproduce
Steps to reproduce the behavior:
/workdir
subdirectory, pass--oci-layout-path
with a relative directory like--oci-layout-path=image
/image
instead of/workdir/image
Additional Information
Triage Notes for the Maintainers
--cache
flagThe text was updated successfully, but these errors were encountered: