kaniko/pkg
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
..
buildcontext refactory the code and add CreateTargetTarfile in fs_util.go 2019-10-22 16:44:51 +08:00
cache Support for private registries in the cache warmer 2020-01-15 15:35:42 +01:00
commands Merge pull request #973 from cvgw/u/cgwippern/fix-issue-704 2020-01-23 13:00:34 -08:00
config Update copy command cache key logic 2019-12-09 16:48:20 -08:00
constants Apply suggestions from code review 2019-10-21 10:19:32 +08:00
creds Refactor our credential fetching to only get k8s credentials if we are on k8s. (#522) 2019-01-11 11:36:43 -07:00
dockerfile Fix #519 capital letter in stage names 2020-01-20 15:57:05 -08:00
executor Fix caching to respect .dockerignore 2020-01-23 15:37:37 -08:00
fakes refactor cache.Warm and add tests 2020-01-10 12:29:17 -08:00
image Update linter and fix errors 2019-12-21 12:27:14 -08:00
mocks/go-containerregistry/mockv1 rename mock pkg for lint 2020-01-17 14:59:14 -08:00
snapshot Merge branch 'master' of https://github.com/GoogleContainerTools/kaniko into log 2019-12-19 03:20:56 +00:00
timing Add a lot more timing data. (#518) 2019-01-10 13:27:55 -07:00
util Fix caching to respect .dockerignore 2020-01-23 15:37:37 -08:00
version