Skip to content

Commit

Permalink
[FLINK-3155][docker] update Flink version to 0.10.1
Browse files Browse the repository at this point in the history
This closes apache#1443.
  • Loading branch information
romeokienzler authored and mxm committed Dec 9, 2015
1 parent 4f12356 commit 3de49f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flink-contrib/docker-flink/flink/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ RUN cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys && chmod 600 ~/.ssh/*
##Flink 0.10.0 Installation
###Download:
RUN mkdir ~/downloads && cd ~/downloads && \
wget -q -O - https://apache.spd.co.il/flink/flink-0.10.0/flink-0.10.0-bin-hadoop27-scala_2.11.tgz | tar -zxvf - -C /usr/local/
RUN cd /usr/local && ln -s ./flink-0.10.0 flink
wget -q -O - https://mirror.switch.ch/mirror/apache/dist/flink/flink-0.10.1/flink-0.10.1-bin-hadoop27-scala_2.11.tgz| tar -zxvf - -C /usr/local/
RUN cd /usr/local && ln -s ./flink-0.10.1 flink

ENV FLINK_HOME /usr/local/flink
ENV PATH $PATH:$FLINK_HOME/bin
Expand Down

0 comments on commit 3de49f5

Please sign in to comment.