moby/builder
Doug Davis 88905793ad Build CMD/ENTRYPOINT cache strings properly
Make sure that as we build the CMD/ENTRYPOINT cache strings that we don't
treat ["echo","hi"] and ["echo hi"] as the same thing due to the fact that
we're just doing a strcat on the array.

Closes #10097

Signed-off-by: Doug Davis <dug@us.ibm.com>
2015-01-15 12:49:30 -08:00
..
parser Merge pull request #9881 from tianon/json-array-of-strings 2015-01-14 17:13:51 -08:00
dispatchers.go Build CMD/ENTRYPOINT cache strings properly 2015-01-15 12:49:30 -08:00
evaluator.go Allow for Dockerfile to be named something else. 2015-01-06 16:33:26 -08:00
internals.go builder: use len() > 0 instead of != nil 2015-01-14 16:55:56 -08:00
job.go Deprecating ResolveRepositoryName 2015-01-08 20:14:58 +00:00
MAINTAINERS Modify MAINTAINERS per erikh's suggestion 2015-01-05 10:28:36 -08:00
support.go builder: handle escapes without swallowing all of them. 2014-10-27 17:38:24 +00:00