Open tbernacchi opened 3 months ago
you can use image: gcr.io/kaniko-project/executor:v1.23.2-debug instead of image: gcr.io/kaniko-project/executor:v1.23.2 to see more info why it failed.
eventually, also add "--verbosity debug" to the args in case above does not show enough info
https://github.com/GoogleContainerTools/kaniko?tab=readme-ov-file#flag---verbosity
I recommend using a username and password instead of auth
, as Docker Desktop (at least locally) doesn't seem to work with auth.
Discussed in https://github.com/GoogleContainerTools/kaniko/discussions/3272