Github user mxm commented on a diff in the pull request:

    https://github.com/apache/flink/pull/1443#discussion_r47079200
  
    --- Diff: flink-contrib/docker-flink/flink/Dockerfile ---
    @@ -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 - 
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
    +    wget -q -O - 
http://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/
    --- End diff --
    
    I think it's fine to switch the mirror. There was no particular reason for 
the mirror before. It would be neat to go through the mirrors list at 
http://www.apache.org/dyn/closer.lua/flink/flink-0.10.1/flink-0.10.1-bin-hadoop27-scala_2.11.tgz
 but not necessary to change that now.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to