Repository: hadoop Updated Branches: refs/heads/docker-hadoop-3 bced12e57 -> cec6c965e
HADOOP-15673. Hadoop:3 image is missing from dockerhub. Contributed by Bharat Viswanadham. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/cec6c965 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/cec6c965 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/cec6c965 Branch: refs/heads/docker-hadoop-3 Commit: cec6c965e8a96cd68b483734d8d7715a841c512e Parents: bced12e Author: Márton Elek <e...@apache.org> Authored: Mon Sep 17 15:17:39 2018 +0200 Committer: Márton Elek <e...@apache.org> Committed: Mon Sep 17 15:17:39 2018 +0200 ---------------------------------------------------------------------- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/cec6c965/Dockerfile ---------------------------------------------------------------------- diff --git a/Dockerfile b/Dockerfile index 9a69285..b4c56b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # limitations under the License. FROM apache/hadoop-runner -ARG HADOOP_URL=https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=hadoop/common/hadoop-3.0.0/hadoop-3.0.0.tar.gz +ARG HADOOP_URL=https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=hadoop/common/hadoop-3.1.1/hadoop-3.1.1.tar.gz WORKDIR /opt RUN sudo rm -rf /opt/hadoop && wget $HADOOP_URL -O hadoop.tar.gz && tar zxf hadoop.tar.gz && rm hadoop.tar.gz && mv hadoop* hadoop && rm -rf /opt/hadoop/share/doc WORKDIR /opt/hadoop --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org