1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/builder/dockerfile
Doug Davis 6990f8c616 Allow for env vars to have spaces in some cases
Closes #17781

This allows for env vars in EXPOSE to be parsed for spaces so that each
"word" is then treated independently instead of as a single word/arg.

Signed-off-by: Doug Davis <dug@us.ibm.com>
2015-11-09 12:42:56 -08:00
..
command Move builder files to builder/dockerfile 2015-10-05 18:26:47 -04:00
parser Merge pull request #17616 from Microsoft/10662-fix-dockerfile-parser 2015-11-07 09:12:43 +01:00
bflag.go Move builder files to builder/dockerfile 2015-10-05 18:26:47 -04:00
bflag_test.go Move builder files to builder/dockerfile 2015-10-05 18:26:47 -04:00
builder.go Windows: Allows --isolation on docker build 2015-10-30 11:14:38 -07:00
dispatchers.go Decouple daemon and container to mount and unmount filesystems. 2015-11-04 12:27:47 -05:00
envVarTest Allow for env vars to have spaces in some cases 2015-11-09 12:42:56 -08:00
evaluator.go Allow for env vars to have spaces in some cases 2015-11-09 12:42:56 -08:00
internals.go Decouple daemon and container to mount and unmount filesystems. 2015-11-04 12:27:47 -05:00
internals_unix.go Abstract builder and implement server-side dockerfile builder 2015-10-06 19:10:19 -04:00
internals_windows.go Abstract builder and implement server-side dockerfile builder 2015-10-06 19:10:19 -04: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