From 963708a783531717a3d1199a698f7e3348530fe8 Mon Sep 17 00:00:00 2001 From: Jan Vorlicek Date: Wed, 11 Oct 2017 18:12:42 +0200 Subject: [PATCH] Update CentOS 6 docker image This update fixes problem with git not supporting https protocol Commit migrated from https://github.com/dotnet/core-setup/commit/82f21b85a570fa2aad7f0ed99a168c0fda05612f --- src/installer/buildpipeline/pipeline.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installer/buildpipeline/pipeline.json b/src/installer/buildpipeline/pipeline.json index d94a4c7..8473010 100644 --- a/src/installer/buildpipeline/pipeline.json +++ b/src/installer/buildpipeline/pipeline.json @@ -34,7 +34,7 @@ "Name": "Core-Setup-Linux-Arm-BT", "Parameters": { "PB_DistroRid": "rhel.6-x64", - "PB_DockerTag": "centos-6-d485f41-20173404063424", + "PB_DockerTag": "centos-6-376e1a3-20174311014331", "PB_TargetArchitecture": "x64", "PB_AdditionalBuildArguments":"-TargetArchitecture=x64 -DistroRid=rhel.6-x64 -PortableBuild=false -strip-symbols", "PB_PortableBuild": "false" -- 2.7.4