Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robandpdx/runner
https://github.com/robandpdx/runner
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/robandpdx/runner
- Owner: robandpdx
- License: mit
- Created: 2023-05-31T18:39:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-18T23:47:17.000Z (about 1 year ago)
- Last Synced: 2024-11-04T11:11:55.564Z (2 months ago)
- Language: Dockerfile
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# runner
This is an actions runner docker image for use with [Actions Runner Controller](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller). The [Dockerfile](Dockerfile) is based on the example in [this documentation](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/about-actions-runner-controller#creating-your-own-runner-image). However, rather than using `mcr.microsoft.com/dotnet/runtime-deps:6.0` as the base image, I use `ubuntu:22.04` as the base and install a few tools needed in my workflows.
The packages of this repo correspond to the [releases of the actions runner](https://github.com/actions/runner/releases).