]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
CI: Update to latest container images
authorTom Rini <trini@konsulko.com>
Sun, 30 Nov 2025 21:19:48 +0000 (15:19 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 1 Dec 2025 15:17:48 +0000 (09:17 -0600)
- Bump to noble-20251013
- Include tools for sage lab, build TF-A for platforms there.
- Switch to distro provided trace-cmd, add libengine-pkcs11-openssl
- Use mirrors for GNU projects
- Switch to QEMU 10.1.x

Signed-off-by: Tom Rini <trini@konsulko.com>
.azure-pipelines.yml
.gitlab-ci.yml
tools/docker/Dockerfile

index abbd48d0056b9eadae7f74da05b58dc0cf2dbfb6..032938ca34013f952c0ceee48be293ed860187b8 100644 (file)
@@ -2,7 +2,7 @@ variables:
   windows_vm: windows-2022
   ubuntu_vm: ubuntu-24.04
   macos_vm: macOS-14
-  ci_runner_image: trini/u-boot-gitlab-ci-runner:noble-20251001-11Nov2025
+  ci_runner_image: trini/u-boot-gitlab-ci-runner:noble-20251013-30Nov2025
   # Ensure we do a shallow clone
   Agent.Source.Git.ShallowFetchDepth: 1
   # Add '-u 0' options for Azure pipelines, otherwise we get "permission
index 6ed07cae317e100467fa78bc6f5d9a5a61aff5d6..08bea0dd234224b43cabd1da36dad0f786c77591 100644 (file)
@@ -19,7 +19,7 @@ workflow:
 
 # 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:noble-20251001-11Nov2025
+image: ${MIRROR_DOCKER}/trini/u-boot-gitlab-ci-runner:noble-20251013-30Nov2025
 
 # We run some tests in different order, to catch some failures quicker.
 stages:
index eb71460219f780f29b0d94068ebf6252061aa4f3..6eaa17800979017745fb54c9cc1b533035d767bf 100644 (file)
@@ -2,7 +2,7 @@
 # This Dockerfile is used to build an image containing basic stuff to be used
 # to build U-Boot and run our test suites.
 
-FROM ubuntu:noble-20251001
+FROM ubuntu:noble-20251013
 LABEL org.opencontainers.image.authors="Tom Rini <trini@konsulko.com>"
 LABEL org.opencontainers.image.description=" This image is for building U-Boot inside a container"