Skip to content
Failed

Changes

Summary

  1. gitlab: use custom docker:dind image (details)
  2. ci: refresh centos-stream container (details)
Commit 3fa1a6f36546e445eb17d6f32d7f6fd7afe5b5aa by berrange
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: Daniel P. Berrangé <berrange@redhat.com>
The file was modified.gitlab-ci.yml (diff)
Commit d42381e3bbeffd27f5be51c1f7be9563dda0ff6e by berrange
ci: refresh centos-stream container
It is no longer possible to just install an extra package to run regular
centos into centos stream.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
The file was modifiedci/containers/ci-centos-stream.Dockerfile (diff)