moby--moby/builder/dockerfile
Eng Zer Jun 7873c27cfb
all: replace strings.Replace with strings.ReplaceAll
strings.ReplaceAll(s, old, new) is a wrapper function for
strings.Replace(s, old, new, -1). But strings.ReplaceAll is more
readable and removes the hardcoded -1.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2022-05-09 19:45:40 +08:00
..
buildargs.go
buildargs_test.go
builder.go Merge pull request #43369 from sestegra/stop 2022-03-26 14:40:32 +01: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 pkg/urlutil: deprecate, and move to builder/remotecontext/urlutil 2022-04-12 19:58:05 +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
dispatchers.go vendor buildkit v0.10.0 2022-03-22 18:51:27 +01:00
dispatchers_test.go update uses of container.ContainerCreateCreatedBody to CreateResponse 2022-04-28 22:39:20 +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
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
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