kaniko/pkg/snapshot
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
..
layered_map.go Only add whiteout files once (#270) 2018-08-01 17:27:20 -07:00
snapshot.go Get absolute path of file before checking whitelist 2018-08-17 18:29:11 -04:00
snapshot_test.go Fix bug in copy command by refactoring whitelist checks (#231) 2018-07-10 08:23:35 -07:00