1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/builder/dockerfile
Sebastiaan van Stijn afd9a6c2b2
builder/remotecontext: use lowercase for error
Errors should not be capitalized. This error was marked as
"being compatible" with the old error, However, looking at
the original error that was in place before d1faf3df27,
I noticed that the error was lowercase before, so it should
be ok to change it back to be lowercase.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-08-11 10:46:18 +02:00
..
buildargs.go
buildargs_test.go
builder.go
builder_unix.go
builder_windows.go
containerbackend.go
copy.go
copy_test.go
copy_unix.go
copy_windows.go Replace uses of blacklist/whitelist 2020-07-14 10:41:34 +02:00
dispatchers.go
dispatchers_test.go
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
internals_linux.go
internals_linux_test.go
internals_test.go builder/remotecontext: use lowercase for error 2020-08-11 10:46:18 +02:00
internals_windows.go
internals_windows_test.go
metrics.go
mockbackend_test.go
utils_test.go