mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
469b631ca6
In #18113 the top_level_domains list copying was moved into docker/packager/binary/build.sh, this was done to avoid symlinks (since Dockerfile cannot dereference them). But the patch was wrong, since it copied into the root (/), which is not included into performance.tgz and also compare.sh was not modified. This wasn't showed up with CI checks since the docker image wasn't updated and it still included that top_level_domains, once it was modified the image was updated and it became broken. Cc: @akuzm |
||
---|---|---|
.. | ||
bare | ||
builder | ||
client | ||
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
.