1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/builder
Josh Hawn e662775ffb Fix premature close of build output on pull
The build job will sometimes trigger a pull job when the base image
does not exist. Now that engine jobs properly close their output by default
the pull job would also close the build job's stdout in a cascading close
upon completion of the pull.

This patch corrects this by wrapping the `pull` job's stdout with a
nopCloseWriter which will not close the stdout of the `build` job.

Docker-DCO-1.1-Signed-off-by: Josh Hawn <josh.hawn@docker.com> (github: jlhawn)
2015-01-27 10:07:01 -08:00
..
parser Merge pull request #9826 from icecrime/8318_whitespace_add_copy 2015-01-19 18:37:53 -05: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 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