qa/self-hosted labels run jobs directly in the runner container (Alpine), which lacked a docker client despite the mounted host socket.
3 lines
82 B
Docker
3 lines
82 B
Docker
FROM gitea/act_runner:latest
|
|
RUN apk add --no-cache docker-cli docker-cli-compose
|