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

refactor: do not block reading messages from docker daemon #300

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

goller
Copy link
Collaborator

@goller goller commented Oct 9, 2024

If body responses from the docker daemon were not read fast enough, docker would block image pulls.

This now reads the messages from the docker response body and no longer blocks.

As a bonus, context is now respected so ctrl+c will stop an image pull.

part of DEP-1801

If body responses from the docker daemon were not read fast enough,
docker would block image pulls.

This now reads the messages from the docker response body and no longer blocks.

As a bonus, context is now respected so ctrl+c will stop an image pull.

part of DEP-1801

Signed-off-by: Chris Goller <[email protected]>
Copy link

linear bot commented Oct 9, 2024

Copy link
Member

@jacobwgillespie jacobwgillespie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome 🚀

@jacobwgillespie jacobwgillespie merged commit 6749db8 into main Oct 10, 2024
6 checks passed
@jacobwgillespie jacobwgillespie deleted the refactor/non-block-status-reporting branch October 10, 2024 17:06
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.

2 participants