moby--moby/builder
Doug Davis 645f8a32df Fix builder when num of RUN args is 1
FROM scratch
ADD echo /
RUN [ "echo" ]

will die with
  exec: "/bin/sh": stat /bin/sh: no such file or directory

Signed-off-by: Doug Davis <dug@us.ibm.com>
2015-03-11 07:30:44 -07:00
..
command Map Commands instead of using them as a slice 2015-02-20 15:56:21 +01:00
parser cleanup: simplify parser_test 2015-03-10 00:55:00 +01:00
dispatchers.go Fix builder when num of RUN args is 1 2015-03-11 07:30:44 -07:00
evaluator.go Merge pull request #11000 from anandkumarpatel/invalidate-probe 2015-03-04 11:35:00 -08:00
internals.go Remove comment and b.UtilizeCache check. 2015-02-25 14:04:35 -08: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