docs/src/how-to/install/dependencies.rst: require Docker >= 20.10.14#2462
Merged
docs/src/how-to/install/dependencies.rst: require Docker >= 20.10.14#2462
Conversation
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
3643343 to
6a59db0
Compare
julialongtin
added a commit
to wireapp/wire-server-deploy
that referenced
this pull request
Jun 8, 2022
…adminhost to apt repository We need to deploy a more recent version on the adminhost, due to wireapp/wire-server#2462. Unfortunately, we can't deploy the same version on the kubespray hosts, as kubespray checks the version and refuses to install something it thinks it doesn't support.
julialongtin
approved these changes
Jun 8, 2022
flokli
pushed a commit
to wireapp/wire-server-deploy
that referenced
this pull request
Jun 8, 2022
…adminhost to apt repository We need to deploy a more recent version on the adminhost, due to wireapp/wire-server#2462. Unfortunately, we can't deploy the same version on the kubespray hosts, as kubespray checks the version and refuses to install something it thinks it doesn't support.
flokli
pushed a commit
to wireapp/wire-server-deploy
that referenced
this pull request
Jun 14, 2022
…adminhost to apt repository We need to deploy a more recent version on the adminhost, due to wireapp/wire-server#2462. Unfortunately, we can't deploy the same version on the kubespray hosts, as kubespray checks the version and refuses to install something it thinks it doesn't support.
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.
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 Dockerruntime.
References:
Checklist
make git-add-cassandra-schemato update the cassandra schema documentation.changelog.d.