kaniko/pkg/executor
dlorenc c2514305ef
Fix a bug in snapshotting with multi-stage images. (#546)
We previously had an optimization that would skip snapshotting mutli-stage images
when in an intermediate stage, until the very end.

This conflicted with another optimization to avoid snapshotting when no files had changed.
2019-01-30 13:57:02 -06:00
..
build.go Fix a bug in snapshotting with multi-stage images. (#546) 2019-01-30 13:57:02 -06:00
build_test.go Fix a bug in snapshotting with multi-stage images. (#546) 2019-01-30 13:57:02 -06:00
composite_cache.go Use only the necessary files in the cache keys. (#387) 2018-10-15 08:56:34 -05:00
push.go Add insecure-registry and tls-skip-verify-registry flags (#537) 2019-01-29 13:29:47 -06:00