mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52:02 +00:00
Update Dockerfiles
This commit is contained in:
parent
8a65c867f7
commit
02da521030
@ -1,14 +1,9 @@
|
||||
FROM ubuntu:14.04
|
||||
|
||||
ENV CLICKHOUSE_VERSION 1.1.53981
|
||||
|
||||
RUN mkdir -p /etc/apt/sources.list.d && \
|
||||
echo "deb http://repo.yandex.ru/clickhouse/trusty/ dists/stable/main/binary-amd64/" | tee /etc/apt/sources.list.d/clickhouse.list && \
|
||||
apt-get update && \
|
||||
apt-get install --force-yes -y clickhouse-client="$CLICKHOUSE_VERSION" && \
|
||||
apt-get install --allow-unauthenticated -y clickhouse-client && \
|
||||
rm -rf /var/lib/apt/lists/* /var/cache/
|
||||
|
||||
ENV CLICKHOUSE_HOST localhost
|
||||
ENV CLICKHOUSE_PORT 9000
|
||||
|
||||
CMD ["sh", "-c", "clickhouse-client --host ${CLICKHOUSE_HOST} --port ${CLICKHOUSE_PORT}"]
|
||||
ENTRYPOINT ["/usr/bin/clickhouse-client"]
|
@ -1,11 +1,9 @@
|
||||
FROM ubuntu:14.04
|
||||
|
||||
ENV CLICKHOUSE_VERSION 1.1.53981
|
||||
|
||||
RUN mkdir -p /etc/apt/sources.list.d && \
|
||||
echo "deb http://repo.yandex.ru/clickhouse/trusty/ dists/stable/main/binary-amd64/" | tee /etc/apt/sources.list.d/clickhouse.list && \
|
||||
apt-get update && \
|
||||
apt-get install --force-yes -y clickhouse-server-common="$CLICKHOUSE_VERSION" && \
|
||||
apt-get install --allow-unauthenticated -y clickhouse-server-common && \
|
||||
rm -rf /var/lib/apt/lists/* /var/cache/
|
||||
|
||||
RUN chown -R metrika /etc/clickhouse-server/
|
Loading…
Reference in New Issue
Block a user