ClickHouse/docker
Azat Khuzhin 2389e0f0b6 Randomize timezone in tests across non-deterministic around 1970 and default
There was some cases when some patches to the datetime code leads to
flaky tests, due to the tests itself had been runned using regular
timezone (TZ).

But if you will this tests with something "specific" (that is not
strictly defined around 1970 year), those tests will fail.

So to catch such issues in the PRs itself, let's randomize
session_timezone as well.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-07-24 06:13:12 +02:00
..
bare Fix typo 2023-05-06 23:40:19 +02:00
client Update version to 22.1 not 21.13 2022-01-14 15:10:45 +03:00
docs/builder Remove the comment to rebuild the docker image 2023-04-24 11:21:09 +02:00
keeper Update version_date.tsv and changelogs after v23.6.2.18-stable 2023-07-08 23:14:02 +00:00
packager Reproducible builds for Rust 2023-07-22 22:46:22 +02:00
server Fix a few typos in docker readme. 2023-07-11 12:16:55 -05:00
test Randomize timezone in tests across non-deterministic around 1970 and default 2023-07-24 06:13:12 +02:00
images.json Fix source image for sqllogic 2023-07-03 12:29:12 +02: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.