moby--moby/builder/dockerfile
Paweł Gronowski 66a0289081
builder: Don't store context in struct
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2022-11-03 12:22:46 +01: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 builder: Don't store context in struct 2022-11-03 12:22:46 +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 imageservice: Add context to various methods 2022-11-03 12:22:40 +01:00
copy.go builder: use filepath.WalkDir instead of filepath.Walk 2022-10-09 17:00:23 +02:00
copy_test.go pkg/containerfs: Remove NewLocalDriver() 2022-09-23 16:25:22 -04: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: make normalizeDest() platform-specific again 2021-07-27 23:14:40 +02:00
dispatchers.go builder: Don't store context in struct 2022-11-03 12:22:46 +01:00
dispatchers_test.go builder: Don't store context in struct 2022-11-03 12:22:46 +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 imageservice: Add context to various methods 2022-11-03 12:22:40 +01:00
evaluator_test.go imageservice: Add context to various methods 2022-11-03 12:22:40 +01:00
imagecontext.go builder: Don't store context in struct 2022-11-03 12:22:46 +01: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 builder: Don't store context in struct 2022-11-03 12:22:46 +01: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 builder: fix empty-lines (revive) 2022-09-28 01:58:50 +02: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
mockbackend_test.go imageservice: Add context to various methods 2022-11-03 12:22:40 +01:00
utils_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00