mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
If a command during build fails, `docker build` now returns with the exit code of that command. This makes it necessary to change the build api endpoint to return a json object stream. Upstream-commit: b04c6466cdc89a107879af7a22b0917006b38730 Component: engine