Closed forgie1 closed 1 year ago
My best guess offhand is libseccomp; I'd suggest making sure Docker, runc, and libseccomp2 on your host are as new/fresh as they can be.
@tianon thank you.
Docker had new version: apt list libseccomp2 libseccomp2/stable,now 2.5.4-1+b3 amd64 [installed,automatic]
But server with our GitlabRunner had older version: libseccomp2/oldoldstable,now 2.3.3-4 amd64 [installed]
So I updated Debian on the server with gitlab-runner to latest version 12 bookworm. And it is working now.
I'm using Gitlab CI/CD and:
this is what I can see in pipeline:
looks like many people are having this problem:
https://www.reddit.com/r/gitlab/comments/14sf4ve/shell_not_found_in_debian_bookworm_images/ https://forum.gitlab.com/t/jobs-fails-shell-not-found-version-python/88340/10 and more