[Concept,21/21] CI: Update container to noble-20251001-13Apr2026
Commit Message
From: Simon Glass <sjg@chromium.org>
Rebuild the CI runner image with genisoimage included for the ISO
9660 tests. Update .gitlab-ci.yml and .azure-pipelines.yml to refer
to the new tag.
Signed-off-by: Simon Glass <sjg@chromium.org>
---
.azure-pipelines.yml | 2 +-
.gitlab-ci.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
@@ -2,7 +2,7 @@ variables:
windows_vm: windows-2022
ubuntu_vm: ubuntu-24.04
macos_vm: macOS-14
- ci_runner_image: sjg20/u-boot-gitlab-ci-runner:noble-20251001-10Apr2026
+ ci_runner_image: sjg20/u-boot-gitlab-ci-runner:noble-20251001-13Apr2026
# Ensure we do a shallow clone
Agent.Source.Git.ShallowFetchDepth: 1
# Add '-u 0' options for Azure pipelines, otherwise we get "permission
@@ -27,7 +27,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}/sjg20/u-boot-gitlab-ci-runner:noble-20251001-10Apr2026
+ image: ${MIRROR_DOCKER}/sjg20/u-boot-gitlab-ci-runner:noble-20251001-13Apr2026
services:
- name: container-$(CI_JOB_ID)
command: ["--rm"]