docker-github-runner
docker-github-runner copied to clipboard
Run GitHub Actions on self-hosted runner using Docker.
Tested with raspberry pi version 3
wget is frequently used in ci, so I propose to add it
I run using docker-compose and get an error. ```runner_1 | Exchanging the GitHub Access Token with a Runner Token (scope: repos)... runner_1 | curl: (22) The requested URL returned error:...
The `RUNNER_REPOSITORY_URL` and `RUNNER_ORGANIZATION_URL` combined with a `RUNNER_TOKEN` already support any Github Enterprise. Unfortunately, the recommended `GITHUB_ACCESS_TOKEN` does connect with `api.github.com` directly. Therefore one can not use this project together...
A pull request could add the command `echo $GITHUB_ACCESS_TOKEN` and expose the token. Even if you are only using in private repositories, I don't think it is desirable to so...
Hi , I am interested in configuring this on Github Enteprise , can you tell me what all the necessary changes to be made for it to make work with...
When setting up a bunch of runners with `docker-compose up --scale runner=10` is is not possible (as far as I know) to give each container a unique value for the...
Hello, a question I don't understand why install docker-compose inside the docker build ..? When it's used..? **docker-github-runner/docker/Dockerfile:** `.... // Install Docker CLI RUN curl -fsSL https://get.docker.com -o- | sh...
HI , i have create a docker-compose.yaml and try to run the runner with RUNNER_LABELS environment variable, but it doesn't work as expected. here is my docker-compose.yaml file ``` yaml...
[https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-linux.html#cliv2-linux-install](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-linux.html#cliv2-linux-install)