Skip to content

Commit

Permalink
FAB-6931 update zookeeper reference version
Browse files Browse the repository at this point in the history
zookeeper reference version (3.4.9) has been removed from
the third party repo (31z4/zookeeper-docker) and update to 3.4.10 version

Change-Id: I1c3869928aa1e614515b72cb6679e884c57b207d
Signed-off-by: rameshthoomu <rameshbabu.thoomu@gmail.com>
  • Loading branch information
rameshthoomu committed Nov 13, 2017
1 parent c7c8827 commit 21234b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/zookeeper/Dockerfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0
#
FROM _BASE_NS_/fabric-baseimage:_BASE_TAG_
# Based on https://github.com/31z4/zookeeper-docker/blob/master/3.4.9/Dockerfile
# Based on https://github.com/31z4/zookeeper-docker/blob/master/3.4.10/Dockerfile

# Install su-exec
RUN set -x \
Expand All @@ -28,7 +28,7 @@ RUN set -x \
&& chown "$ZOO_USER:$ZOO_USER" "$ZOO_DATA_LOG_DIR" "$ZOO_DATA_DIR" "$ZOO_CONF_DIR"

ARG GPG_KEY=C823E3E5B12AF29C67F81976F5CECB3CB5E9BD2D
ARG DISTRO_NAME=zookeeper-3.4.9
ARG DISTRO_NAME=zookeeper-3.4.10

# Download Apache Zookeeper, verify its PGP signature, untar and clean up
RUN set -x \
Expand Down

0 comments on commit 21234b6

Please sign in to comment.