summaryrefslogtreecommitdiff
path: root/buildpipeline/pipelines.json
diff options
context:
space:
mode:
authorJan Vorlicek <janvorli@microsoft.com>2017-10-06 03:12:04 +0200
committerGitHub <noreply@github.com>2017-10-06 03:12:04 +0200
commit4e033eabe262457733b7f4f8045083eb1baca582 (patch)
tree1852bdd76a9ce2426028deaa4083592e39144a72 /buildpipeline/pipelines.json
parent7e43a10cdb136cc1213b1f5b2db406b9830108e4 (diff)
downloadcoreclr-4e033eabe262457733b7f4f8045083eb1baca582.tar.gz
coreclr-4e033eabe262457733b7f4f8045083eb1baca582.tar.bz2
coreclr-4e033eabe262457733b7f4f8045083eb1baca582.zip
Update CentOS 6 and 7 docker images (#14349)
The images now contains clang 3.9 with PGO support
Diffstat (limited to 'buildpipeline/pipelines.json')
-rw-r--r--buildpipeline/pipelines.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildpipeline/pipelines.json b/buildpipeline/pipelines.json
index 9841462ec3..9393537407 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"
},