moby/builder
Doug Davis 198ff76de5 Add an API test for docker build -f Dockerfile
I noticed that while we have tests to make sure that people don't
specify a Dockerfile (via -f) that's outside of the build context
when using the docker cli, we don't check on the server side to make
sure that API users have the same check done. This would be a security
risk.

While in there I had to add a new util func for the tests to allow us to
send content to the server that isn't json encoded - in this case a tarball

Signed-off-by: Doug Davis <dug@us.ibm.com>
2015-02-02 23:40:20 -08:00
..
parser Merge pull request #9826 from icecrime/8318_whitespace_add_copy 2015-01-19 18:37:53 -05:00
dispatchers.go Build CMD/ENTRYPOINT cache strings properly 2015-01-15 12:49:30 -08:00
evaluator.go Add an API test for docker build -f Dockerfile 2015-02-02 23:40:20 -08:00
internals.go Fix premature close of build output on pull 2015-01-27 10:07:01 -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