This is an automated email from the ASF dual-hosted git repository.
jingge pushed a commit to branch dev-master
in repository https://gitbox.apache.org/repos/asf/flink-docker.git
The following commit(s) were added to refs/heads/dev-master by this push:
new c7c63c3 [FLINK-34165] update the apache download url
c7c63c3 is described below
commit c7c63c3eb45390378d2e547457820328007e86c4
Author: jingge <[email protected]>
AuthorDate: Tue Jan 23 09:11:55 2024 +0100
[FLINK-34165] update the 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 43b5f82..1e511fc 100755
--- a/add-version.sh
+++ b/add-version.sh
@@ -124,7 +124,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}