diff options
author | Tom Rini <trini@konsulko.com> | 2022-02-03 08:38:34 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-02-03 12:15:32 -0500 |
commit | cd59d44cfd5daebaab4b01a0a5f2931f9e4ed834 (patch) | |
tree | b343e6af46687229ef2a50bd52a07c0a794d14dd /.azure-pipelines.yml | |
parent | ad3616edb093eae93cf74ae62e04d1545a1e1cb1 (diff) | |
download | u-boot-cd59d44cfd5daebaab4b01a0a5f2931f9e4ed834.tar.gz |
Dockfile, CI: Update to latest focal tag and build
- Latest focal tag
- Add libgnutls to image
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r-- | .azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index f2aa332be5c..81ab77e1345 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-20220105-10Jan2022 + ci_runner_image: trini/u-boot-gitlab-ci-runner:focal-20220113-03Feb2022 # 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. |