ClickHouse/docker
Constantine Peresypkin f5787ff0a9 docker: fix root squashed data dirs
if we use some root squashed volume mappings in docker
uid=0 is actually uid=nobody
thus FS operations with uid=0 will fail miserably
and overall it's a strange idea to create dirs under root when
DO_NOT_CHOWN is in effect...
2022-01-26 14:29:27 +02: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 Fix virtualenv in docker docks-builder 2022-01-14 09:54:23 +01:00
packager docker/packager/other/fuzzer: cleanup USE_INTERNAL_XXX 2022-01-20 10:02:01 +03:00
server docker: fix root squashed data dirs 2022-01-26 14:29:27 +02:00
test Merge branch 'master' into fix-mongo2-compose 2022-01-14 18:36:37 +00:00
images.json Merge branch 'feature/dotnet-integration-test' of github.com:DarkWanderer/ClickHouse into dotnet-integration-test 2022-01-03 03:00:01 +03: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.