kaniko/pkg/util
poy 0a2f2957ec when copying, skip files with the same name
When using the COPY command, if the source and destination have the same
the file should be skipped rather than copied. This is to prevent the
file from being overwritten and therefore producing an empty file.

fixes #904
2019-12-08 00:57:27 -07:00
..
azureblob_util.go Apply suggestions from code review 2019-10-21 10:19:32 +08:00
azureblob_util_test.go Add more test case for azureblob_util.go 2019-10-14 13:55:03 +08:00
bucket_util.go Add missing tests for bucket util (#565) 2019-02-19 09:05:23 -06:00
bucket_util_test.go Add missing tests for bucket util (#565) 2019-02-19 09:05:23 -06:00
command_util.go Simplify logic 2019-09-22 01:09:36 +02:00
command_util_test.go Merge pull request #801 from victornoel/776-dockerignore-relative 2019-10-04 01:56:40 -07:00
fs_util.go when copying, skip files with the same name 2019-12-08 00:57:27 -07:00
fs_util_test.go when copying, skip files with the same name 2019-12-08 00:57:27 -07:00
image_util.go Update error handling and logging for cache 2019-11-22 14:54:38 -08: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 Also remove leading / from paths to file which are marked as deleted 2019-08-09 17:30:45 +02:00
tar_util_test.go Separate snapshotting of parent dirs from files 2018-08-24 16:34:59 -07:00
util.go chore: fix megacheck 2019-09-18 17:19:15 +09:00