docker-act-runner/Dockerfile

8 lines
233 B
Docker
Raw Permalink Normal View History

2024-09-16 16:40:20 +00:00
FROM gitea/act_runner:nightly-dind-rootless
2024-11-15 03:52:07 +00:00
ARG VERSION=nightly-20241116
2024-09-18 04:52:09 +00:00
2024-09-16 16:40:20 +00:00
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