You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by jh...@apache.org on 2019/02/02 03:12:56 UTC

[hadoop] branch branch-2-jhung-test updated: Add TLSv1.2 in MAVEN_OPTS

This is an automated email from the ASF dual-hosted git repository.

jhung pushed a commit to branch branch-2-jhung-test
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-2-jhung-test by this push:
     new 3deba5f  Add TLSv1.2 in MAVEN_OPTS
3deba5f is described below

commit 3deba5f1cc8ab48fce25ceabb88a90afeaad4c05
Author: Jonathan Hung <jh...@linkedin.com>
AuthorDate: Fri Feb 1 19:12:50 2019 -0800

    Add TLSv1.2 in MAVEN_OPTS
---
 dev-support/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/docker/Dockerfile b/dev-support/docker/Dockerfile
index c18ebc9..b709336 100644
--- a/dev-support/docker/Dockerfile
+++ b/dev-support/docker/Dockerfile
@@ -213,7 +213,7 @@ RUN curl -L -s -S \
 ###
 # Avoid out of memory errors in builds
 ###
-ENV MAVEN_OPTS -Xms256m -Xmx1536m
+ENV MAVEN_OPTS -Xms256m -Xmx1536m -Dhttps.protocols=TLSv1.2
 
 
 ###


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org