moby--moby/api/server/router
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
..
build Pass authentication credentials through to build 2016-02-12 10:50:16 -08:00
container Remove daemon dependency from api/server. 2016-02-10 15:16:59 -05:00
image Move backend types to their own package. 2016-02-08 12:42:17 -05:00
network Decouple the "container" router from the actual daemon implementation. 2016-02-08 11:30:57 -05:00
system Move stream flushes to backend 2016-02-09 14:25:02 -05:00
volume Decouple the "container" router from the actual daemon implementation. 2016-02-08 11:30:57 -05:00
local.go Decouple the "container" router from the actual daemon implementation. 2016-02-08 11:30:57 -05:00
router.go Decouple the "container" router from the actual daemon implementation. 2016-02-08 11:30:57 -05:00