[v0.9] vendor: update docker to support seccomp clone3#2379
Merged
tonistiigi merged 2 commits intomoby:v0.9from Sep 28, 2021
Merged
[v0.9] vendor: update docker to support seccomp clone3#2379tonistiigi merged 2 commits intomoby:v0.9from
tonistiigi merged 2 commits intomoby:v0.9from
Conversation
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> (cherry picked from commit c38341f)
AkihiroSuda
approved these changes
Sep 28, 2021
Member
|
I guess it should be possible to switch back to "upstream" once moby/moby#42836 is merged into the 20.10 branch? |
let me use the opportunity to ask 😄 , what is the ETA for the backport @thaJeztah ? |
Member
|
soontm, hopefully |
Member
Author
Depends on how big the diff is |
Merged
13 tasks
flokli
added a commit
to wireapp/wire-server
that referenced
this pull request
Jun 8, 2022
glibc 2.34 uses the clone3 syscall, which is not part of the seccomp filters that moby ships on older versions. While as a workaround you might be able to run containers with `--privileged`, it's the better call to just run a more recent Docker runtime. References: - docker/buildx#772 - moby/buildkit#2379 - moby/moby#42836 - NixOS/nixpkgs#170900
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes docker/buildx#772
Picks:
Signed-off-by: Tonis Tiigi tonistiigi@gmail.com