Christopher Nies
Christopher Nies
Hello! I'm going to take a look, while I investigate, by any chance does your email begin with a special character? There is a known issue with servers hitching on...
Looking in the logs it seems like this is the case, assuming that this is you anyways. Do you have a different email address I can use, by chance? This...
Alright I actually pushed the fix, you could try again with the same email if you'd like
I believe the runner hardcodes [a specific path to the Docker sock](https://github.com/actions/runner/blob/22d4310b697e23383b2dc489c40429fc83626cf2/src/Runner.Worker/Handlers/ContainerActionHandler.cs#L193) when running a container job. As far as I can tell they don't let us easily overwrite this...
> dockerd can be started using hooks: > > > > AutoscalingRunnerSet envs > > > > ``` > > env: > > - name: ACTIONS_RUNNER_HOOK_JOB_STARTED > > value: /home/runner/hooks/common-start.sh...
Any update on this? I am running into the same issue and it's growing incredibly frustrating. I need to add a tag to a Subnet via a transformation and no...
Are you using docker-compose to run the container? That should mount that directory as a volume
I am seeing this too, any updates?