Azure/GitLab: Move to latest Docker image
authorTom Rini <trini@konsulko.com>
Thu, 18 Jun 2020 17:51:39 +0000 (13:51 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 18 Jun 2020 17:51:39 +0000 (13:51 -0400)
- Add guestfstools, efitools
- Latest Ubuntu/bionic snapshot

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

index 636500d6cead910a46ff4f758d7152d8ad3f0c81..28387ce17cae0921b4ee77b938b4e5236806e33a 100644 (file)
@@ -2,7 +2,7 @@ variables:
   windows_vm: vs2017-win2016
   ubuntu_vm: ubuntu-18.04
   macos_vm: macOS-10.15
-  ci_runner_image: trini/u-boot-gitlab-ci-runner:bionic-20200403-27Apr2020
+  ci_runner_image: trini/u-boot-gitlab-ci-runner:bionic-20200526-18Jun2020
   # 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 badfcb4254ed2c2079826a8d30d5c84f6e91a158..f2e491c1172dd38bc2bba34cb2add2a201cf5492 100644 (file)
@@ -2,7 +2,7 @@
 
 # Grab our configured image.  The source for this is found at:
 # https://gitlab.denx.de/u-boot/gitlab-ci-runner
-image: trini/u-boot-gitlab-ci-runner:bionic-20200403-27Apr2020
+image: trini/u-boot-gitlab-ci-runner:bionic-20200526-18Jun2020
 
 # We run some tests in different order, to catch some failures quicker.
 stages: