kaniko/pkg/util
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
..
bucket_util.go Replace gometalinter with GolangCI-Lint 2018-09-11 13:30:42 -07:00
command_util.go Re-add support for .dockerignore file 2018-12-10 15:20:25 -08:00
command_util_test.go Only parse .dockerignore once 2018-12-11 13:31:51 -08:00
fs_util.go Only parse .dockerignore once 2018-12-11 13:31:51 -08:00
fs_util_test.go Re-add support for .dockerignore file 2018-12-10 15:20:25 -08:00
image_util.go Make the Digest calculation faster for locally-cached images. (#534) 2019-01-22 13:28:21 -06:00
image_util_test.go Make the Digest calculation faster for locally-cached images. (#534) 2019-01-22 13:28:21 -06:00
tar_util.go More linting errors 2018-09-11 14:58:25 -07:00
tar_util_test.go Separate snapshotting of parent dirs from files 2018-08-24 16:34:59 -07:00
util.go code review comments 2018-09-07 16:03:56 -07:00