1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api/server/httputils
John Howard 0380fbff37 LCOW: API: Add platform to /images/create and /build
Signed-off-by: John Howard <jhoward@microsoft.com>

This PR has the API changes described in https://github.com/moby/moby/issues/34617.
Specifically, it adds an HTTP header "X-Requested-Platform" which is a JSON-encoded
OCI Image-spec `Platform` structure.

In addition, it renames (almost all) uses of a string variable platform (and associated)
methods/functions to os. This makes it much clearer to disambiguate with the swarm
"platform" which is really os/arch. This is a stepping stone to getting the daemon towards
fully multi-platform/arch-aware, and makes it clear when "operating system" is being
referred to rather than "platform" which is misleadingly used - sometimes in the swarm
meaning, but more often as just the operating system.
2017-10-06 11:44:18 -07:00
..
decoder.go Add engine-api types to docker 2016-09-07 11:05:58 -07:00
errors.go Add deadcode linter 2017-08-21 18:18:50 -04:00
form.go LCOW: Implemented support for docker cp + build 2017-09-14 12:07:52 -07:00
form_test.go use t.Fatal() to output the err message where the values used for formatting 2017-02-23 10:16:22 +08:00
httputils.go LCOW: API: Add platform to /images/create and /build 2017-10-06 11:44:18 -07:00
httputils_test.go Move some api package functions away 2017-06-23 19:37:26 +02:00
httputils_write_json.go Remove Go 1.6 code from moby 2017-06-19 15:59:00 +03:00
write_log_stream.go Move RFC3339NanoFixed to a more appropriate package. 2017-09-25 16:07:24 -04:00