Joe McDonnell has uploaded this change for review. ( http://gerrit.cloudera.org:8080/14366
Change subject: IMPALA-8978: Fix TLS issues in Centos 6 docker image build ...................................................................... IMPALA-8978: Fix TLS issues in Centos 6 docker image build Everything needs TLSv1.2 now, and the version of nss that ships with Centos 6.6 is too old. We already knew this and were installing the nss from Centos 6.8, but we were installing it after all the yum-install commands. The yum-install commands now fail with TLS issues, so this installs the new nss before invoking any other yum-install commands. Testing: - Built the redhat6 docker image Change-Id: I938a949a16eaf3291e765d67fbb1fd8912b8424f --- M docker/redhat6.df 1 file changed, 5 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/native-toolchain refs/changes/66/14366/1 -- To view, visit http://gerrit.cloudera.org:8080/14366 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: native-toolchain Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I938a949a16eaf3291e765d67fbb1fd8912b8424f Gerrit-Change-Number: 14366 Gerrit-PatchSet: 1 Gerrit-Owner: Joe McDonnell <[email protected]>
