mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
e662775ffb
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) |
||
---|---|---|
.. | ||
engine.go | ||
engine_test.go | ||
env.go | ||
env_test.go | ||
hack.go | ||
helpers_test.go | ||
http.go | ||
job.go | ||
job_test.go | ||
MAINTAINERS | ||
shutdown_test.go | ||
streams.go | ||
streams_test.go | ||
table.go | ||
table_test.go |