kaniko/pkg/executor
dlorenc fcd1976d3b
Make the Digest calculation faster for locally-cached images. (#534)
Right now when we find a v1.Tarball in the local disk cache, we
recompute the digest. This is very expensive and redundant, because
we store tarballs by their digest and use that as a key to look them up.
2019-01-22 13:28:21 -06:00
..
build.go Make the Digest calculation faster for locally-cached images. (#534) 2019-01-22 13:28:21 -06:00
build_test.go Fix intermediate layer caching (#474) 2018-12-10 11:34:06 -08:00
composite_cache.go Use only the necessary files in the cache keys. (#387) 2018-10-15 08:56:34 -05:00
push.go Refactor our credential fetching to only get k8s credentials if we are on k8s. (#522) 2019-01-11 11:36:43 -07:00