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

[20.10] vendor: update containerd to latest of docker-20.10 branch #44067

Merged
merged 1 commit into from Sep 4, 2022

Commits on Sep 2, 2022

  1. [20.10] vendor: update containerd to latest of docker-20.10 branch

    This brings the containerd vendoring up-to-date with the latest changes from
    the docker-20.10 branch in our fork (https://github.com/moby/containerd). This
    adds some fixes that were included in another fork that was used in the BuildKit
    repository, which have now been ported to our fork as well.
    
    Relevant changes:
    
    - docker: avoid concurrent map access panic
    - overlay: support "userxattr" option (kernel 5.11) (does not affect vendored code)
    
    full diff: moby/containerd@7cfa023...96c5ae0
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Sep 2, 2022
    Copy the full SHA
    9e7662e View commit details
    Browse the repository at this point in the history