FROM gitea/act_runner:nightly-dind-rootless ARG VERSION=nightly-20241116 USER root # Create a symlink, as the runner expects the socket to be in `/var/run/docker.sock`. RUN ln -s /var/run/user/1000/docker.sock /var/run/docker.sock