Vineeth
Vineeth
> I think you would have to build a custom dind image that modifies this [line](https://github.com/actions/actions-runner-controller/blob/master/runner/entrypoint-dind.sh#L45) to set the `HTTPS_PROXY` / `HTTP_PROXY` env variables. > > **EDIT** > > >...
We are also seeing the same error [ `level=info msg="Processing signal 'terminated'"` ] but on the dind container, followed by the message `level=info msg="Daemon shutdown complete"` This causes the the...
Hello @javisabalete We did some customization on the startup script to not to start the runner service unless the docker.sock is not running. In our case we heavily rely on...