Skip to content

Comments

docs/src/how-to/install/dependencies.rst: require Docker >= 20.10.14#2462

Merged
flokli merged 1 commit intodevelopfrom
docker-install-instructions
Jun 8, 2022
Merged

docs/src/how-to/install/dependencies.rst: require Docker >= 20.10.14#2462
flokli merged 1 commit intodevelopfrom
docker-install-instructions

Conversation

@flokli
Copy link
Contributor

@flokli flokli commented 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:

Checklist

  • The PR Title explains the impact of the change.
  • The PR description provides context as to why the change should occur and what the code contributes to that effect. This could also be a link to a JIRA ticket or a Github issue, if there is one.
  • If this PR changes development workflow or dependencies, they have been A) automated and B) documented under docs/developer/. All efforts have been taken to minimize development setup breakage or slowdown for co-workers.
  • If HTTP endpoint paths have been added or renamed, or feature configs have changed, the endpoint / config-flag checklist (see Wire-employee only backend wiki page) has been followed.
  • If a cassandra schema migration has been added, I ran make git-add-cassandra-schema to update the cassandra schema documentation.
  • changelog.d contains the following bits of information (details):
    • A file with the changelog entry in one or more suitable sub-sections. The sub-sections are marked by directories inside changelog.d.
    • If new config options introduced: added usage description under docs/reference/config-options.md
    • If new config options introduced: recommended measures to be taken by on-premise instance operators.
    • If a cassandra schema migration is backwards incompatible (see also these docs), measures to be taken by on-premise instance operators are explained.
    • If a data migration (not schema migration) introduced: measures to be taken by on-premise instance operators.
    • If public end-points have been changed or added: does nginz need un upgrade?
    • If internal end-points have been added or changed: which services have to be deployed in a specific order?

@flokli flokli requested review from julialongtin and smatting June 8, 2022 11:38
@flokli flokli temporarily deployed to cachix June 8, 2022 11:38 Inactive
@flokli flokli marked this pull request as ready for review June 8, 2022 11:38
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
@flokli flokli force-pushed the docker-install-instructions branch from 3643343 to 6a59db0 Compare June 8, 2022 11:39
@flokli flokli temporarily deployed to cachix June 8, 2022 11:39 Inactive
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.
@flokli flokli merged commit 3f2d37f into develop Jun 8, 2022
@flokli flokli deleted the docker-install-instructions branch June 8, 2022 12:26
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants