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

Commits on Oct 9, 2024

  1. refactor: do not block reading messages from docker daemon

    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]>
    goller committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    b81654f View commit details
    Browse the repository at this point in the history