kaniko/pkg/cache
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
..
cache.go Make the Digest calculation faster for locally-cached images. (#534) 2019-01-22 13:28:21 -06:00
warm.go Persistent volume caching for base images (#383) 2018-10-11 13:38:05 -07:00