actions-runner-controller/test
Yusuke Kuoka 94c089c407
Revert docker.sock path to /var/run/docker.sock (#2536)
Starting ARC v0.27.2, we've changed the `docker.sock` path from `/var/run/docker.sock` to `/var/run/docker/docker.sock`. That resulted in breaking some container-based actions due to the hard-coded `docker.sock` path in various places.

Even `actions/runner` seem to use `/var/run/docker.sock` for building container-based actions and for service containers?

Anyway, this fixes that by moving the sock file back to the previous location.

Once this gets merged, users stuck at ARC v0.27.1, previously upgraded to 0.27.2 or 0.27.3 and reverted back to v0.27.1 due to #2519, should be able to upgrade to the upcoming v0.27.4.

Resolves #2519
Resolves #2538
2023-04-27 13:06:35 +09:00
..
e2e Revert docker.sock path to /var/run/docker.sock (#2536) 2023-04-27 13:06:35 +09:00
platforms Rename actions-runner-controller-2 and auto-scaling-runner-set helm charts (#2333) 2023-03-01 07:16:03 -05:00
startup Fix runners to do their best to gracefully stop on pod eviction (#1759) 2022-11-01 20:30:10 +09:00