moby--moby/builder/parser
Doug Davis 6784a772ba Some fixed for new LABEL stuff
- command.Commands was missing "Label"
- used the correct error string in dispatcher when LABEL has no args, otherwise
  the test TestBuildMissingArgs will not work
- removed the premature error msg in line_parser that was blocking the
  label() func in dispatcher from showing the err msg in previous bullet
- since LABEL uses the env parser it needs to be added to the replaceEnvAllowed
  list so that proper quote processing will be done.  Especially once
  PR #10431 is merged.

Signed-off-by: Doug Davis <dug@us.ibm.com>
2015-03-16 22:53:41 -07:00
..
dumper builder/parser/dumper: Handle newlines appropriately. 2014-09-11 06:00:24 -07:00
testfiles Merge pull request #9826 from icecrime/8318_whitespace_add_copy 2015-01-19 18:37:53 -05:00
testfiles-negative Add support for no-arg commands in Dockerfile 2015-02-08 03:36:49 -08:00
json_test.go Adjust builder to validate that JSON in Dockerfiles are arrays of strings and nothing else to match how we describe them to people (and what all our existing tests already assumed) 2015-01-05 14:31:05 -07:00
line_parsers.go Some fixed for new LABEL stuff 2015-03-16 22:53:41 -07:00
parser.go Allow specification of Label Name/Value pairs in image json content 2015-03-13 09:47:09 -07:00
parser_test.go Format error by value 2015-03-16 12:05:53 +01:00
utils.go Add support for no-arg commands in Dockerfile 2015-02-08 03:36:49 -08:00