You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2021/01/26 18:18:21 UTC

[GitHub] [flink-docker] rmetzger commented on a change in pull request #63: Adjust dev-1.12 branch for building 1.12.0

rmetzger commented on a change in pull request #63:
URL: https://github.com/apache/flink-docker/pull/63#discussion_r564729953



##########
File path: add-version.sh
##########
@@ -112,9 +112,9 @@ for source_variant in "${SOURCE_VARIANTS[@]}"; do
 
             flink_url_file_path=flink/flink-${flink_version}/flink-${flink_version}-bin-scala_${scala_version}.tgz
 
-            flink_tgz_url="https://www.apache.org/dyn/closer.cgi?action=download&filename=${flink_url_file_path}"
+            flink_tgz_url="https://archive.apache.org/dist/${flink_url_file_path}"

Review comment:
       Why do we have to revert it?
   Isn't it generally more reliable to download from the archive, than the mirrors of the current versions?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org