kaniko/pkg/util
dlorenc 9047ccf7cc
This fixes a bug in the interaction between volumes in base images (#555)
and our snapshot optimizations.

If a previous base image has a volume, the directory is added to the
list of files to snapshot. That directory may not actually exist in the image.
2019-02-08 14:40:37 -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 This fixes a bug in the interaction between volumes in base images (#555) 2019-02-08 14:40:37 -06:00
fs_util_test.go Re-add support for .dockerignore file 2018-12-10 15:20:25 -08:00
image_util.go Add insecure-registry and tls-skip-verify-registry flags (#537) 2019-01-29 13:29:47 -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