Sign inSign up

zerosuxx/github-actions-runner

By zerosuxx

•Updated almost 6 years ago

GitHub Actions Runner Docker images

Image
1

1.4K

zerosuxx/github-actions-runner repository overview

⁠GitHub Actions Runner Docker images

Docker Pulls GitHub Workflow Status

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:

  • curl
  • git
  • docker
  • docker-compose

⁠Usage with docker

docker run -d --rm -e "RUNNER_REPOSITORY_URL=$RUNNER_REPOSITORY_URL" -e "RUNNER_TOKEN=$RUNNER_TOKEN" zerosuxx/github-actions-runner:latest

⁠Usage with docker-compose

RUNNER_REPOSITORY_URL=$RUNNER_REPOSITORY_URL RUNNER_TOKEN=$RUNNER_TOKEN docker-compose up -d

⁠Environment variables

The following environment variables allows you to control the configuration parameters.

NameDescriptionDefault value
RUNNER_REPOSITORY_URLThe runner will be linked to this repository URLRequired
RUNNER_TOKENAccess Token provided by GitHubRequired
RUNNER_WORK_DIRECTORYRunner's work directory"_work"
RUNNER_NAMEName of the runner displayed in the GitHub UIHostname of the container

https://help.github.com/en/actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners⁠

Tag summary

Content type

Image

Digest

Size

307.9 MB

Last updated

almost 6 years ago

docker pull zerosuxx/github-actions-runner