Hi,
I have a self-hosted runner hosted in EKS. All is well, except I can’t get it to build a docker image. It needs to happen in EKS because the image includes an internally hosted private python package. The base image is cimg/aws:2024.03.1. I have tried:
- adding the
circleciuser to thedockergroup - doing the above and then relogging in with
su - circleci - changing the permissions on
/var/run/docker.sockto 777 - using sudo for everything
Amongst the errors I’ve encountered are
- permission denied on the socket
- can’t connect to the socket
and currently, failing after a 30 min timeout without any feedback in the logs.
Any insight you can provide will be most helpful. Thx!