feat(runner): add docker CLI to act_runner image for host-exec labels
qa/self-hosted labels run jobs directly in the runner container (Alpine), which lacked a docker client despite the mounted host socket.
This commit is contained in:
2
runner/Dockerfile
Normal file
2
runner/Dockerfile
Normal file
@@ -0,0 +1,2 @@
|
||||
FROM gitea/act_runner:latest
|
||||
RUN apk add --no-cache docker-cli docker-cli-compose
|
||||
Reference in New Issue
Block a user