aboutsummaryrefslogtreecommitdiff
path: root/.azure-pipelines.yml
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-15 16:18:16 -0400
committerTom Rini <trini@konsulko.com>2022-03-15 16:18:16 -0400
commit17af72eb16a36c5d9c0348baab93615fcf0512d3 (patch)
tree067bfa845dd47ef93adafec1147d303320c39d90 /.azure-pipelines.yml
parent2abf048ab7b835787d6627423559832f2b18f253 (diff)
downloadu-boot-17af72eb16a36c5d9c0348baab93615fcf0512d3.zip
u-boot-17af72eb16a36c5d9c0348baab93615fcf0512d3.tar.gz
u-boot-17af72eb16a36c5d9c0348baab93615fcf0512d3.tar.bz2
CI, Docker: Update to latest focal 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 8352b10..cf49161 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -2,7 +2,7 @@ variables:
windows_vm: windows-2019
ubuntu_vm: ubuntu-18.04
macos_vm: macOS-10.15
- ci_runner_image: trini/u-boot-gitlab-ci-runner:focal-20220113-03Feb2022
+ ci_runner_image: trini/u-boot-gitlab-ci-runner:focal-20220302-15Mar2022
# 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.