bvolpato / docker-github-runner-java

Docker GitHub Actions Runner for Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker GitHub Actions Runner for Java

Run your Java pipelines locally on a spare server if you don't want to pay for GitHub server minutes 👀

⚠️ Based on https://github.com/tcardonne/docker-github-runner/, just installing Java on top of that image.

Usage

docker run -it -e RUNNER_NAME=runner_name \
-e GITHUB_ACCESS_TOKEN=token \
-e RUNNER_REPOSITORY_URL=https://github.com/organization/repo \
brunocvcunha/github-runner-java

About

Docker GitHub Actions Runner for Java


Languages

Language:Dockerfile 100.0%