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. |
||
|---|---|---|
| .. | ||
| layered_map.go | ||
| snapshot.go | ||
| snapshot_test.go | ||