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

feat: [close #101] Add progress bar for image pull #191

Merged
merged 5 commits into from
Jan 8, 2024
Merged

Conversation

matbme
Copy link
Member

@matbme matbme commented Jan 8, 2024

This PR adds pterm progress bars when pulling a new image. Each bar represents a separate image blob.

There isn't a direct indication of how many blobs are present, so implementing a single unified progressbar wouldn't be so simple. Maybe there's a way of knowing by querying ghcr, but that's a completely separate can of worms.

Closes #101

@mirkobrombin mirkobrombin merged commit ff15f84 into main Jan 8, 2024
4 checks passed
@mirkobrombin mirkobrombin deleted the feat/progress branch January 8, 2024 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add progress bar when downloading a new image during upgrade
2 participants