aboutsummaryrefslogtreecommitdiff
path: root/.azure-pipelines.yml
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-02-13 09:39:28 -0500
committerTom Rini <trini@konsulko.com>2024-02-27 16:28:52 -0500
commitcb59ca304ae2bec3160b9a9fcd49ff0f7a8adb32 (patch)
tree8627c71e3cff008731388d318593ce53ea61b6b2 /.azure-pipelines.yml
parent3a79c91f43dac8c48d573d946d1e0ccc1f10911a (diff)
downloadu-boot-cb59ca304ae2bec3160b9a9fcd49ff0f7a8adb32.zip
u-boot-cb59ca304ae2bec3160b9a9fcd49ff0f7a8adb32.tar.gz
u-boot-cb59ca304ae2bec3160b9a9fcd49ff0f7a8adb32.tar.bz2
CI: Move to latest container image
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>
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r--.azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index aebcc89..7c31726 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -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.