GoogleContainerTools / kaniko

Build Container Images In Kubernetes
Apache License 2.0
14.89k stars 1.44k forks source link

fix: integration: fail on error when build with docker #3131

Closed mschneider82 closed 7 months ago

mschneider82 commented 7 months ago

@aaron-prindle i think this will show the error from build #3119

The build with docker command did not exit on error. In the failing build we never seen the log line from https://github.com/GoogleContainerTools/kaniko/blob/main/integration/images.go#L282 because it may exited in line 280.

mschneider82 commented 7 months ago

should fix #3124