Skip to content

Commit 1805e2f

Browse files
hrwjovial
authored andcommitted
storm: fetch storm archive from upstream
URL in Dockerfile was giving us 404 error Change-Id: I16d5f79c00473e5113aee3739defc822b516bda4 (cherry picked from commit c738153) (cherry picked from commit eb20d04)
1 parent 355e178 commit 1805e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/storm/Dockerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
2121

2222
{% block storm_version %}
2323
ENV storm_version=1.2.2
24-
ENV storm_url=http://www.mirrorservice.org/sites/ftp.apache.org/storm/apache-storm-${storm_version}/apache-storm-${storm_version}.tar.gz
24+
ENV storm_url=https://archive.apache.org/dist/storm/apache-storm-${storm_version}/apache-storm-${storm_version}.tar.gz
2525
ENV storm_pkg_sha512sum=0a1120b8df7b22edc75f0a412d625841f72f3fb8e9ff5d413d510908d68ea1f0c17d68c1a7f1eda427b40902452e9efcae902c36499b558592e41cc1079de2e0
2626
{% endblock %}
2727

0 commit comments

Comments
 (0)