Docker: add comments with current tags

This commit is contained in:
proller 2019-06-04 16:01:16 +03:00
parent e389df385c
commit 64924f5ef3
11 changed files with 12 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# docker build -t yandex/clickhouse-integration-tests-runner .
FROM ubuntu:18.04
# yandex/clickhouse-integration-tests-runner
RUN apt-get update \
&& env DEBIAN_FRONTEND=noninteractive apt-get install --yes \

View File

@ -1,3 +1,4 @@
# docker build -t yandex/clickhouse-binary-builder .
FROM ubuntu:18.04
RUN apt-get --allow-unauthenticated update -y \

View File

@ -1,3 +1,4 @@
# docker build -t yandex/clickhouse-deb-builder .
FROM ubuntu:18.04
RUN apt-get --allow-unauthenticated update -y \

View File

@ -1,3 +1,4 @@
# docker build -t yandex/clickhouse-test-old-centos .
FROM centos:5
CMD /bin/sh -c "/clickhouse server --config /config/config.xml > /var/log/clickhouse-server/stderr.log 2>&1 & \

View File

@ -1,3 +1,4 @@
# docker build -t yandex/clickhouse-test-old-ubuntu .
FROM ubuntu:12.04
CMD /bin/sh -c "/clickhouse server --config /config/config.xml > /var/log/clickhouse-server/stderr.log 2>&1 & \

View File

@ -1,5 +1,5 @@
# docker build -t yandex/clickhouse-integration-test .
FROM ubuntu:18.04
# yandex/clickhouse-integration-test
RUN apt-get update \
&& env DEBIAN_FRONTEND=noninteractive apt-get -y install tzdata python llvm-6.0 llvm-6.0-dev libreadline-dev libicu-dev bsdutils \

View File

@ -1,3 +1,4 @@
# docker build -t yandex/clickhouse-performance-test .
FROM yandex/clickhouse-stateful-test
RUN apt-get update -y \

View File

@ -1,3 +1,5 @@
# docker build -t yandex/clickhouse-pvs-test .
FROM yandex/clickhouse-binary-builder
RUN apt-get --allow-unauthenticated update -y \

View File

@ -1,3 +1,4 @@
# docker build -t yandex/clickhouse-stateful-test .
FROM yandex/clickhouse-stateless-test
RUN apt-get update -y \

View File

@ -1,3 +1,4 @@
# docker build -t yandex/clickhouse-stateless-test .
FROM yandex/clickhouse-deb-builder
RUN apt-get update -y \

View File

@ -1,3 +1,4 @@
# docker build -t yandex/clickhouse-unit-test .
FROM yandex/clickhouse-stateless-test
ENV TZ=Europe/Moscow