This is an actions runner docker image for use with Actions Runner Controller. The Dockerfile is based on the example in this documentation. 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.