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

[v0.8 backport] fix seccomp compatibility in 32bit arm #1967

Merged
merged 1 commit into from
Feb 5, 2021

Conversation

thaJeztah
Copy link
Member

backport of #1955

fixes #1946 #docker/buildx#511

Seccomp 2.4.2 with seccomp/libseccomp@bf747eb is needed for new time64 syscalls not to error in applications.

The result is very hacky because debian does not provide compatible packages for s390x/pcc64le (yet?). Hopefully, this can all be removed and moved to alpine with tonistiigi/xx#14 but there is still some work to do with that(namely lld doesn't work for s390x) and not sure when I'll have time to complete it.

Seccomp 2.4.2 is needed for new time64 syscalls not to error in
applications

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
(cherry picked from commit 1fd4c49)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztah thaJeztah added this to the v0.8.2 milestone Feb 4, 2021
@tonistiigi tonistiigi merged commit db665a1 into moby:v0.8 Feb 5, 2021
@thaJeztah thaJeztah deleted the 0.8_backport_armhf_seccomp_fix branch February 5, 2021 17:33
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