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:.
This commit is contained in:
Will Anderson
2026-03-26 11:41:55 -05:00
parent 978639601c
commit db08c5a208
+1 -1
View File
@@ -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: