CI: Switch to new docker image

Use an image with Rust support so we can test the Rust integration.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-09-10 18:55:30 -06:00
parent 08dccb40fe
commit 87ad530f85

View File

@@ -20,7 +20,7 @@ default:
- ${DEFAULT_TAG}
# Grab our configured image. The source for this is found
# in the u-boot tree at tools/docker/Dockerfile
image: ${MIRROR_DOCKER}/trini/u-boot-gitlab-ci-runner:jammy-20250404-29Apr2025
image: ${MIRROR_DOCKER}/sjg20/u-boot-gitlab-ci-runner:jammy-20250714-10Sep2025p2
services:
- name: container-$(CI_JOB_ID)
command: ["--rm"]