vv9k / podman-api-rs

Rust interface to Podman (libpod).
MIT License
84 stars 12 forks source link

Make Images::push return a stream #159

Closed marhkb closed 1 year ago

marhkb commented 1 year ago

Pushing an image is a longer operation. By returning a stream, we can better infer progress.

What did you implement:

Basically #121 but for Images::push

How did you verify your change:

I tested the change in pods.

Bildschirmaufzeichnung vom 2023-05-13, 11-50-12.webm

vv9k commented 1 year ago

LGTM, thank you!