]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
CI: Move to latest container image
authorTom Rini <trini@konsulko.com>
Tue, 13 Feb 2024 14:39:28 +0000 (09:39 -0500)
committerTom Rini <trini@konsulko.com>
Tue, 27 Feb 2024 21:28:52 +0000 (16:28 -0500)
This moves us to our latest container image, which is now based on the
current "Jammy" tag.

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

index aebcc89086875d5a9d11a78dbda1083f3fa81e82..7c3172610ee66c048f6906708b7beddb43fb4d42 100644 (file)
@@ -2,7 +2,7 @@ variables:
   windows_vm: windows-2019
   ubuntu_vm: ubuntu-22.04
   macos_vm: macOS-12
-  ci_runner_image: trini/u-boot-gitlab-ci-runner:jammy-20240111-17Jan2024
+  ci_runner_image: trini/u-boot-gitlab-ci-runner:jammy-20240125-12Feb2024
   # Add '-u 0' options for Azure pipelines, otherwise we get "permission
   # denied" error when it tries to "useradd -m -u 1001 vsts_azpcontainer",
   # since our $(ci_runner_image) user is not root.
index 66f3cb14b03aff66b892d9671f68ca40f49554b1..6ab3bb5ec2aa86c25b90ee5bcd46f45786cafc94 100644 (file)
@@ -10,7 +10,7 @@ default:
 
 # 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-20240111-17Jan2024
+image: ${MIRROR_DOCKER}/trini/u-boot-gitlab-ci-runner:jammy-20240125-12Feb2024
 
 # We run some tests in different order, to catch some failures quicker.
 stages:
index 3d044657406e2ebc5a4f1c1243329533c4444d07..274255456619df1fa28a9c4d03e153337b02f5ea 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:jammy-20240111
+FROM ubuntu:jammy-20240125
 MAINTAINER Tom Rini <trini@konsulko.com>
 LABEL Description=" This image is for building U-Boot inside a container"