From 5bf5701e0d51b63996bc86caa7b3bbfc551bd20d Mon Sep 17 00:00:00 2001 From: Aydent Date: Wed, 28 Jan 2026 23:36:51 +0100 Subject: [PATCH] Fix: Use catthehacker image for runner to include Docker CLI --- runner/docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/runner/docker-compose.yml b/runner/docker-compose.yml index 5c67a0e..6d66368 100644 --- a/runner/docker-compose.yml +++ b/runner/docker-compose.yml @@ -13,7 +13,8 @@ services: - GITEA_RUNNER_REGISTRATION_TOKEN=${RUNNER_TOKEN} - GITEA_RUNNER_NAME=internal-runner # 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: # Persist configuration and data - ./data:/data