ClickHouse/docker
Azat Khuzhin 0700a705bc Rewrite curl dependency in a more ch compatible way
- add support of unbundled curl
- add CURL::libcurl libraries
- avoid explicit linkage of daemon with curl (added with sentry)
- set CACHE variables for non-direct users:
  - mariadb-connector-c
  - aws-s3-cmake
  - sentry-native

Cc: @alexey-milovidov
Cc: @alesapin (requires docker image update)
Cc: @abyss7

Refs: #11300
Refs: #8011
Refs: #8905

v2: replace cmake/find/curl.cmake with proper contrib/curl-cmake (as
pointed by @abyss7, cmake/find/*.cmake is deprecated)
2020-07-03 00:57:08 +03:00
..
builder Add LLVM tools to Docker images 2020-04-30 15:10:32 +03:00
client [docker] install ca-certificates before the first apt-get update (#12095) 2020-07-02 22:16:21 +03:00
packager Remove garbage from images 2020-07-01 23:07:11 +03:00
server [docker] install ca-certificates before the first apt-get update (#12095) 2020-07-02 22:16:21 +03:00
test Rewrite curl dependency in a more ch compatible way 2020-07-03 00:57:08 +03:00
images.json Remove pvs studio from images list 2020-07-02 16:19:25 +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.