-
Notifications
You must be signed in to change notification settings - Fork 72
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
MKOSI container issue #121
Labels
testing
A testing task or issue (e.g., with CI)
Comments
This is not |
This seems related to glibc update (to 2.34) and docker seccomp policy. Related bugs:
|
vt-alt
added a commit
to vt-alt/lkrg
that referenced
this issue
Oct 20, 2021
When target system upodated to glibc-2.34 (as for ALT Linux) it starts to use new syscall `clone3', which is not enabled in Docker seccomp filter, causing run failures. GA issue [1]. Disable Docker seccomp filtering since we are in throwable virtual environment anyway and don't need that protection. Link: actions/runner-images#3812 [1] Fixes: lkrg-org#121 Signed-off-by: Vitaly Chikunov <[email protected]>
vt-alt
added a commit
to vt-alt/lkrg
that referenced
this issue
Oct 20, 2021
When target system updated to glibc-2.34 (as for ALT Linux) it starts to use new syscall `clone3', which is not enabled in Docker seccomp filter, causing run failures. GA issue [1]. Disable Docker seccomp filtering since we are in throwable virtual environment anyway and don't need that protection. Link: actions/runner-images#3812 [1] Fixes: lkrg-org#121 Signed-off-by: Vitaly Chikunov <[email protected]>
Thanks @vt-alt for root-causing it :) |
Adam-pi3
pushed a commit
that referenced
this issue
Oct 21, 2021
When target system updated to glibc-2.34 (as for ALT Linux) it starts to use new syscall `clone3', which is not enabled in Docker seccomp filter, causing run failures. GA issue [1]. Disable Docker seccomp filtering since we are in throwable virtual environment anyway and don't need that protection. Link: actions/runner-images#3812 [1] Fixes: #121 Signed-off-by: Vitaly Chikunov <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @vt-alt, can you take a look at the newest issue which breaks mkosi on container environment:
https://github.com/openwall/lkrg/runs/3943837886
Thanks,
Adam
The text was updated successfully, but these errors were encountered: