kaniko/pkg/executor
Anurag Goel 82fe355f14 Fix issues with layer caching, noPush and tarPath (#549)
* Set TarPath to empty when pushing a layer

* Fix issues with layer caching, noPush and tarPath.

- Layer caching should work even when tarPath is specified, so this
commit changes the value of tarPath to empty when caching layers.

- When an image is built with just the tarPath and noPush
is true, we should still create the tarBall (which wasn't happening
before this commit).

* Set no-push to false for cache layers

* Remove extra log

* go-imports fix
2019-02-06 10:16:09 -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 Fix issues with layer caching, noPush and tarPath (#549) 2019-02-06 10:16:09 -06:00