moby--moby/builder/dockerfile
Sebastiaan van Stijn 1870d5f4aa
builder: use filepath.WalkDir instead of filepath.Walk
WalkDir is more performant as it doesn't perform an os.Lstat on every visited
file or directory.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-10-09 17:00:23 +02:00
..
buildargs.go
buildargs_test.go
builder.go builder: fix empty-lines (revive) 2022-09-28 01:58:50 +02:00
builder_unix.go
builder_windows.go
containerbackend.go
copy.go builder: use filepath.WalkDir instead of filepath.Walk 2022-10-09 17:00:23 +02:00
copy_test.go
copy_unix.go builder: use filepath.WalkDir instead of filepath.Walk 2022-10-09 17:00:23 +02:00
copy_windows.go
dispatchers.go builder: fix empty-lines (revive) 2022-09-28 01:58:50 +02:00
dispatchers_test.go builder: fix empty-lines (revive) 2022-09-28 01:58:50 +02:00
dispatchers_unix.go
dispatchers_unix_test.go
dispatchers_windows.go
dispatchers_windows_test.go
evaluator.go
evaluator_test.go
imagecontext.go
imagecontext_test.go
imageprobe.go
internals.go pkg/containerfs: alias ContainerFS to string 2022-09-23 16:56:52 -04:00
internals_linux.go
internals_linux_test.go
internals_test.go builder: fix empty-lines (revive) 2022-09-28 01:58:50 +02:00
internals_windows.go
internals_windows_test.go
metrics.go
mockbackend_test.go pkg/containerfs: drop ContainerFS type alias 2022-09-23 16:56:53 -04:00
utils_test.go