sora 180b7b5007 docker pull --progress=plain: docker 25+ hides layer progress when piped
Even a real 9GB/74s pull printed only 'Pulling from' + 'Status' -- the
CLI suppresses per-layer Downloading lines for non-TTY stdout since
docker 25, so the CR-splitting/summary pipeline had nothing to parse.
--progress=plain forces them out.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-09-17 06:26:04 +00:00
..