moby--moby/builder/dockerfile
Sebastiaan van Stijn 9d44956d8c
builder: fix empty-lines (revive)
builder/remotecontext/detect_test.go:64:66: empty-lines: extra empty line at the end of a block (revive)
    builder/remotecontext/detect_test.go:78:46: empty-lines: extra empty line at the end of a block (revive)
    builder/remotecontext/detect_test.go:91:51: empty-lines: extra empty line at the end of a block (revive)
    builder/dockerfile/internals_test.go:95:38: empty-lines: extra empty line at the end of a block (revive)
    builder/dockerfile/copy.go:86:112: empty-lines: extra empty line at the end of a block (revive)
    builder/dockerfile/dispatchers_test.go:286:39: empty-lines: extra empty line at the start of a block (revive)
    builder/dockerfile/builder.go:280:38: empty-lines: extra empty line at the end of a block (revive)
    builder/dockerfile/dispatchers.go:66:85: empty-lines: extra empty line at the start of a block (revive)
    builder/dockerfile/dispatchers.go:559:85: empty-lines: extra empty line at the start of a block (revive)
    builder/builder-next/adapters/localinlinecache/inlinecache.go:26:183: empty-lines: extra empty line at the start of a block (revive)
    builder/builder-next/adapters/containerimage/pull.go:441:9: empty-lines: extra empty line at the start of a block (revive)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit ecb4ed172b)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-09-30 23:59:29 +02:00
..
buildargs.go
buildargs_test.go
builder.go builder: fix empty-lines (revive) 2022-09-30 23:59:29 +02:00
builder_unix.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
builder_windows.go
containerbackend.go daemon: daemon.ContainerKill() accept stop-signal as string 2022-05-05 11:27:47 +02:00
copy.go builder: fix empty-lines (revive) 2022-09-30 23:59:29 +02:00
copy_test.go
copy_unix.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
copy_windows.go builder/dockerfile: make normalizeDest() platform-specific again 2021-07-27 23:14:40 +02:00
dispatchers.go builder: fix empty-lines (revive) 2022-09-30 23:59:29 +02:00
dispatchers_test.go builder: fix empty-lines (revive) 2022-09-30 23:59:29 +02:00
dispatchers_unix.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
dispatchers_unix_test.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
dispatchers_windows.go all: replace strings.Replace with strings.ReplaceAll 2022-05-09 19:45:40 +08:00
dispatchers_windows_test.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
evaluator.go builder/dockerfile: remove leftover LCOW platform checks 2022-01-25 15:23:11 +01:00
evaluator_test.go revendor BuildKit (master branch) 2021-06-16 01:17:48 +02:00
imagecontext.go
imagecontext_test.go
imageprobe.go
internals.go Finish refactor of UID/GID usage to a new struct 2022-03-14 16:28:57 -04:00
internals_linux.go Finish refactor of UID/GID usage to a new struct 2022-03-14 16:28:57 -04:00
internals_linux_test.go Finish refactor of UID/GID usage to a new struct 2022-03-14 16:28:57 -04:00
internals_test.go builder: fix empty-lines (revive) 2022-09-30 23:59:29 +02:00
internals_windows.go Finish refactor of UID/GID usage to a new struct 2022-03-14 16:28:57 -04:00
internals_windows_test.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
metrics.go
mockbackend_test.go daemon: daemon.ContainerKill() accept stop-signal as string 2022-05-05 11:27:47 +02:00
utils_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00