]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
CI: Move to latest Ubuntu "Jammy" tag
authorTom Rini <trini@konsulko.com>
Wed, 17 Jan 2024 20:04:50 +0000 (15:04 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 18 Jan 2024 14:04:34 +0000 (09:04 -0500)
Move to the latest "Jammy" tag from Ubuntu.

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

index b9d6aa98a0b9afec50a45e93297b923b4dc91fd6..e2646783ee625f4c29c26b020dcdb6f894b4cfe9 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-20230804-25Aug2023
+  ci_runner_image: trini/u-boot-gitlab-ci-runner:jammy-20240111-17Jan2024
   # 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 fbf99f0322a7be2c16cfead4c5857955590a8d05..278a2e2bbf31839abc032593886cf13701c4c3c0 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-20230804-25Aug2023
+image: ${MIRROR_DOCKER}/trini/u-boot-gitlab-ci-runner:jammy-20240111-17Jan2024
 
 # We run some tests in different order, to catch some failures quicker.
 stages:
index 72ffb99a0c15d39fe13f2e97920414cfb76f926a..0e2dd0a6a9468fa26d80135cf140ff82610d3d54 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-20230804
+FROM ubuntu:jammy-20240111
 MAINTAINER Tom Rini <trini@konsulko.com>
 LABEL Description=" This image is for building U-Boot inside a container"