kaniko/integration
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
..
context Don't copy same files twice in copy integration tests (#273) 2018-08-03 10:01:29 -07:00
dockerfiles Get absolute path of file before checking whitelist 2018-08-17 18:29:11 -04:00
cleanup.go Pass bucket and repo as args to tests 2018-07-31 09:53:59 -07:00
cmd.go Don't copy same files twice in copy integration tests (#273) 2018-08-03 10:01:29 -07:00
gcs.go Pass bucket and repo as args to tests 2018-07-31 09:53:59 -07:00
images.go Add a bit more context to layer offset failures 2018-07-31 15:33:47 -07:00
integration_test.go fix add command bug when adding remote URLs (#277) 2018-08-07 17:10:27 -07:00