moby--moby/builder
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
..
command Some fixed for new LABEL stuff 2015-03-16 22:53:41 -07:00
parser Some fixed for new LABEL stuff 2015-03-16 22:53:41 -07:00
dispatchers.go Some fixed for new LABEL stuff 2015-03-16 22:53:41 -07:00
evaluator.go Some fixed for new LABEL stuff 2015-03-16 22:53:41 -07:00
internals.go Merge pull request #11402 from miminar/err-cleanup 2015-03-16 16:13:16 -07:00
job.go Support dockerfile and Dockerfile 2015-03-03 18:38:50 -08:00
support.go builder: handle escapes without swallowing all of them. 2014-10-27 17:38:24 +00:00