kaniko/pkg/executor
Moritz Wanzenböck 123dcaf83e Fix caching to respect .dockerignore
Previously kaniko would compute the cache key for any copy command by computing
the combined hash of all files in a directory, even if they were listed
as ignored.

With this change, the cache key creation was updated to be aware of ignored
files.

Related issues:
* https://github.com/GoogleContainerTools/kaniko/issues/594
2020-01-23 15:37:37 -08:00
..
build.go Fix caching to respect .dockerignore 2020-01-23 15:37:37 -08:00
build_test.go Fix #899 cached copy results in inconsistent key 2019-12-15 10:23:31 -08:00
composite_cache.go Fix caching to respect .dockerignore 2020-01-23 15:37:37 -08:00
composite_cache_test.go add boilerplate for composite_cache_test 2019-11-28 09:18:58 -08:00
fakes.go more stagebuilder caching tests 2019-11-28 08:42:13 -08:00
push.go Modified error message for writing image with digest file 2019-11-08 12:59:25 -06:00
push_test.go Fixed formatting errors with push.go and push_test.go 2019-10-29 13:09:27 -05:00