Add small doc about docker files and info about all images

This commit is contained in:
alesapin 2019-05-30 16:05:52 +03:00
parent a813a001e2
commit 14113fe729
2 changed files with 18 additions and 0 deletions

5
docker/README.md Normal file
View File

@ -0,0 +1,5 @@
## 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`.

13
docker/images.json Normal file
View File

@ -0,0 +1,13 @@
{
"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"
}