moby--moby/engine
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
..
MAINTAINERS Fix various MAINTAINERS format inconsistencies 2014-04-30 11:22:11 -06:00
engine.go Remove unused Engine.Logf 2014-12-02 10:47:57 -08:00
engine_test.go Fix premature close of build output on pull 2015-01-27 10:07:01 -08:00
env.go Fix error paring null JSON - Issue7941 2014-09-28 19:51:00 -07:00
env_test.go engine.Env: comments and tests for Get() 2014-09-10 22:20:49 -04:00
hack.go gofmt 2013-11-13 19:25:55 +00:00
helpers_test.go Remove error from engine.New() 2014-04-23 11:54:35 -07:00
http.go typo fix: 'methid' -> 'method' 2014-04-19 23:25:48 -07:00
job.go fix for iptables cleanup 8307 2014-10-29 10:59:20 -07:00
job_test.go remove addString and replace Tail 2014-05-09 18:09:59 +00:00
shutdown_test.go Extra testing for engine.Shutdown 2014-08-06 17:56:12 +00:00
streams.go Fix write after close on http response 2015-01-21 15:14:01 -08:00
streams_test.go Fix go vet errors 2014-06-18 17:39:57 +00:00
table.go Some more style fixes 2014-08-29 15:21:28 +04:00
table_test.go move Table to a separate file and add additional unit tests 2014-05-08 02:31:23 +00:00