diff options
| author | Tom Rini <trini@konsulko.com> | 2025-07-25 13:03:01 -0600 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2025-07-25 13:03:01 -0600 |
| commit | 1d782a3f229c269d01e5b7a94744bcd7f53e3f47 (patch) | |
| tree | 40deaa2af7d8381a1e9df472a1bf59a7268db33b /.gitlab-ci.yml | |
| parent | 2a19fc236f7d48c84e9ddeea630095e4a81c6538 (diff) | |
Docker, CI: Update to latest Ubuntu and Dockerfile
- Update to Ubuntu "Jammy" 20250714 tag
- Update to current Dockerfile which brings us QEMU 10.0.2 and newer
coreboot and pulls in lz4 via the non-legacy package name.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dd628fb1cfa..85401d3e09b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,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:jammy-20250404-29Apr2025 +image: ${MIRROR_DOCKER}/trini/u-boot-gitlab-ci-runner:jammy-20250714-25Jul2025 # We run some tests in different order, to catch some failures quicker. stages: |
