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
Tibor Vass facad55744 api: Change Platform field back to string (temporary workaround)
This partially reverts https://github.com/moby/moby/pull/37350

Although specs.Platform is desirable in the API, there is more work
to be done on helper functions, namely containerd's platforms.Parse
that assumes the default platform of the Go runtime.

That prevents a client to use the recommended Parse function to
retrieve a specs.Platform object.

With this change, no parsing is expected from the client.

Signed-off-by: Tibor Vass <tibor@docker.com>
2018-07-03 22:33:42 +00:00
..
buildargs.go Various code-cleanup 2018-05-23 17:50:54 +02:00
buildargs_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
builder.go api: Change Platform field back to string (temporary workaround) 2018-07-03 22:33:42 +00: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 api: Change Platform field back to string (temporary workaround) 2018-07-03 22:33:42 +00:00
copy_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02: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 api: Change Platform field back to string (temporary workaround) 2018-07-03 22:33:42 +00:00
dispatchers_test.go api: Change Platform field back to string (temporary workaround) 2018-07-03 22:33:42 +00: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 vendor: use dockerfile parser from buildkit 2018-06-02 11:10:34 -07:00
evaluator_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
imagecontext.go distribution: fix passing platform struct to puller 2018-06-27 14:59:31 -07:00
imageprobe.go Add canonical import comment 2018-02-05 16:51:57 -05:00
internals.go api: Change Platform field back to string (temporary workaround) 2018-07-03 22:33:42 +00:00
internals_linux.go Add canonical import comment 2018-02-05 16:51:57 -05:00
internals_linux_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
internals_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
internals_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
internals_windows_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02: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