mirror of
https://github.com/containers/podman.git
synced 2026-03-18 14:46:58 -04:00
Currently bindings writes image push progress to os.Stderr. Since os.Stderr is inconvenience for bindings caller to process the progress messages, Added this support. Signed-off-by: Naoto Kobayashi <naoto.kobayashi4c@gmail.com>