mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
The v1 push code was querying the size of the layer chain up to the layer it was pushing, rather than just that layer. This made the progress indicator inaccurate. Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com> Upstream-commit: 741924384ee7a617af1a0275e2dc674e86b9d0d9 Component: engine