mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
f5787ff0a9
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... |
||
---|---|---|
.. | ||
bare | ||
client | ||
docs | ||
packager | ||
server | ||
test | ||
images.json | ||
README.md |
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
.