Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

container: Add spinner/progress for layer fetches #4962

Merged
merged 1 commit into from
May 15, 2024

Commits on May 14, 2024

  1. 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>
    cgwalters committed May 14, 2024
    Configuration menu
    Copy the full SHA
    806bba3 View commit details
    Browse the repository at this point in the history