Files
docker-cli/components/engine/engine
Josh Hawn 3c4927bcb2 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)
Upstream-commit: e662775ffb096fdb4a7f247bb25b8e3022006c1b
Component: engine
2015-01-27 10:07:01 -08:00
..
2014-12-02 10:47:57 -08:00
2014-09-28 19:51:00 -07:00
2013-11-13 19:25:55 +00:00
2014-04-23 11:54:35 -07:00
2014-04-19 23:25:48 -07:00
2014-05-09 18:09:59 +00:00
2014-10-29 10:59:20 -07:00
2014-06-18 17:39:57 +00:00
2014-08-29 15:21:28 +04:00