moby/builder/dockerfile
Sebastiaan van Stijn 632fc235d6
builder/dockerfile: use string-literals for easier grep'ing
Use string-literal for reduce escaped quotes, which makes for easier grepping.
While at it, also changed http -> https to keep some linters at bay.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 202907b14c)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-07-15 00:48:58 +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 fixing consistent aliases for OCI spec imports 2023-06-01 17:22:49 +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 Add canonical import comment 2018-02-05 16:51:57 -05:00
containerbackend.go imageservice: Add context to various methods 2022-11-03 12:22:40 +01:00
copy.go fixing consistent aliases for OCI spec imports 2023-06-01 17:22:49 +02:00
copy_test.go builder/dockerfile: use string-literals for easier grep'ing 2023-07-15 00:48:58 +02:00
copy_unix.go builder: use filepath.WalkDir instead of filepath.Walk 2022-10-09 17:00:23 +02:00
copy_windows.go builder/dockerfile: use string-literals for easier grep'ing 2023-07-15 00:48:58 +02:00
dispatchers.go fixing consistent aliases for OCI spec imports 2023-06-01 17:22:49 +02:00
dispatchers_test.go pkg/system: deprecate DefaultPathEnv, move to oci 2022-11-29 17:02:50 +01: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 pkg/system: deprecate DefaultPathEnv, move to oci 2022-11-29 17:02:50 +01:00
evaluator_test.go [chore] clean up reexec.Init() calls 2023-05-11 16:31:41 +02:00
imagecontext.go fixing consistent aliases for OCI spec imports 2023-06-01 17:22:49 +02:00
imagecontext_test.go builder: Don't store context in struct 2022-11-03 12:22:46 +01:00
imageprobe.go imageservice: Add context to various methods 2022-11-03 12:22:40 +01:00
internals.go fixing consistent aliases for OCI spec imports 2023-06-01 17:22:49 +02:00
internals_linux.go imageservice: Add context to various methods 2022-11-03 12:22:40 +01:00
internals_linux_test.go imageservice: Add context to various methods 2022-11-03 12:22:40 +01:00
internals_test.go c8d: implement classic builder 2023-05-11 19:13:13 +01:00
internals_windows.go builder: Don't store context in struct 2022-11-03 12:22:46 +01: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 goimports: fix imports 2019-09-18 12:56:54 +02:00
mockbackend_test.go c8d: implement classic builder 2023-05-11 19:13:13 +01:00
utils_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00