[Concept,21/21] CI: Update container to noble-20251001-13Apr2026

Message ID 20260416165733.2923423-22-sjg@u-boot.org
State New
Headers
Series fs: Add ISO 9660 filesystem driver ported from Linux |

Commit Message

Simon Glass April 16, 2026, 4:57 p.m. UTC
  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(-)
  

Patch

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index b7a685a7961..11393997933 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -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
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5c2cf647408..7b9bfb7c04e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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"]