You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ji...@apache.org on 2024/01/23 07:14:30 UTC

(flink-docker) branch dev-1.15 updated: [FLINK-34165] update the apache download url for asc

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

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


The following commit(s) were added to refs/heads/dev-1.15 by this push:
     new 8a28eda  [FLINK-34165] update the apache download url for asc
8a28eda is described below

commit 8a28eda4a7323196788120fa36710e79010eba01
Author: jingge <ge...@gmail.com>
AuthorDate: Mon Jan 22 17:49:12 2024 +0100

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

diff --git a/add-version.sh b/add-version.sh
index 5d5fa52..1200393 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}