Skip to content

Commit

Permalink
[docker-flink] Bumped the docker container to the latest version.
Browse files Browse the repository at this point in the history
This closes apache#1366
  • Loading branch information
Omer Katz authored and rmetzger committed Dec 7, 2015
1 parent 526e5af commit fe5e2e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flink-contrib/docker-flink/flink/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ FROM base
RUN ssh-keygen -f ~/.ssh/id_rsa -t rsa -N ''
RUN cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys && chmod 600 ~/.ssh/*

##Flink 0.8.1 Installation
##Flink 0.10.0 Installation
###Download:
RUN mkdir ~/downloads && cd ~/downloads && \
wget -q -O - http://mirrors.advancedhosters.com/apache/flink/flink-0.8.1/flink-0.8.1-bin-hadoop2.tgz | tar -zxvf - -C /usr/local/
RUN cd /usr/local && ln -s ./flink-0.8.1 flink
wget -q -O - http://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

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

0 comments on commit fe5e2e1

Please sign in to comment.