Fix act_runner: add :z SELinux label to Docker socket mount
Some checks failed
Build and Deploy UMBRA / build-and-deploy (push) Has been cancelled

SELinux in enforcing mode blocks container access to the Docker
socket. The :z flag relabels the socket for shared container access.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Kyle 2026-03-18 04:38:16 +08:00
parent 3ca1a9af08
commit 3ad216ab0c

View File

@ -69,7 +69,7 @@ services:
user: "0:0"
volumes:
- act_runner_data:/data
- /var/run/docker.sock:/var/run/docker.sock
- /var/run/docker.sock:/var/run/docker.sock:z
environment:
- DOCKER_HOST=unix:///var/run/docker.sock
- GITEA_INSTANCE_URL=https://git.sentinelforest.xyz