Use Podman (not Docker) as the gitea-actions-runner backend
The default docker package is marked insecure; the runner module already supports Podman natively (DOCKER_HOST -> /run/podman/podman.sock, group podman), and the socket + group are already present on the host. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -201,10 +201,8 @@
|
||||
########################################
|
||||
# Gitea Actions Runner
|
||||
########################################
|
||||
# Docker-Daemon für die Job-Container des Runners (läuft parallel zu Podman,
|
||||
# das weiterhin die App-Container betreibt).
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
# Job-Container laufen über das bereits vorhandene Podman (das Modul erkennt
|
||||
# das automatisch: DOCKER_HOST -> /run/podman/podman.sock, Gruppe "podman").
|
||||
services.gitea-actions-runner = {
|
||||
package = pkgs.gitea-actions-runner;
|
||||
instances.fileserver = {
|
||||
|
||||
Reference in New Issue
Block a user