fast-airline-86487
07/30/2024, 5:28 AMcreate failed: unable to start container process: unable to apply cgroup configuration: failed to write 451: write /sys/fs/cgroup/docker/buildx/646678eeb70b2719b692fd1296ff6cf619c02c5d2f159a1c70e5a3c6f050755b/cgroup.procs: no such file or directory: unknown
?
I am running a GitLab Runner instance via Helm on my M1 ARM Apple w/Rancher Desktop. The step in question is trying to build a docker image using docker buildx build
, but this is the resulting error. I’m not able to find anything as to why this is otherwise failing right now. If I run the raw docker buildx command locally, it appears to work. If it runs instead through the GitLab Runner Helm Chart system (thus spinning up an environment), it fails with the above command.
Created a Discussion: https://github.com/rancher-sandbox/rancher-desktop/discussions/7277