moby--moby/builder/dockerfile
Sebastiaan van Stijn 131fac6eb4
builder/dockerfile: remove fromSlash() and separator() utils
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-07-27 23:14:36 +02:00
..
buildargs.go builder/dockerfile: add "ALL_PROXY" to list of default build args 2021-04-24 18:25:16 +02:00
buildargs_test.go builder/dockerfile: add "ALL_PROXY" to list of default build args 2021-04-24 18:25:16 +02:00
builder.go gosec: G601: Implicit memory aliasing in for loop 2021-06-10 13:03:29 +02:00
builder_unix.go
builder_windows.go
containerbackend.go Test: Add buffer to two channels to avoid blocking goroutine 2020-08-27 18:53:43 -04:00
copy.go builder/dockerfile: remove fromSlash() and separator() utils 2021-07-27 23:14:36 +02:00
copy_test.go bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-11 00:06:42 +01:00
copy_unix.go builder/dockerfile: copy: remove LCOW code 2021-07-27 23:14:28 +02:00
copy_windows.go builder/dockerfile: copy: remove LCOW code 2021-07-27 23:14:28 +02:00
dispatchers.go replace pkg/signal with moby/sys/signal v0.5.0 2021-07-23 09:32:54 +02:00
dispatchers_test.go revendor BuildKit (master branch) 2021-06-16 01:17:48 +02:00
dispatchers_unix.go
dispatchers_unix_test.go
dispatchers_windows.go
dispatchers_windows_test.go
evaluator.go
evaluator_test.go revendor BuildKit (master branch) 2021-06-16 01:17:48 +02:00
imagecontext.go Add variant to image.Image and legacy builder 2019-09-24 22:18:16 +00:00
imagecontext_test.go bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-11 00:06:42 +01:00
imageprobe.go
internals.go builder/dockerfile: remove fromSlash() and separator() utils 2021-07-27 23:14:36 +02:00
internals_linux.go replace pkg/symlink with github.com/moby/sys/symlink 2020-11-03 11:17:12 +01:00
internals_linux_test.go bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-11 00:06:42 +01:00
internals_test.go builder/remotecontext: use lowercase for error 2020-08-11 10:46:18 +02:00
internals_windows.go pkg/system: deprecate some consts and move them to pkg/idtools 2021-06-18 23:16:15 +02:00
internals_windows_test.go bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-11 00:06:42 +01:00
metrics.go goimports: fix imports 2019-09-18 12:56:54 +02:00
mockbackend_test.go builder/dockerfile/mockbackend_test.go: suppress SA9005 (staticcheck) 2019-10-18 00:45:27 +02:00
utils_test.go