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
Aaron Lehmann 6fed46aeb9 Pass authentication credentials through to build
In Docker 1.10 and earlier, "docker build" can do a build FROM a private
repository that hasn't yet been pulled. This doesn't work on master. I
bisected this to https://github.com/docker/docker/pull/19414.
AuthConfigs is deserialized from the HTTP request, but not included in
the builder options.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2016-02-12 10:50:16 -08:00
..
httputils remove unnecessary logs from daemon 2015-11-10 17:44:38 +08:00
router Pass authentication credentials through to build 2016-02-12 10:50:16 -08:00
middleware.go fix error message on version too low 2016-02-02 14:16:15 -08:00
middleware_test.go Separate API router from server. 2015-09-29 19:43:03 -04:00
profiler.go api/server fix golint errors/warnings. 2015-07-28 22:44:39 +00:00
router_swapper.go Allow to set daemon and server configurations in a file. 2016-01-14 16:44:37 -05:00
server.go Move listeners and port allocation outside the server. 2016-02-11 14:42:49 -05:00
server_test.go Separate API router from server. 2015-09-29 19:43:03 -04:00