ClickHouse/docker
Azat Khuzhin 94eb33ef27 Improve pytest --pdb experience by preserving dockerd on SIGINT (v2)
Previous fix (#43392) was not correct, since terminal sends SIGINT to
all processes in a group, so simply ignoring it in parent won't work. So
instead dockerd will be run in a new session.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-01-26 16:06:41 +01:00
..
bare Fix typo 2023-05-06 23:40:19 +02:00
docs/builder Trigger docs check 2023-11-13 12:49:37 +01:00
keeper Update version_date.tsv and changelogs after v23.8.9.54-lts 2024-01-05 14:11:11 +00:00
packager updated docker/packager/README.md to use clang-17 and not clang-14 as required by packager python script 2023-12-30 22:04:45 +01:00
server Change working directory to data path 2024-01-20 10:46:55 +00:00
test Improve pytest --pdb experience by preserving dockerd on SIGINT (v2) 2024-01-26 16:06:41 +01:00
images.json Fix 2024-01-08 14:07:07 +00:00
README.md Merge branch 'master' into sqltest 2023-08-10 21:47:56 +03:00

ClickHouse Dockerfiles

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

Also, there is a 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.