I have this on centos 7 with kernel 5 stable and with different versions of buildah #3974
Replies: 3 comments
-
Running with gitlab-runner 14.10.1 (f761588f) |
Beta Was this translation helpful? Give feedback.
-
My runner in docker with latest version |
Beta Was this translation helpful? Give feedback.
-
This looks like Docker is using seccomp filtering and it is blocking unshare syscall. |
Beta Was this translation helpful? Give feedback.
-
Running with gitlab-runner 14.10.1 (f761588f)
on test vHzpKTCM
Preparing the "docker" executor
00:07
Using Docker executor with image quay.io/buildah/stable:v1.23.3 ...
Pulling docker image quay.io/buildah/stable:v1.23.3 ...
Using docker image sha256:65868371b67bef5a9016fb5d022ad2bef5e535848e7a0b71b78af8e9551881f7 for quay.io/buildah/stable:v1.23.3 with digest quay.io/buildah/stable@sha256:c83a110f10ad54bd5158490d949ec1fe1f807e56634571629c663be81ccc012d ...
Preparing environment
00:05
Running on runner-vhzpktcm-project-32910647-concurrent-0 via 4fd1db24faf3...
Getting source from Git repository
00:02
Fetching changes with git depth set to 50...
Reinitialized existing Git repository in /builds/my-projects121/frontend-angular/.git/
Checking out ed78fcd6 as main...
Skipping Git submodules setup
Executing "step_script" stage of the job script
00:01
Using docker image sha256:65868371b67bef5a9016fb5d022ad2bef5e535848e7a0b71b78af8e9551881f7 for quay.io/buildah/stable:v1.23.3 with digest quay.io/buildah/stable@sha256:c83a110f10ad54bd5158490d949ec1fe1f807e56634571629c663be81ccc012d ...
$ buildah login -u gitlab+deploy-token-1017386 -p DfKoL7k12W6ikmZ-dsZ6 $CI_REGISTRY
Error during unshare(CLONE_NEWUSER): Operation not permitted
time="2022-05-08T09:44:58Z" level=error msg="error parsing PID "": strconv.Atoi: parsing "": invalid syntax"
time="2022-05-08T09:44:58Z" level=error msg="(unable to determine exit status)"
Cleaning up project directory and file based variables
00:01
ERROR: Job failed: exit code 1
Beta Was this translation helpful? Give feedback.
All reactions