1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/builder
Josh Hawn 6906fb0693 [api, builder] Fix build auth config
With the 1.7 release, we introduced a change to how we store registry
credentials, but the build API endpoint did not expect a change in the format
of that file. This patch fixes this problem so that you can again pull private
images during `docker build`.

Docker-DCO-1.1-Signed-off-by: Josh Hawn <josh.hawn@docker.com> (github: jlhawn)
2015-06-29 11:10:19 -07:00
..
command Remove unused Dockerfile instruction INSERT 2015-05-06 16:26:43 -07:00
parser Remove unused Dockerfile instruction INSERT 2015-05-06 16:26:43 -07:00
bflag.go Add support for Dockerfile CMD options 2015-04-28 05:28:46 -07:00
bflag_test.go Add support for Dockerfile CMD options 2015-04-28 05:28:46 -07:00
dispatchers.go Merge pull request #12994 from Microsoft/10662-fixinvocation 2015-05-11 11:24:43 -07:00
evaluator.go [api, builder] Fix build auth config 2015-06-29 11:10:19 -07:00
internals.go [api, builder] Fix build auth config 2015-06-29 11:10:19 -07:00
job.go [api, builder] Fix build auth config 2015-06-29 11:10:19 -07:00
shell_parser.go Add support for more advanced ${xxx:...} syntax 2015-04-01 08:11:15 -07:00
shell_parser_test.go Fix some escaping around env var processing 2015-03-20 20:09:00 -07:00
support.go Fix some escaping around env var processing 2015-03-20 20:09:00 -07:00
words Add support for more advanced ${xxx:...} syntax 2015-04-01 08:11:15 -07:00