diff options
| author | Tom Rini <[email protected]> | 2025-04-10 09:15:05 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-04-10 11:06:50 -0600 |
| commit | 206ca97fac5bc638b04b712075d8bb4656d79395 (patch) | |
| tree | 611fc70b5e6d72aad38d455cfb997d7ec079a5ef /.gitlab-ci.yml | |
| parent | 970cd1319a7867f8dfe8f7644b9fa773ccce9149 (diff) | |
CI: Move to latest container images
- Bump up "Jammy" tag to jammy-20250404
- Include most recent changes to the Dockerfile itself
Signed-off-by: Tom Rini <[email protected]>
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 df793e50e03..e54bdd6c4be 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-20240911.1-28Jan2025 +image: ${MIRROR_DOCKER}/trini/u-boot-gitlab-ci-runner:jammy-20250404-10Apr2025 # We run some tests in different order, to catch some failures quicker. stages: |
