GitHub Actions Runner Docker images
1.4K
zerosuxx/github-actions-runner:latest is image that can be used to run GitHub Runner in container.
based on ubuntu:18.04 image
pre installed apps:
curlgitdockerdocker-composedocker run -d --rm -e "RUNNER_REPOSITORY_URL=$RUNNER_REPOSITORY_URL" -e "RUNNER_TOKEN=$RUNNER_TOKEN" zerosuxx/github-actions-runner:latest
RUNNER_REPOSITORY_URL=$RUNNER_REPOSITORY_URL RUNNER_TOKEN=$RUNNER_TOKEN docker-compose up -d
The following environment variables allows you to control the configuration parameters.
| Name | Description | Default value |
|---|---|---|
RUNNER_REPOSITORY_URL | The runner will be linked to this repository URL | Required |
RUNNER_TOKEN | Access Token provided by GitHub | Required |
RUNNER_WORK_DIRECTORY | Runner's work directory | "_work" |
RUNNER_NAME | Name of the runner displayed in the GitHub UI | Hostname of the container |
Content type
Image
Digest
Size
307.9 MB
Last updated
almost 6 years ago
docker pull zerosuxx/github-actions-runner