Fix Zookeeper builds

Use the archive URL rather than the current release which has now moved
forward.

Change-Id: Iab73d3d13025a1498da8c5b573b4cacd8340d3a9
This commit is contained in:
Mark Goddard 2019-04-02 20:13:12 +01:00
parent 2399c42d93
commit 5f83955141
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% block zookeeper_version %}
ENV zookeeper_version=3.4.13
ENV zookeeper_url=http://apache.mirror.anlx.net/zookeeper/zookeeper-${zookeeper_version}/zookeeper-${zookeeper_version}.tar.gz
ENV zookeeper_url=http://archive.apache.org/dist/zookeeper/zookeeper-${zookeeper_version}/zookeeper-${zookeeper_version}.tar.gz
ENV zookeeper_pkg_sha1sum=a989b527f3f990d471e6d47ee410e57d8be7620b
{% endblock %}