docs/builder/dockerfile
Aaron Lehmann c44e7a3e63 Pass upstream client's user agent through to registry on operations beyond pulls
This adds support for the passthrough on build, push, login, and search.

Revamp the integration test to cover these cases and make it more
robust.

Use backticks instead of quoted strings for backslash-heavy string
contstands.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2016-03-21 14:31:47 -07:00
..
command Move builder files to builder/dockerfile 2015-10-05 18:26:47 -04:00
parser fix variables that werent being called 2016-03-17 13:19:55 -07:00
bflag.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
bflag_test.go Move builder files to builder/dockerfile 2015-10-05 18:26:47 -04:00
builder.go Pass upstream client's user agent through to registry on operations beyond pulls 2016-03-21 14:31:47 -07:00
dispatchers.go Pass upstream client's user agent through to registry on operations beyond pulls 2016-03-21 14:31:47 -07:00
envVarTest Allow for env vars to have spaces in some cases 2015-11-09 12:42:56 -08:00
evaluator.go Use ImageBuildOptions in builder. 2016-01-05 10:09:34 -08:00
internals.go daemon: update: check len inside public function 2016-03-15 17:24:25 +01:00
shell_parser.go Allow for env vars to have spaces in some cases 2015-11-09 12:42:56 -08:00
shell_parser_test.go Allow for env vars to have spaces in some cases 2015-11-09 12:42:56 -08:00
support.go Abstract builder and implement server-side dockerfile builder 2015-10-06 19:10:19 -04:00
wordsTest Allow for env vars to have spaces in some cases 2015-11-09 12:42:56 -08:00