Skip to content

maciejgwizdala/alpine-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alpine-runner

Local development

  • Build docker image: docker build -t alpine-runner .

  • Set environment variables in .env file:

    • RUNNER_SCOPE: [Req] repo (owner/repo) or org (organization)

    • RUNNER_PAT: [Req] A PAT token with at least admin scope

    • RUNNER_NAME: [Opt] Name for the runner

    • RUNNER_LABELS: [Opt] Comma delimited list of initial labels for the runner

    • GITHUB_API_URL: [Opt] Defaults to https://api.github.com. Use https://YOURGHESHOSTNAME/api/v3 for GHES

    • GITHUB_SERVER_URL: [Opt] Detaults to https://github.com

  • Run image with docker run -ti --rm --env-file .env alpine-runner

About

GitHub runner running on Alpine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published