forked from coreos/rpm-ostree
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
container: Add spinner/progress for layer fetches
This at least gives us a spinner when we're fetching layers, so folks know something is happening. As the comment says we *can* get byte-level progress, but it just needs more plumbing work with our complex internal output infrastructure. Note that I had to move the layer progress bits into a tokio LocalSet because the progress output stuff is a thread local. Signed-off-by: Colin Walters <walters@verbum.org>
- Loading branch information
Showing
1 changed file
with
32 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters