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

nerdctl pull progress bars flashing during download #10377

Open
l2dy opened this issue Jun 22, 2024 · 1 comment
Open

nerdctl pull progress bars flashing during download #10377

l2dy opened this issue Jun 22, 2024 · 1 comment

Comments

@l2dy
Copy link

l2dy commented Jun 22, 2024

What is the problem you're trying to solve

Pulling a image with many layers produces many lines of progress bars, which may occasionally flash as download progresses.

resolved       |++++++++++++++++++++++++++++++++++++++|
done           |++++++++++++++++++++++++++++++++++++++|
done           |++++++++++++++++++++++++++++++++++++++|
done           |++++++++++++++++++++++++++++++++++++++|
done           |++++++++++++++++++++++++++++++++++++++|
done           |++++++++++++++++++++++++++++++++++++++|
done           |++++++++++++++++++++++++++++++++++++++|
done           |++++++++++++++++++++++++++++++++++++++|
done           |++++++++++++++++++++++++++++++++++++++|
done           |++++++++++++++++++++++++++++++++++++++|
done           |++++++++++++++++++++++++++++++++++++++|
done           |++++++++++++++++++++++++++++++++++++++|
done           |++++++++++++++++++++++++++++++++++++++|
done           |++++++++++++++++++++++++++++++++++++++|
done           |++++++++++++++++++++++++++++++++++++++|
done           |++++++++++++++++++++++++++++++++++++++|
done           |++++++++++++++++++++++++++++++++++++++|
done           |++++++++++++++++++++++++++++++++++++++|
done           |++++++++++++++++++++++++++++++++++++++|
done           |++++++++++++++++++++++++++++++++++++++|
done           |++++++++++++++++++++++++++++++++++++++|
done           |++++++++++++++++++++++++++++++++++++++|
done           |++++++++++++++++++++++++++++++++++++++|
done           |++++++++++++++++++++++++++++++++++++++|
done           |++++++++++++++++++++++++++++++++++++++|
done           |++++++++++++++++++++++++++++++++++++++|
done           |++++++++++++++++++++++++++++++++++++++|
done           |++++++++++++++++++++++++++++++++++++++|
done           |++++++++++++++++++++++++++++++++++++++|

Describe the solution you'd like

Provide a hint to the terminal emulator about how to draw atomically with synchronized updates escape sequences.

Additional context

More information about synchronized updates

Original proposal: https://gitlab.com/gnachman/iterm2/-/wikis/synchronized-updates-spec
Living document: https://gist.github.com/christianparpart/d8a62cc1ab659194337d73e399004036
Spec discussion: https://gitlab.freedesktop.org/terminal-wg/specifications/-/merge_requests/2

@AkihiroSuda AkihiroSuda transferred this issue from containerd/nerdctl Jun 22, 2024
@AkihiroSuda
Copy link
Member

Moved the issue from the nerdctl repo to the containerd repo, as the issue arises from the ctr code

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

No branches or pull requests

2 participants