kaniko/deploy
Vincent Behar d10e3f5b74
Whitelist /busybox in the debug image
In the debug image, declare /busybox as a volume so that it is automatically whitelisted, because we don't want to delete it when building multi-stages images.

FYI this is required when using Jenkins, because we need to use the debug kaniko image to be able to start the container "doing nothing" (with /busybox/cat) before building (by executing /kaniko/executor directly inside the container)
See https://issues.jenkins-ci.org/browse/JENKINS-52576
2018-09-28 10:55:08 +02:00
..
Dockerfile Set a workdir so paths can be relative to /workspace. 2018-06-26 10:54:04 -07:00
Dockerfile_debug Whitelist /busybox in the debug image 2018-09-28 10:55:08 +02:00
cloudbuild-release.yaml Release v0.3.0 kaniko (#263) 2018-07-31 11:56:00 -07:00
cloudbuild.yaml Build each kaniko image separately 2018-08-28 10:59:29 -07:00