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:
2026-07-18 21:37:09 +02:00
parent ac80d261b8
commit 2e78934b3a
+2 -4
View File
@@ -201,10 +201,8 @@
######################################## ########################################
# Gitea Actions Runner # Gitea Actions Runner
######################################## ########################################
# Docker-Daemon für die Job-Container des Runners (läuft parallel zu Podman, # Job-Container laufen über das bereits vorhandene Podman (das Modul erkennt
# das weiterhin die App-Container betreibt). # das automatisch: DOCKER_HOST -> /run/podman/podman.sock, Gruppe "podman").
virtualisation.docker.enable = true;
services.gitea-actions-runner = { services.gitea-actions-runner = {
package = pkgs.gitea-actions-runner; package = pkgs.gitea-actions-runner;
instances.fileserver = { instances.fileserver = {