mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
This fixes a bug when the build results in an error and instead of sending the logs of the container to the client, it signals a cancelation. The context should not be wired to the status request, as only the build requests need to be canceled. Signed-off-by: Tibor Vass <tibor@docker.com>