提交 14113fe7 编写于 作者: A alesapin

Add small doc about docker files and info about all images

上级 a813a001
## ClickHouse Dockerfiles
This directory contain Dockerfiles for `clickhouse-client` and `clickhouse-server`. They updated each release.
Also there is bunch of images for testing and CI. They listed in `images.json` file and updated on each commit to master. If you need to add another image, place information about it into `images.json`.
{
"docker/packager/deb": "yandex/clickhouse-deb-builder",
"docker/packager/binary": "yandex/clickhouse-binary-builder",
"docker/test/compatibility/centos": "yandex/clickhouse-test-old-centos",
"docker/test/compatibility/ubuntu": "yandex/clickhouse-test-old-ubuntu",
"docker/test/integration": "yandex/clickhouse-integration-test",
"docker/test/performance": "yandex/clickhouse-performance-test",
"docker/test/pvs": "yandex/clickhouse-pvs-test",
"docker/test/stateful": "yandex/clickhouse-stateful-test",
"docker/test/stateless": "yandex/clickhouse-stateless-test",
"docker/test/unit": "yandex/clickhouse-unit-test",
"dbms/tests/integration/image": "yandex/clickhouse-integration-tests-runner"
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册