summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
authorSergey Andreenko <seandree@microsoft.com>2018-04-05 20:09:46 -0700
committerGitHub <noreply@github.com>2018-04-05 20:09:46 -0700
commita96d2fef8edd01f57079f68d92189e1b84378fb8 (patch)
tree8983f319a5d83c5709b3786d38c080d5720248b4 /netci.groovy
parent73e10d266db673368870feedcbefdb945cb7bc25 (diff)
downloadcoreclr-a96d2fef8edd01f57079f68d92189e1b84378fb8.tar.gz
coreclr-a96d2fef8edd01f57079f68d92189e1b84378fb8.tar.bz2
coreclr-a96d2fef8edd01f57079f68d92189e1b84378fb8.zip
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
Diffstat (limited to 'netci.groovy')
-rwxr-xr-xnetci.groovy6
1 files changed, 3 insertions, 3 deletions
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"
}
}
}