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

Use rich to render progress bars and add UI progress for Docker image pull #267

Closed
Skazza94 opened this issue Jan 29, 2024 · 0 comments
Closed
Assignees
Milestone

Comments

@Skazza94
Copy link
Member

Skazza94 commented Jan 29, 2024

Currently, Kathará relies on the progressbar2 library to render UI progress bars. The rich package is a much better alternative, since it displays coloured and rich progress bars (it is the same package used by PyPI).

Moreover, Kathará lacks informative progress display during the Docker image pull process. This can lead to confusion while pulling, especially when dealing with large images or slower network connections.

We plan to replace progressbar2 with rich and contextually add support for progress display during Docker image pull

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants