This repo contains a custom Dockerfile to create a DinD rootless image to be used with the actions-runner-controller project. With this setup we try to make the setup more secure, as the default one uses Docker in Docker, that is run as root.
Additions on top of the official dind image:
- Add a folder
/opt/hostedtoolcachewith the correct rights so the runner can actually start the container correctly.