moby--moby/builder/dockerfile
Kir Kolyshkin 7d62e40f7e Switch from x/net/context -> context
Since Go 1.7, context is a standard package. Since Go 1.9, everything
that is provided by "x/net/context" is a couple of type aliases to
types in "context".

Many vendored packages still use x/net/context, so vendor entry remains
for now.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2018-04-23 13:52:44 -07:00
..
command Add canonical import comment 2018-02-05 16:51:57 -05:00
instructions Merge pull request #35089 from Microsoft/jjh/fromplatformbuilder 2018-03-26 14:17:49 -07:00
parser Merge pull request #35089 from Microsoft/jjh/fromplatformbuilder 2018-03-26 14:17:49 -07:00
shell Automated migration using 2018-03-16 11:03:43 -04:00
buildargs.go Add canonical import comment 2018-02-05 16:51:57 -05:00
buildargs_test.go Post migration assertion fixes 2018-03-16 11:03:46 -04:00
builder.go Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
builder_test.go Automated migration using 2018-03-16 11:03:43 -04:00
builder_unix.go Add canonical import comment 2018-02-05 16:51:57 -05:00
builder_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
clientsession.go Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
containerbackend.go Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
copy.go builder: fix layer lifecycle leak 2018-02-20 11:14:53 -08:00
copy_test.go Automated migration using 2018-03-16 11:03:43 -04:00
copy_unix.go Add canonical import comment 2018-02-05 16:51:57 -05:00
copy_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
dispatchers.go Builder: Review feedback 2018-03-19 14:29:36 -07:00
dispatchers_test.go Merge pull request #35089 from Microsoft/jjh/fromplatformbuilder 2018-03-26 14:17:49 -07:00
dispatchers_unix.go Add canonical import comment 2018-02-05 16:51:57 -05:00
dispatchers_unix_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
dispatchers_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
dispatchers_windows_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
evaluator.go Builder: Fix CI issues 2018-03-19 14:29:36 -07:00
evaluator_test.go Skip some tests requires root uid when run as user 2018-04-23 10:14:39 +02:00
imagecontext.go Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
imageprobe.go Add canonical import comment 2018-02-05 16:51:57 -05:00
internals.go Builder: Fix CI issues 2018-03-19 14:29:36 -07:00
internals_linux.go Add canonical import comment 2018-02-05 16:51:57 -05:00
internals_linux_test.go Automated migration using 2018-03-16 11:03:43 -04:00
internals_test.go Skip some tests requires root uid when run as user 2018-04-23 10:14:39 +02:00
internals_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
internals_windows_test.go Automated migration using 2018-03-16 11:03:43 -04:00
metrics.go Add canonical import comment 2018-02-05 16:51:57 -05:00
mockbackend_test.go Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
utils_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00