kaniko/pkg/snapshot
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
..
layered_map.go Buffer layers to disk as they are created. (#428) 2018-11-06 09:26:54 -06:00
layered_map_test.go code review comments 2018-09-07 16:03:56 -07:00
snapshot.go Make snapshotting faster by using filepath.SkipDir. (#451) 2018-11-14 17:44:38 -06:00
snapshot_test.go Buffer layers to disk as they are created. (#428) 2018-11-06 09:26:54 -06:00