rebuild docker image

This commit is contained in:
Alexander Tokmakov 2022-01-15 16:21:43 +03:00
parent 5132411e00
commit 9a518d789f
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# rebuild in #33610
# rebuild in #24258
# docker build -t clickhouse/test-base .
ARG FROM_TAG=latest
FROM clickhouse/test-util:$FROM_TAG

View File

@ -57,7 +57,7 @@ RUN echo $'tickTime=2500 \n\
tickTime=2500 \n\
dataDir=/zookeeper \n\
clientPort=2181 \n\
maxClientCnxns=81' > /opt/zookeeper/conf/zoo.cfg
maxClientCnxns=80' > /opt/zookeeper/conf/zoo.cfg
RUN mkdir /zookeeper && chmod -R 777 /zookeeper
ENV TZ=Europe/Moscow