This is an automated email from the ASF dual-hosted git repository.
hong pushed a commit to branch dev-1.19
in repository https://gitbox.apache.org/repos/asf/flink-docker.git
The following commit(s) were added to refs/heads/dev-1.19 by this push:
new 7f63237 [FLINK-34746] Switching to the Apache CDN for Dockerfile
7f63237 is described below
commit 7f63237615138615826f2820ca54ff2054514fca
Author: Hong Teoh <[email protected]>
AuthorDate: Thu May 30 15:09:14 2024 +0100
[FLINK-34746] Switching to the Apache CDN for Dockerfile
---
add-version.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/add-version.sh b/add-version.sh
index c79e142..3e34935 100755
--- a/add-version.sh
+++ b/add-version.sh
@@ -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