From f991c83cef2048d45f589476ee952861069a74e7 Mon Sep 17 00:00:00 2001 From: wtgodbe Date: Thu, 13 Apr 2017 14:29:56 -0700 Subject: [PATCH] Use updated Docker images for Crossbuild Commit migrated from https://github.com/dotnet/coreclr/commit/acbcc41533c54f837c0bb0d4307dea519385b5dc --- src/coreclr/buildpipeline/pipelines.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" }, -- 2.7.4