kaniko/pkg/util
Priya Wadhwa d8ae5618af Get absolute path of file before checking whitelist
Issue 291 pointed out that symlink "../proc/self/mounts" in the fedora image wasn't being extracted properly and kaniko was erroring out.
This is because the file path wasn't absolute so kaniko wasn't recognizing it as a whitelisted path.
With this change, we first resolve a path to it's absolute path before checking the whitelist.
2018-08-17 18:29:11 -04: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 Get absolute path of file before checking whitelist 2018-08-17 18:29:11 -04: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 ignore sockets when adding to tar (#288) 2018-08-13 11:26:30 -07:00
tar_util_test.go Add whiteout handling by switching to a two-phase approach. (#139) 2018-04-23 12:50:21 -07:00
util.go Track file ownership and use file ownership from base images (#209) 2018-06-22 15:11:02 -07:00