Files
docker-cli/cli/command/image
Tibor Vass 640cbb8d2f build: fix output handling with buildkit (quiet option, redirects)
With this patch the following become true even with buildkit enabled:
1. `docker build -q .` only outputs the created image's sha256 ID.
2. `docker build -q .` outputs as if no `-q` was specified, if error occurred
3. `docker build . &> out` outputs JSON (instead of TTY characters)

Signed-off-by: Tibor Vass <tibor@docker.com>
2018-06-13 18:32:28 +00:00
..
2018-03-05 17:15:24 -05:00
2018-03-06 15:43:53 -05:00
2018-05-11 16:49:43 -07:00
2018-03-06 15:27:34 -05:00
2018-03-06 15:27:34 -05:00
2018-05-11 16:49:43 -07:00
2018-03-06 15:27:34 -05:00
2018-05-11 16:49:43 -07:00
2018-03-06 15:27:34 -05:00
2018-05-11 16:49:43 -07:00
2018-03-19 10:02:40 +01:00
2018-05-11 16:49:43 -07:00
2018-05-11 16:49:43 -07:00
2018-03-06 15:43:53 -05:00
2018-05-11 16:49:43 -07:00
2018-03-06 15:43:53 -05:00
2018-05-11 16:49:43 -07:00
2018-03-06 15:43:53 -05:00
2018-05-11 16:49:43 -07:00
2018-03-27 14:11:29 -07:00