Sign inSign up

0xc9c3/github_actions_runner

By 0xc9c3

Updated about 3 years ago

GitHub Actions Linux-x64 Container, updates every hour!

Image
0

1.8K

0xc9c3/github_actions_runner repository overview

Docker GitHub Actions Runner (Docker-GAR)

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.

Usage

The configuration is only generated once. If you want to delete the configuration your have to delete your .runner file.

Docker
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
Docker Compose
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

Tag summary

Content type

Image

Digest

sha256:5471c3a49

Size

351.4 MB

Last updated

about 3 years ago

docker pull 0xc9c3/github_actions_runner