ClickHouse/docker
Azat Khuzhin 8b84829e93 ci: replace directory system log tables artifacts with tsv
Changelog:
- remove query_thread_log (query_log should be enough)
- for s3 storage there /var/lib/clickhouse/data/system/*_log cannot be
  used, replace them with plain TSVWithNamesAndTypes, also note, that
  after schema inference it is even pretty easy to use
- support replicated database env correctly

Co-authored-by: tavplubix <tavplubix@clickhouse.com>
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-03-30 21:50:55 +03:00
..
bare .tech -> .com 2021-09-22 03:22:57 +03:00
client Update version to 22.1 not 21.13 2022-01-14 15:10:45 +03:00
docs Rebuild docs-check for a test 2022-03-24 16:24:07 +01:00
packager Merge pull request #35676 from ClickHouse/remove_outdated_links 2022-03-28 21:24:45 +02:00
server Changing repository url to packages.clickhouse.com 2022-02-23 20:54:16 +01:00
test ci: replace directory system log tables artifacts with tsv 2022-03-30 21:50:55 +03:00
images.json Remove PVS test 2022-02-17 12:59:47 +01:00
README.md Move integration tests docker files to docker/ directory. Rename image -> runner. 2020-04-17 19:01:16 +03:00

ClickHouse Dockerfiles

This directory contain Dockerfiles for clickhouse-client and clickhouse-server. They are updated in each release.

Also there is bunch of images for testing and CI. They are 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.