From db08c5a208c231fca3099bf1234e3c9af0433438 Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Thu, 26 Mar 2026 11:41:55 -0500 Subject: [PATCH] ci: set runner default_image to ubuntu:24.04 Replace pantheon-ci:latest (custom, potentially stale) with ubuntu:24.04 as the fallback container for jobs that don't specify container:. --- servers/legion/apps/gitea-runner.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/legion/apps/gitea-runner.yaml b/servers/legion/apps/gitea-runner.yaml index 1001469..6a641b1 100644 --- a/servers/legion/apps/gitea-runner.yaml +++ b/servers/legion/apps/gitea-runner.yaml @@ -37,7 +37,7 @@ spec: docker_host: "unix:///var/run/docker.sock" force_pull: false valid_volumes: [] - default_image: "registry.neuralplatform.ai/pantheon-ci:latest" + default_image: "ubuntu:24.04" EOF envFrom: - secretRef: