actions-runner-controller/runner
Yusuke Kuoka 3de8085b87
Fix rootless dind to do write logs (#1978)
It turned out too hard to debug configuration issues on the rootless dind daemon as it was not writing any logs to stdout/stderr of the container. This fixes that, so that any rootless dind configuration or startup errors are visible in e.g. the kubectl-logs output.
2022-11-04 06:28:47 +09:00
..
hooks Fix runners to do their best to gracefully stop on pod eviction (#1759) 2022-11-01 20:30:10 +09:00
supervisor feat: Add container to propagate host network MTU (#1201) 2022-09-23 17:08:28 +09:00
.dockerignore Renamed Runner Dockerfiles (#1248) 2022-05-16 11:41:28 +09:00
Makefile chore(deps): update dependency actions/runner to v2.299.1 (#1973) 2022-11-03 14:40:06 +09:00
actions-runner-dind-rootless.dockerfile chore(deps): update dependency actions/runner to v2.299.1 (#1973) 2022-11-03 14:40:06 +09:00
actions-runner-dind.dockerfile chore(deps): update dependency actions/runner to v2.299.1 (#1973) 2022-11-03 14:40:06 +09:00
actions-runner.dockerfile chore(deps): update dependency actions/runner to v2.299.1 (#1973) 2022-11-03 14:40:06 +09:00
docker-shim.sh Add MTU propagation docker-shim also to rootless dind runner images 2022-09-25 07:50:12 +09:00
entrypoint-dind-rootless.sh Fix rootless dind to do write logs (#1978) 2022-11-04 06:28:47 +09:00
entrypoint-dind.sh Fix runners to do their best to gracefully stop on pod eviction (#1759) 2022-11-01 20:30:10 +09:00
entrypoint.sh Fix runners to do their best to gracefully stop on pod eviction (#1759) 2022-11-01 20:30:10 +09:00
graceful-stop.sh Fix runners to do their best to gracefully stop on pod eviction (#1759) 2022-11-01 20:30:10 +09:00
logger.sh Fix runners to do their best to gracefully stop on pod eviction (#1759) 2022-11-01 20:30:10 +09:00
startup.sh Fix runners to do their best to gracefully stop on pod eviction (#1759) 2022-11-01 20:30:10 +09:00
update-status Fix runners to do their best to gracefully stop on pod eviction (#1759) 2022-11-01 20:30:10 +09:00
wait.sh Fix runners to do their best to gracefully stop on pod eviction (#1759) 2022-11-01 20:30:10 +09:00