The /kaniko/executor --digest-file option should create parent directories #813
Labels
area/cli
bugs related to kaniko CLI
good first issue
Good for newcomers
help wanted
Looking for a volunteer!
Actual behavior
I run Kaniko Docker container with the --digest-file option:
The execution fails due to the lack of parent directories:
I cannot add a script to pre-create the parent directories, because Kaniko image is distroless and lacks
sh
.Expected behavior
I expect Kaniko to create the parent directories for any output file it writes.
--cache
flagThe text was updated successfully, but these errors were encountered: