moby--moby/builder/parser
Doug Davis 1314e1586f Add support for ENV of the form: ENV name=value ...
still supports the old form: ENV name value

Also, fixed an issue with the parser where it would ignore lines
at the end of the Dockerfile that ended with \

Closes #2333

Signed-off-by: Doug Davis <dug@us.ibm.com>
2014-11-20 09:54:28 -08:00
..
dumper builder/parser/dumper: Handle newlines appropriately. 2014-09-11 06:00:24 -07:00
testfiles Add support for ENV of the form: ENV name=value ... 2014-11-20 09:54:28 -08:00
testfiles-negative Add support for ENV of the form: ENV name=value ... 2014-11-20 09:54:28 -08:00
line_parsers.go Add support for ENV of the form: ENV name=value ... 2014-11-20 09:54:28 -08:00
parser.go Add support for ENV of the form: ENV name=value ... 2014-11-20 09:54:28 -08:00
parser_test.go Fix builder/parser so it keeps some whitespace on split lines. 2014-10-03 20:33:12 -07:00
utils.go builder: provide a friendly message on parser errors 2014-10-15 18:08:23 +00:00