kaniko/deploy
Warren Seymour 319bfde932 Include warmer in debug image
When using Kaniko with certain build systems, such as GitLab CI, it is necessary to use the 'debug' image and override the entrypoint, so that an arbitrary build script can be executed within the container.  Unfortunately, the 'warmer' binary is not available in the 'debug' image, making it impossible to perform a base image cache warmup using such build systems.

This patch addresses this by ensuring that the 'out/warmer' target is made in the initial stage, and that all 'out' files are copied to '/kaniko' in the final stage.
2019-03-15 10:20:13 +00:00
..
Dockerfile Generate the config.json from gcloud rather than relying on a hardcoded one. (#551) 2019-02-04 16:53:59 -06:00
Dockerfile_debug Include warmer in debug image 2019-03-15 10:20:13 +00:00
Dockerfile_warmer Generate the config.json from gcloud rather than relying on a hardcoded one. (#551) 2019-02-04 16:53:59 -06:00
cloudbuild-release.yaml adding the cache warmer to the release process (#412) 2018-10-25 16:42:34 -07:00
cloudbuild.yaml Change the CI cloudbuild to stop tagging latest. (#505) 2019-01-03 15:04:04 -06:00