From a96d2fef8edd01f57079f68d92189e1b84378fb8 Mon Sep 17 00:00:00 2001 From: Sergey Andreenko Date: Thu, 5 Apr 2018 20:09:46 -0700 Subject: Update docker images for arm32 (#17422) * mark places that we need to change * update dockumentation for arm * update build.sh for arm * update dockers' versions * fix build.sh * change default version for arm/armem/arm64 --- netci.groovy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'netci.groovy') diff --git a/netci.groovy b/netci.groovy index 2984308eff..c4994c9129 100755 --- a/netci.groovy +++ b/netci.groovy @@ -968,10 +968,10 @@ def static getDockerImageName(def architecture, def os, def isBuild) { } else if (architecture == 'armem') { if (os == 'Ubuntu') { - return "microsoft/dotnet-buildtools-prereqs:ubuntu-14.04-cross-0cd4667-20172211042239" + return "microsoft/dotnet-buildtools-prereqs:ubuntu-14.04-cross-e435274-20180405193556" } else if (os == 'Ubuntu16.04') { - return "microsoft/dotnet-buildtools-prereqs:ubuntu-16.04-cross-ef0ac75-20175511035548" + return "microsoft/dotnet-buildtools-prereqs:ubuntu-16.04-cross-e435274-20180404203310" } else if (os == 'Tizen') { return "hqueue/dotnetcore:ubuntu1404_cross_prereqs_v4-tizen_rootfs" @@ -979,7 +979,7 @@ def static getDockerImageName(def architecture, def os, def isBuild) { } else if (architecture == 'arm') { if (os == 'Ubuntu') { - return "microsoft/dotnet-buildtools-prereqs:ubuntu-14.04-cross-e435274-20180323032140" + return "microsoft/dotnet-buildtools-prereqs:ubuntu-14.04-cross-e435274-20180405193556" } } } -- cgit v1.2.3