Commit e4a54cc8 by yinyong

更改zookeeper版本

parent ac73cfbf
...@@ -30,7 +30,7 @@ RUN set -ex; \ ...@@ -30,7 +30,7 @@ RUN set -ex; \
chown "$ZOO_USER:$ZOO_USER" "$ZOO_DATA_LOG_DIR" "$ZOO_DATA_DIR" "$ZOO_CONF_DIR" "$ZOO_LOG_DIR" chown "$ZOO_USER:$ZOO_USER" "$ZOO_DATA_LOG_DIR" "$ZOO_DATA_DIR" "$ZOO_CONF_DIR" "$ZOO_LOG_DIR"
ARG GPG_KEY=C61B346552DC5E0CB53AA84F59147497767E7473 ARG GPG_KEY=C61B346552DC5E0CB53AA84F59147497767E7473
ARG DISTRO_NAME=zookeeper-3.4.13 ARG DISTRO_NAME=zookeeper-3.4.14
# Download Apache Zookeeper, verify its PGP signature, untar and clean up # Download Apache Zookeeper, verify its PGP signature, untar and clean up
RUN set -ex; \ RUN set -ex; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment