docker-github-actions-runner
docker-github-actions-runner copied to clipboard
This will run the new self-hosted github actions runners with docker-in-docker
I deploy 6 runners at a time with docker swarm. Offline runners are not deregistered and stay forever in the GitHub overview. Now I have hit the limit of 10000...
We are currently facing the issue that runners get killed on pod evections and jobs running into nowhere. There is an upstream runner project, which implement graceful shutdown script. It...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | ubuntu | final | major | `focal` -> `noble` | ---...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/myoung34/docker-github-actions-runner). ## Config Migration Needed - [ ]...
Hi, I'm trying to set up a cluster using [GitHub Runner Controller (gha-runner-scale-set)](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/quickstart-for-actions-runner-controller#configuring-a-runner-scale-set), using Kubernetes mode. By default GitHub Runner Controller uses the official `ghcr.io/actions/actions-runner:latest` image, but I find it...
I'm sure this has been asked before. But is it true that these provided runner images are not equivalent to github own images to run actions? I seem to need...
Heya, while attempting to register my runner with an app private key I ran into the following error message: ```sh Could not read private key from /dev/fd/63 ``` I found...
For the official github runner images there is a page where they list all installed packages and tools: https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2004-Readme.md I was assuming that the tools would also be available for...
This PR does a few things, mostly in pursuit of #380: 1) Installs all tools required by the runner itself (at least, as far as I can determine) 2) Installs...
- `set -e` causes the script to exit immediately if a command exits with a non-zero status. - `set -u` causes the script to exit immediately if an unset variable...