Fix: Use catthehacker image for runner to include Docker CLI

This commit is contained in:
2026-01-28 23:36:51 +01:00
parent 7ec1eb9120
commit 5bf5701e0d

View File

@@ -13,7 +13,8 @@ services:
- GITEA_RUNNER_REGISTRATION_TOKEN=${RUNNER_TOKEN} - GITEA_RUNNER_REGISTRATION_TOKEN=${RUNNER_TOKEN}
- GITEA_RUNNER_NAME=internal-runner - GITEA_RUNNER_NAME=internal-runner
# Default labels # Default labels
- GITEA_RUNNER_LABELS=ubuntu-latest:docker://node:22-bookworm,ubuntu-22.04:docker://node:16-bullseye # Use an image that contains Docker CLI, Git, and Node.js
- GITEA_RUNNER_LABELS=ubuntu-latest:docker://catthehacker/ubuntu:act-latest
volumes: volumes:
# Persist configuration and data # Persist configuration and data
- ./data:/data - ./data:/data