kaniko/pkg/util
Priya Wadhwa 7080a8dd69 Add specific files from tar archives to list of snapshotted filesa
I changed UnpackLocalTarArchive to return a list of files that were
extracted, so that the list of snapshotted files for ADD is more
accurate. Previously, we used to add all files in the extracted dir to
be snapshotted, but this could result in preexisting files being
snapshotted again.
2018-08-27 13:44:39 -07:00
..
bucket_util.go Feature/contextsources (#195) 2018-07-06 06:24:50 -07:00
command_util.go fix add command bug when adding remote URLs (#277) 2018-08-07 17:10:27 -07:00
command_util_test.go fix add command bug when adding remote URLs (#277) 2018-08-07 17:10:27 -07:00
fs_util.go Add specific files from tar archives to list of snapshotted filesa 2018-08-27 13:44:39 -07:00
fs_util_test.go Get absolute path of file before checking whitelist 2018-08-17 18:29:11 -04:00
image_util.go Set default home value (#281) 2018-08-10 12:58:07 -07:00
image_util_test.go Set default home value (#281) 2018-08-10 12:58:07 -07:00
tar_util.go Add specific files from tar archives to list of snapshotted filesa 2018-08-27 13:44:39 -07:00
tar_util_test.go Separate snapshotting of parent dirs from files 2018-08-24 16:34:59 -07:00
util.go Always snapshot files in COPY and RUN commands 2018-08-23 18:23:39 -07:00