From: wtgodbe Date: Thu, 13 Apr 2017 21:29:56 +0000 (-0700) Subject: Use updated Docker images for Crossbuild X-Git-Tag: submit/tizen/20210909.063632~11030^2~7266^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f991c83cef2048d45f589476ee952861069a74e7;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Use updated Docker images for Crossbuild Commit migrated from https://github.com/dotnet/coreclr/commit/acbcc41533c54f837c0bb0d4307dea519385b5dc --- diff --git a/src/coreclr/buildpipeline/pipelines.json b/src/coreclr/buildpipeline/pipelines.json index b66a7f0..e6889f9 100644 --- a/src/coreclr/buildpipeline/pipelines.json +++ b/src/coreclr/buildpipeline/pipelines.json @@ -261,7 +261,7 @@ { "Name": "DotNet-CoreClr-Trusted-Linux-Crossbuild", "Parameters": { - "DockerTag": "ubuntu1404_cross_prereqs_v3", + "DockerTag": "ubuntu-14.04-cross-0cd4667-20172211042239", "Architecture": "arm", "Rid": "ubuntu.14.04" }, @@ -276,7 +276,7 @@ { "Name": "DotNet-CoreClr-Trusted-Linux-Crossbuild", "Parameters": { - "DockerTag": "ubuntu1404_cross_prereqs_v3", + "DockerTag": "ubuntu-14.04-cross-0cd4667-20172211042239", "Architecture": "arm", "portableBuild": "-portable", "Rid": "ubuntu.14.04" @@ -292,7 +292,7 @@ { "Name": "DotNet-CoreClr-Trusted-Linux-Crossbuild", "Parameters": { - "DockerTag": "ubuntu1604_cross_prereqs_v2", + "DockerTag": "ubuntu-16.04-cross-ef0ac75-20175511035548", "Architecture": "arm", "Rid": "ubuntu.16.04" },