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 el...@apache.org on 2019/03/13 15:54:24 UTC

[hadoop] 01/01: HDDS-1215. Revert "HDDS-1092. Use Java 11 JRE to run Ozone in containers. Contributed by Elek, Marton."

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

elek pushed a commit to branch docker-hadoop-runner-jdk8
in repository https://gitbox.apache.org/repos/asf/hadoop.git

commit 6b7804925aa2993ba14dfda4b56fed8efb3bf848
Author: Márton Elek <el...@apache.org>
AuthorDate: Wed Mar 13 16:46:10 2019 +0100

    HDDS-1215. Revert "HDDS-1092. Use Java 11 JRE to run Ozone in containers. Contributed by Elek, Marton."
    
    This reverts commit efee4eadac494b99b3a48a79e7864756ad51ca7c.
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index f50bc7b..d06cb82 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,7 +16,7 @@
 
 FROM centos
 RUN rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
-RUN yum install -y sudo python2-pip wget nmap-ncat jq java-11-openjdk
+RUN yum install -y sudo python2-pip wget nmap-ncat jq java-1.8.0-openjdk
 RUN pip install robotframework
 RUN wget -O /usr/local/bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.2.0/dumb-init_1.2.0_amd64
 RUN chmod +x /usr/local/bin/dumb-init


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