Skip to content

igor-gruzdev-toplyvo/github-runner-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-runner-docker

GitHub Actions runner container unsing host's docker socket

How to install

Requirements

Linux

  • Docker
  • Docker Compose

Setting up local environment

  • Copy .env.dist contents to .env and set your environment variables.
  • Initialize application using: bash initialize.bash
  • Afterwards, start application using: docker-compose up -d inside project root folder

Configuration

Environment variables

  • UBUNTU_VERSION (string) - version of ubuntu image used inside container
  • GIT_TOKEN (string) - token of GitHub actions runner
  • GIT_URL (string) - url of a GitHub repo for runner

Releases

No releases published

Packages

No packages published