This is an automated email from the ASF dual-hosted git repository.
jhung pushed a commit to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-2.10 by this push:
new 1c7ae55 HADOOP-16655. Change cipher suite when fetching tomcat
tarball for branch-2
1c7ae55 is described below
commit 1c7ae55d7d3d903a9f634182ec142038d5efd7a3
Author: Jonathan Hung <[email protected]>
AuthorDate: Tue Oct 15 17:21:45 2019 -0700
HADOOP-16655. Change cipher suite when fetching tomcat tarball for branch-2
---
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 311fb65..0e2ac97 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 -Dhttps.protocols=TLSv1.2
+ENV MAVEN_OPTS -Xms256m -Xmx1536m -Dhttps.protocols=TLSv1.2
-Dhttps.cipherSuites=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
###
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]