This is an automated email from the ASF dual-hosted git repository.

jingge pushed a commit to branch dev-1.18
in repository https://gitbox.apache.org/repos/asf/flink-docker.git


The following commit(s) were added to refs/heads/dev-1.18 by this push:
     new 9a5b2d9  [FLINK-34165] Update apache download url
9a5b2d9 is described below

commit 9a5b2d97c7d361519a542fbf5a2c91ab8a3090fc
Author: jingge <gej...@gmail.com>
AuthorDate: Mon Jan 22 15:23:53 2024 +0100

    [FLINK-34165] Update apache download url
---
 add-version.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/add-version.sh b/add-version.sh
index 0ae0965..abc002d 100755
--- a/add-version.sh
+++ b/add-version.sh
@@ -126,7 +126,7 @@ for source_variant in "${SOURCE_VARIANTS[@]}"; do
 
             
flink_tgz_url="https://www.apache.org/dyn/closer.cgi?action=download&filename=${flink_url_file_path}";
             # Not all mirrors have the .asc files
-            
flink_asc_url=https://www.apache.org/dist/${flink_url_file_path}.asc
+            
flink_asc_url=https://downloads.apache.org/${flink_url_file_path}.asc
 
             mkdir "$dir"
             generateDockerfile "${dir}" "${flink_tgz_url}" "${flink_asc_url}" 
${gpg_key} true ${java_version} ${source_variant}

Reply via email to