containers / bootc

Boot and upgrade via container images
https://containers.github.io/bootc/
Apache License 2.0
781 stars 84 forks source link

Add progress/feedback for deploy #842

Closed cgwalters closed 3 weeks ago

cgwalters commented 1 month ago

Today we don't have any progress/status output after the layer fetch, but when we're doing the deployment phase; one might see something like this:

layers already present: 22; layers needed: 46 (5.3 GB)
Fetched layers: 5.03 GiB in 4 minutes (21.66 MiB/s)

Part of what happens in that phase is fsync for example. We should have a spinner here.