GitHub Actions Linux-x64 Container, updates every hour!
1.8K
https://github.com/0xC9C3/Docker-Github-Actions-Runner
This is a Docker image for to easily self-host GitHub actions runners.
Hourly builds are available on Docker Hub.
The configuration is only generated once. If you want to delete the configuration your have to delete your .runner file.
docker run -d \
--name github_actions_runner \
-e REPOSITORY_URL=https://github.com/0xC9C3/Docker-Github-Actions-Runner \
-e REPOSITORY_TOKEN=get_your_token_in_your_project_settings \
-e RUNNER_NAME=your_runner_name \
-v ./config:/runner/config \
0xc9c3/github_actions_runner:latest
version: "3.8"
services:
github_actions_runner:
image: 0xc9c3/github_actions_runner:latest
container_name: github_actions_runner
environment:
- REPOSITORY_URL=https://github.com/0xC9C3/Docker-Github-Actions-Runner
- REPOSITORY_TOKEN=get_your_token_in_your_project_settings
- RUNNER_NAME=your_runner_name
volumes:
- ./config:/runner/config
Content type
Image
Digest
sha256:5471c3a49…
Size
351.4 MB
Last updated
about 3 years ago
docker pull 0xc9c3/github_actions_runner