kaniko/pkg/util
dlorenc 1ffae47fdd
Change cache key calculation to be more reproducible. (#525)
Before we were using the full image digest, but that contains a timestamp. Now
we only use the layers themselves and the image config (env vars, etc.).

Also fix a bug in unpacking the layers themselves. mtimes can change during unpacking,
so set them all once at the end.
2019-01-23 13:46:12 -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 Change cache key calculation to be more reproducible. (#525) 2019-01-23 13:46:12 -06: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 Change cache key calculation to be more reproducible. (#525) 2019-01-23 13:46:12 -06:00
tar_util_test.go Separate snapshotting of parent dirs from files 2018-08-24 16:34:59 -07:00
util.go Change cache key calculation to be more reproducible. (#525) 2019-01-23 13:46:12 -06:00