kaniko/pkg/util
Priya Wadhwa 1513295103 Make sure paths are absolute before matching files to wildcard sources
The bug in #329 occurred because of a bug in matchSources, where the
filepath wasn't absolute, so the source "/kaniko-bug/*" wasn't being
matched to the file "kaniko-bug/test-file"

To fix this, I added logic for making filepaths absolute and added to
the unit test for the function to test that it works.
2018-08-31 11:57:20 -07:00
..
bucket_util.go Feature/contextsources (#195) 2018-07-06 06:24:50 -07:00
command_util.go Make sure paths are absolute before matching files to wildcard sources 2018-08-31 11:57:20 -07:00
command_util_test.go Make sure paths are absolute before matching files to wildcard sources 2018-08-31 11:57:20 -07:00
fs_util.go Make sure paths are absolute before matching files to wildcard sources 2018-08-31 11:57:20 -07:00
fs_util_test.go Fixed unit tests 2018-08-29 16:11:03 -07: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 Extract filesystem in order rather than in reverse 2018-08-29 15:44:38 -07:00
tar_util_test.go Separate snapshotting of parent dirs from files 2018-08-24 16:34:59 -07:00
util.go Configure logs to show colors 2018-08-29 16:08:09 -07:00