Skip to content

Commit

Permalink
[FLINK-34746] Switching to the Apache CDN for Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hlteoh37 committed May 30, 2024
1 parent af15ec6 commit 0ac313e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ 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://dlcdn.apache.org/${flink_url_file_path}"
# Not all mirrors have the .asc files
flink_asc_url=https://downloads.apache.org/${flink_url_file_path}.asc

Expand Down

0 comments on commit 0ac313e

Please sign in to comment.