kaniko/pkg/executor
Moritz Wanzenböck ef692e55f3 composite_cache: add unit tests
Add unit tests that check the behaviour of CompositeCache
on adding filesytem resources. It checks that
* 2 identical directory trees produces the same hash
* an extra file produces a different hash
* an extra directry produces a different hash
* an extra file that is excluded does not alter the hash
* an extra directory that is excluded does not alter the hash
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 composite_cache: add unit tests 2020-01-23 15:37:37 -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