moby--moby/builder
Doug Davis eb3ea3b43c Allow for Dockerfile to be named something else.
Add a check to make sure Dockerfile is in the build context
Add docs and a testcase
Make -f relative to current dir, not build context

Signed-off-by: Doug Davis <dug@us.ibm.com>
2015-01-06 16:33:26 -08:00
..
parser Add support for ENV of the form: ENV name=value ... 2014-11-20 09:54:28 -08:00
MAINTAINERS Modify MAINTAINERS per erikh's suggestion 2015-01-05 10:28:36 -08:00
dispatchers.go Make `FROM scratch` a special cased 'no-base' spec 2014-12-18 14:03:38 -08:00
evaluator.go Allow for Dockerfile to be named something else. 2015-01-06 16:33:26 -08:00
internals.go Have .dockerignore support Dockerfile/.dockerignore 2015-01-06 10:57:48 -08:00
job.go Allow for Dockerfile to be named something else. 2015-01-06 16:33:26 -08:00
support.go