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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user