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

vendor c/image #17405

Closed
wants to merge 2 commits into from
Closed

vendor c/image #17405

wants to merge 2 commits into from

Commits on Feb 7, 2023

  1. network ls: handle removed container

    Handle a race condition in the REST API when listing networks.
    In between listing all containers and inspecting them, they may have
    already been removed, so handle this case gracefully.
    
    [NO NEW TESTS NEEDED] as it's a race condition.
    
    Fixes: containers#17341
    Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
    vrothberg committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    6c8c70c View commit details
    Browse the repository at this point in the history
  2. vendor c/image

    To fix the registry flakes we see in containers#17193 making c/image more tolerant
    toward unexpected EOFs from registries.
    
    Also pin docker/docker to v20.10.23+incompatible as it doesn't compile
    as imagebuilder needs to be fixed before.
    
    Fixes: containers#17193
    Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
    vrothberg committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    8012b9a View commit details
    Browse the repository at this point in the history