kaniko/pkg/util
dlorenc 0c294138b8
Make snapshotting faster by using filepath.SkipDir. (#451)
filepath.Walk has a special error you can return from your walkFn
indicating it should skip directories. This change makes use of that
to skip whitelisted directories.
2018-11-14 17:44:38 -06:00
..
bucket_util.go Replace gometalinter with GolangCI-Lint 2018-09-11 13:30:42 -07:00
command_util.go Improve IsDestDir functionality with filesystem info 2018-10-11 11:11:12 +01:00
command_util_test.go Replace gometalinter with GolangCI-Lint 2018-09-11 13:30:42 -07:00
fs_util.go Make snapshotting faster by using filepath.SkipDir. (#451) 2018-11-14 17:44:38 -06:00
fs_util_test.go Skip unpacking the base FS if there are no run commands (or only cached ones). (#440) 2018-11-12 12:51:45 -06:00
image_util.go parse arg commands at the top of dockerfiles (#404) 2018-11-06 15:27:09 -08:00
image_util_test.go parse arg commands at the top of dockerfiles (#404) 2018-11-06 15:27:09 -08:00
tar_util.go More linting errors 2018-09-11 14:58:25 -07:00
tar_util_test.go Separate snapshotting of parent dirs from files 2018-08-24 16:34:59 -07:00
util.go code review comments 2018-09-07 16:03:56 -07:00