From 4e033eabe262457733b7f4f8045083eb1baca582 Mon Sep 17 00:00:00 2001 From: Jan Vorlicek Date: Fri, 6 Oct 2017 03:12:04 +0200 Subject: [PATCH] Update CentOS 6 and 7 docker images (#14349) The images now contains clang 3.9 with PGO support --- buildpipeline/DotNet-CoreClr-Trusted-Linux.json | 2 +- buildpipeline/pipelines.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/buildpipeline/DotNet-CoreClr-Trusted-Linux.json b/buildpipeline/DotNet-CoreClr-Trusted-Linux.json index d40dbfb..c237b54 100644 --- a/buildpipeline/DotNet-CoreClr-Trusted-Linux.json +++ b/buildpipeline/DotNet-CoreClr-Trusted-Linux.json @@ -324,7 +324,7 @@ "value": "microsoft/dotnet-buildtools-prereqs" }, "DockerTag": { - "value": "centos-7-34f1db9-20171620021620", + "value": "centos-7-d485f41-20173404063424", "allowOverride": true }, "CloudDropAccountName": { diff --git a/buildpipeline/pipelines.json b/buildpipeline/pipelines.json index 9841462..9393537 100644 --- a/buildpipeline/pipelines.json +++ b/buildpipeline/pipelines.json @@ -13,7 +13,7 @@ { "Name": "DotNet-CoreClr-Trusted-Linux", "Parameters": { - "DockerTag": "centos-7-34f1db9-20171620021620", + "DockerTag": "centos-7-d485f41-20173404063424", "Rid": "linux" }, "ReportingParameters": { @@ -26,7 +26,7 @@ { "Name": "DotNet-CoreClr-Trusted-Linux", "Parameters": { - "DockerTag": "centos-6-c8c9b08-20174310104313", + "DockerTag": "centos-6-d485f41-20173404063424", "Rid": "rhel.6", "PB_AdditionalBuildArgs": "-portablebuild=false" }, -- 2.7.4