moby--moby/api/server/router/build
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
..
backend.go Remove package daemonbuilder. 2016-02-01 09:57:38 -08:00
build.go Decouple the "container" router from the actual daemon implementation. 2016-02-08 11:30:57 -05:00
build_routes.go Pass authentication credentials through to build 2016-02-12 10:50:16 -08:00