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
Eng Zer Jun c55a4ac779
refactor: move from io/ioutil to io and os package
The io/ioutil package has been deprecated in Go 1.16. This commit
replaces the existing io/ioutil functions with their new definitions in
io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-08-27 14:56:57 +08:00
..
buildargs.go
buildargs_test.go
builder.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08: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
copy.go builder/dockerfile: make containsWildcards() platform-specific again 2021-07-27 23:14:38 +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 builder/dockerfile: make normalizeDest() platform-specific again 2021-07-27 23:14:40 +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 system: remove LCOWSupported() utility 2021-07-27 13:36:19 +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
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
evaluator_test.go
imagecontext.go
imagecontext_test.go
imageprobe.go
internals.go builder/dockerfile: make normalizeDest() platform-specific again 2021-07-27 23:14:40 +02:00
internals_linux.go
internals_linux_test.go
internals_test.go
internals_windows.go
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
utils_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00