Skip to content
Commit 3fa1a6f3 authored by Daniel P. Berrangé's avatar Daniel P. Berrangé 💬
Browse files

gitlab: use custom docker:dind image



The current docker:dind container has broken default seccomp filter that
results in clone3 being blocked, which in turn breaks Fedora 35 rawhide.

This custom image has a workaround that causes the seccomp filter to
return ENOSYS for clone3 instad of EPERM, thus triggering glibc to
fallback to clone correctly.

Signed-off-by: default avatarDaniel P. Berrangé <berrange@redhat.com>
parent d09faec8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment