ostreedev / ostree-rs-ext

Rust library with higher level APIs on top of the core ostree API
Apache License 2.0
76 stars 25 forks source link

deploy: no download progress #609

Open cgwalters opened 7 months ago

cgwalters commented 7 months ago

We should add download progress to the ostree container image deploy function; however it's tricky because the internal API doesn't offer a progress proxy.

A workaround here is for external callers to do an explicit ostree container image pull first.