Commit Graph

392 Commits

Author SHA1 Message Date
Mikhail Filimonov
da6ad09db6
Add suffixes for dockerfile arguments 2021-03-29 16:27:01 +02:00
Mikhail Filimonov
32c27b45a6
Add possibility to customize the source for docker image builds.
Introduce 2 arguments for clickhouse-server image Dockerfile:
deb_location & single_binary_location

That enables to build docker images from CI build easily, also for non-standard
builds (with sanitizers / for arm64 etc).
2021-03-29 15:42:18 +02:00
alesapin
581ab43cfb
Merge pull request #22132 from devwout/fix-docker-entrypoint
Fix docker entrypoint in case http_port is not in the config
2021-03-29 16:31:18 +03:00
Ewout
6fe26493e9 Fix docker entrypoint in case http_port is not in config.
`http_port` can be removed from the configuration when serving HTTP is
not desired. When it is not present, `extract-from-config` will fail,
which will prevent the server from starting.

Only fetch it when it is required for database initialization.
2021-03-25 16:14:48 +01:00
filimonov
4b6b1311ce
Update entrypoint.sh 2021-03-24 22:33:08 +01:00
filimonov
8121c52c53
Update entrypoint.sh
fix for #22100
2021-03-24 22:24:07 +01:00
filimonov
4cbf741e52
Update Dockerfile.alpine 2021-03-23 11:48:28 +01:00
filimonov
7793593112
Update Dockerfile.alpine 2021-03-23 10:21:51 +01:00
Alexey Milovidov
b824df2d3f Add tzdata to Docker 2021-03-22 22:43:26 +03:00
robot-clickhouse
4e61f45dbb Auto version update to [21.4.1.1] [54449] 2021-03-06 14:43:30 +03:00
Nikolai Kochetov
a475ac9be8
Merge pull request #20139 from sonirico/master
Add 'access_management' configuration to initial setup
2021-02-16 13:21:13 +03:00
filimonov
47c8537f63
Add libnss_files to alpine image
It seems it's needed to make some of DNS-related features work
properly in certain scenarios (things like getting proper FQDN, reverse DNS lookup).
2021-02-11 12:56:26 +01:00
Marquitos
27933e714b Add 'access_management' configuration to initial setup 2021-02-05 17:39:41 +01:00
filimonov
5e350bb761
Update entrypoint.sh
Fix for #20002
2021-02-02 23:36:09 +01:00
robot-clickhouse
cd82eed093 Auto version update to [21.3.1.1] [54448] 2021-02-01 12:50:56 +03:00
alexey-milovidov
21455ae646
Merge pull request #19374 from filimonov/docker_openshift
Allow docker to be executed with arbitrary uid
2021-01-22 17:28:44 +03:00
alexey-milovidov
04b950ecbd
Update Dockerfile.alpine 2021-01-22 17:28:36 +03:00
alexey-milovidov
8fdb9d9018
Update Dockerfile 2021-01-22 17:28:25 +03:00
Mikhail Filimonov
fb98e3f8dc
Allow docker to be executed with arbitrary uid 2021-01-21 18:25:09 +01:00
alesapin
fe6b964b32 Revert "Revert "Auto version update to [21.2.1.1] [54446]""
This reverts commit 42f63e14b5.
2021-01-21 12:39:46 +03:00
alexey-milovidov
e0c90cd20e
Update Dockerfile.alpine 2021-01-15 20:59:12 +03:00
alexey-milovidov
c846f76ffa
Update Dockerfile 2021-01-15 20:58:51 +03:00
Mikhail Filimonov
0d23f3f16a
Docker: fix uid/gid of the clickhouse user
Explicitly set uid / gid of clickhouse user & group to the fixed values 101.

It is especially important for rootless containers: in that case entrypoint can't do chown
and owners of mounted volumes should be configured externally.

We do that in advance at the begining of Dockerfile before any packages will be installed
to prevent picking those uid / gid by some unrelated software.

The same uid / gid (101) is used both for alpine and ubuntu.

Number 101 is used by default in openshift, and was used by all clickhouse-server docker images
before 20.10. In 20.11 it was changed (by accident) to 999.
2021-01-14 23:37:27 +01:00
filimonov
f8dc5cc740
Update alpine-build.sh 2021-01-11 18:35:20 +01:00
Mikhail Filimonov
9f22bcefb0
Docker: better server entrypoint 2021-01-11 18:24:49 +01:00
Alexey Milovidov
42f63e14b5 Revert "Auto version update to [21.2.1.1] [54446]"
This reverts commit bc2593688e.
2021-01-11 11:32:52 +03:00
robot-clickhouse
bc2593688e Auto version update to [21.2.1.1] [54446] 2021-01-11 11:12:11 +03:00
Alexey Milovidov
c7d4d12f72 Auto version update to [21.1.0] [54445] 2021-01-11 03:51:08 +03:00
Alexey Milovidov
5bdf287910 Check for conflict markers in docs 2020-12-22 00:55:54 +03:00
alexey-milovidov
19af691aa6
Merge pull request #17738 from vklimontovich/docker-cli-example
Docker cli example
2020-12-14 19:44:13 +03:00
filimonov
b08842d44e
Update README.md 2020-12-14 16:54:37 +01:00
filimonov
1436986a86
Update README.md 2020-12-14 16:53:58 +01:00
filimonov
bca41bb7fd
Update README.md 2020-12-14 16:50:48 +01:00
Guillaume Tassery
4920bba7de Override value for running scripts on docker-entrypoint-initdb.d with CLICKHOUSE_INIT_TIMEOUT 2020-12-05 09:53:15 +07:00
Vladimir Klimontovich
9bf5ab9f4c
Removed unnecessary mapping 2020-12-02 19:01:31 +03:00
Vladimir Klimontovich
274c87d4c7
Remove extra space 2020-12-02 19:00:23 +03:00
Vladimir Klimontovich
d402d68071
Added HTTP CLI example and expose 8123 port
Exposing the 8123 (HTTP) interface in basic example and giving CLI connection instruction makes it easier to start. For a lot of developers, curl is a native and very familiar tool
2020-12-02 18:26:16 +03:00
robot-clickhouse
dc19fba36f Auto version update to [20.13.1.1] [54444] 2020-11-23 10:29:26 +03:00
robot-clickhouse
f7b7854ace Auto version update to [20.12.1.1] [54443] 2020-11-05 21:52:50 +03:00
Mikhail Filimonov
d126024248
Docker alpine build 2020-10-28 13:58:38 +01:00
robot-clickhouse
554fa482e6 Auto version update to [20.11.1.1] [54442] 2020-10-10 18:39:58 +03:00
alekseik1
a4a5b96d4a
do not expose ClickHouse server until initialization is complete 2020-09-24 20:11:12 +03:00
robot-clickhouse
8def718661 Auto version update to [20.10.1.1] [54440] 2020-09-08 17:04:41 +03:00
robot-clickhouse
e2fa0eae2f Auto version update to [20.9.1.1] [54439] 2020-08-31 23:07:41 +03:00
robot-clickhouse
a82c0f5371 Auto version update to [20.8.1.1] [54438] 2020-08-07 21:45:49 +03:00
robot-clickhouse
0f23642a3d Auto version update to [20.7.1.1] [54437] 2020-07-13 18:26:03 +03:00
Ivan Blinkov
9b26afc885
Update Dockerfile 2020-07-06 13:44:47 +03:00
Ivan Blinkov
96eb38121e
Update Dockerfile 2020-07-06 11:20:56 +03:00
Ivan Blinkov
99443057b6
Update Dockerfile 2020-07-04 00:55:00 +03:00
Ivan Blinkov
b81c66a031
[docker] install ca-certificates before the first apt-get update (#12095)
* [docker] install ca-certificates before first apt-get update

* Update Dockerfile
2020-07-02 22:16:21 +03:00
Ivan Blinkov
b9b7abe816
revert e9d3c48f56 2020-07-02 12:31:18 +03:00
Ivan Blinkov
e9d3c48f56
Update Dockerfile 2020-07-02 12:28:23 +03:00
robot-clickhouse
4bd47b8adc Auto version update to [20.6.1.1] [54436] 2020-06-22 20:40:26 +03:00
Alexey Milovidov
bba0cf6064 Remove dependency on tzdata 2020-06-20 15:31:18 +03:00
giordyb
d61da39c10
Update entrypoint.sh
without -q option the database does not get created at startup
2020-06-11 17:23:02 +02:00
Ivan Blinkov
f6b5cd7de2
Update Dockerfile 2020-06-10 22:26:44 +03:00
Ivan Blinkov
3d9424fd5a perl -pi -e 's/repo\.yandex\.ru\/clickhouse/repo.clickhouse.tech/g' {} 2020-06-10 21:54:55 +03:00
Ivan Starkov
bdcf1170ce
Instead of forcing IPv4 protocol force wget to use protocols in order 2020-06-09 16:32:49 +03:00
Ivan Starkov
32772073ea
Fix docker-entrypoint-initdb.d wait
Fixes 'Address family not supported by protocol' for any docker-entrypoint-initdb.d script.

wget uses 'localhost' which resolves for both ipv4 and ipv6 with current config (/etc/hosts) and so the wget fails _(Address family not supported by protocol)_ and does not retry.

Forcing it to use IPv4 fixes the issue
2020-06-09 13:52:21 +03:00
Ilya
bc773be0e4
Fix package name in docker file: tzata -> tzdata 2020-05-28 13:30:29 +03:00
alesapin
a014a74e8a Return tzdata 2020-05-14 21:37:13 +03:00
Paramtamtam
a55c6763d6
Default user creation fixed 2020-05-04 13:30:05 +05:00
Paramtamtam
cbcd3b9a76
Small fixes 2020-05-04 12:27:57 +05:00
Paramtamtam
a4e61c9556
Revert unimportant changes 2020-05-04 12:20:20 +05:00
Paramtamtam
c75a631ff4
Changes after CR(2) 2020-05-04 12:11:35 +05:00
Paramtamtam
54e24aa6ff
CR changes 2020-05-04 01:04:00 +05:00
Paramtamtam
7dcb74ab7c
Default user and database creation on image starting added 2020-05-03 23:15:18 +05:00
robot-clickhouse
de4e88ff97 Auto version update to [20.5.1.1] [54435] 2020-04-28 20:12:16 +03:00
filimonov
db689843e1
add CA certificates to clickhouse-docker image 2020-04-24 10:52:47 +02:00
Alexey Milovidov
beaa686639 Remove dependency 2020-04-22 06:23:10 +03:00
robot-clickhouse
6a4e022a3b Auto version update to [20.4.1.1] [54434] 2020-03-12 16:07:08 +03:00
robot-clickhouse
473e1eac6f Auto version update to [20.3.1.1] [54433] 2020-02-22 00:35:33 +03:00
Ilya Mazaev
7940cab381
Update dockerfile for server
fix issue#6608
2020-01-29 15:59:48 +03:00
Azat Khuzhin
c2a7021e37 Add ability to change user/group for clickhouse-server docker image
This will allow to create files owned by subuid/subgid if docker is
running with userns.
2020-01-26 19:37:58 +03:00
robot-clickhouse
e8e820cfd4 Auto version update to [20.2.1.1] [54432] 2020-01-13 22:21:08 +03:00
Alexey Milovidov
93c82158d3 Update build instructions according to new libraries from contrib 2019-12-20 01:13:42 +03:00
robot-clickhouse
6d56509109 Auto version update to [19.19.1.1] [54430] 2019-12-06 17:22:00 +03:00
robot-clickhouse
94c7719c73 Auto version update to [19.18.1.1] [54429] 2019-11-08 11:36:41 +03:00
robot-clickhouse
7381489d5d Auto version update to [19.17.1.1] [54428] 2019-10-21 15:48:00 +03:00
robot-clickhouse
06e1a9d78e Auto version update to [19.16.1.1] [54427] 2019-09-24 14:47:32 +03:00
Alexey Milovidov
8579c26efb Changed repository URL 2019-09-23 19:18:19 +03:00
robot-clickhouse
04d2bb9cfd Auto version update to [19.15.1.1] [54426] 2019-09-06 17:58:33 +03:00
robot-clickhouse
58e03ad7b9 Auto version update to [19.13.1.1] [54425] 2019-07-23 11:20:52 +03:00
robot-clickhouse
f635d2bd9b Auto version update to [19.12.1.1] [54424] 2019-07-10 22:57:53 +03:00
Korviakov Andrey
0a012d65ad update documentation for docker image: fix 2019-06-24 15:07:59 +03:00
Korviakov Andrey
18ebc2ec60 update documentation for docker image 2019-06-24 15:01:45 +03:00
Korviakov Andrey
bf28000d4a pr #5321 fix 2019-06-24 14:45:04 +03:00
chertus
29700fd5e9 Auto version update to [19.11.0] [54423] 2019-06-21 18:47:02 +03:00
robot-clickhouse
9cd889c9dd Auto version update to [19.10.1.1] [54422] 2019-06-14 17:04:15 +03:00
robot-clickhouse
1ecc430335 Auto version update to [19.9.1.1] [54421] 2019-05-28 13:52:55 +03:00
robot-clickhouse
2e7f3f6e17 Auto version update to [19.8.1.1] [54420] 2019-04-29 22:33:13 +03:00
robot-clickhouse
ee8f3e1384 Auto version update to [19.7.1.1] [54419] 2019-04-19 00:01:42 +03:00
Mikhail f. Shiryaev
87abf1f38e Issue #4947, add check for empty variable 2019-04-10 14:29:04 +02:00
alexey-milovidov
32700242be
Merge branch 'master' into test_runner_for_stateless_tests 2019-04-04 22:26:10 +03:00
robot-clickhouse
55df5b016f Auto version update to [19.6.1.1] [54418] 2019-04-02 19:28:19 +03:00
Vasily Nemkov
9b5950f403 Fixed test failures when running clickhouse-server on different host
Fixed test in docker: writing to read-only filesystem
Multi-stage builds for test-runner and server to allow putting packages directory anywhere
Fixed more tests
2019-03-30 15:38:07 +03:00
Mikhail f. Shiryaev
fc5f5969de Use argument for gosu version instead of hardcode 2019-03-22 13:29:19 +01:00
Mikhail f. Shiryaev
ebc04d05fb Add way to launch container as custom user 2019-03-21 17:18:44 +01:00
robot-clickhouse
72324ae09e Auto version update to [19.5.1.1] [54417] 2019-03-09 10:45:08 +03:00
robot-clickhouse
daec753af6 Auto version update to [19.4.1] [54416] 2019-03-09 01:10:00 +03:00
robot-clickhouse
ecc05e2bba Auto version update to [19.4.0] [54416] 2019-03-08 18:18:39 +03:00
robot-clickhouse
d8abd09457 Auto version update to [19.3.4] [54415] 2019-02-15 14:50:37 +03:00
Vasily Nemkov
be64f57f7b Test runner script and corresponding Dockerfile and docker-compose. 2019-02-13 22:23:44 +03:00
robot-clickhouse
cfab694978 Auto version update to [19.3.3] [54415] 2019-02-13 18:36:20 +03:00
robot-clickhouse
ec99ce1ab5 Auto version update to [19.3.2] [54415] 2019-02-13 16:17:07 +03:00
robot-clickhouse
7665ef297f Auto version update to [19.3.1] [54415] 2019-02-12 21:42:14 +03:00
robot-clickhouse
b141657e61 Auto version update to [19.3.0] [54415] 2019-02-11 18:13:23 +03:00
robot-clickhouse
dbde962a6b Auto version update to [19.2.0] [54414] 2019-02-09 14:13:07 +03:00
robot-clickhouse
51dd2198f0 Auto version update to [19.1.6] [54413] 2019-01-24 00:17:07 +03:00
robot-clickhouse
9481d01ca8 Auto version update to [19.1.5] [54413] 2019-01-22 22:18:30 +03:00
robot-clickhouse
24fc3ad544 Auto version update to [19.1.4] [54413] 2019-01-22 02:29:09 +03:00
robot-clickhouse
436cf294db Auto version update to [19.1.3] [54413] 2019-01-21 16:26:13 +03:00
robot-clickhouse
dfe0a734cd Auto version update to [19.1.2] [54413] 2019-01-21 12:48:35 +03:00
robot-clickhouse
6047636296 Auto version update to [19.1.1] [54413] 2019-01-16 14:04:37 +03:00
robot-clickhouse
9ed4fce934 Auto version update to [19.1.0] [54413] 2019-01-01 07:16:20 +03:00
alesapin
5f9456648b Add env variable if user don't want to chown directories in docker image 2018-12-29 16:34:27 +03:00
robot-clickhouse
6b536b2bc7 Auto version update to [18.16.0] [54412] 2018-12-14 20:26:46 +03:00
robot-clickhouse
9c36280711 Auto version update to [18.15.0] [54411] 2018-12-14 16:47:45 +03:00
mf5137
becad378ca Fixes from comments of #3695 2018-12-10 16:23:21 +01:00
alexey-milovidov
42969e9816
Merge pull request #3695 from xzkostyan/feature-docker-entrypoint-initdb.d
Add docker-entrypoint-initdb.d support
2018-12-07 23:44:45 +03:00
alexey-milovidov
876eadb16b
Update entrypoint.sh 2018-12-07 23:43:02 +03:00
proller
44ddd28e14 Auto version update to [18.14.17] [54409] 2018-11-29 19:17:29 +03:00
Konstantin Lebedev
1053f584bd Add docker-entrypoint-initdb.d support 2018-11-28 23:01:52 +03:00
Elghazal Ahmed
0dd5777c1c Run clickhouse-server in exec form 2018-11-26 20:01:48 +03:00
robot-clickhouse
fcce722c26 Auto version update to [18.14.9] [54409] 2018-10-16 15:58:16 +03:00
proller
ff1598e972
Macos: set ENABLE_EMBEDDED_COMPILER=0 by default (because contrib/llvm temporary broken under macos) (#3382) 2018-10-16 12:30:51 +03:00
proller
394b9760f4 3380 docker can't start with lastest version 2018-10-15 15:34:48 +03:00
robot-clickhouse
dd07029050 Auto version update to [18.14.8] [54409] 2018-10-13 03:31:18 +03:00
robot-clickhouse
adf6291746 Auto version update to [18.14.7] [54409] 2018-10-12 22:44:51 +03:00
robot-clickhouse
a0210d12b8 Auto version update to [18.14.6] [54409] 2018-10-11 01:25:18 +03:00
robot-clickhouse
a21e50ac23 Auto version update to [18.14.5] [54409] 2018-10-10 00:44:21 +03:00
robot-clickhouse
e10f7360d4 Auto version update to [18.14.4] [54409] 2018-10-09 22:49:13 +03:00
robot-clickhouse
bc162437fb Auto version update to [18.14.3] [54409] 2018-10-09 21:29:01 +03:00
robot-clickhouse
e1817e4814 Auto version update to [18.14.2] [54409] 2018-10-02 16:25:47 +03:00
robot-clickhouse
6f96dfc7da Auto version update to [18.14.1] [54409] 2018-09-28 14:58:24 +03:00
robot-clickhouse
ca465cd20b Auto version update to [18.14.0] [54409] 2018-09-24 20:52:21 +03:00
Yurii Vlasenko
470b9fe772 revert CH ver 2018-09-22 01:05:12 +03:00
Yurii Vlasenko
850d58c33b docker sugar 2018-09-22 01:00:57 +03:00
robot-clickhouse
9148adb717 Auto version update to [18.13.0] [54408] 2018-09-17 09:05:31 +03:00
robot-clickhouse
9dd4a5c727 Auto version update to [18.12.17] [54407] 2018-09-16 05:24:57 +03:00
robot-clickhouse
182ec7d3e4 Auto version update to [18.12.15] [54407] 2018-09-14 06:21:25 +03:00
robot-clickhouse
d894904d7f Auto version update to [18.12.14] [54407] 2018-09-13 13:19:54 +03:00
robot-clickhouse
5772699e9c Auto version update to [18.12.13] [54407] 2018-09-10 22:07:26 +03:00
robot-clickhouse
bd869be048 Auto version update to [18.12.12] [54407] 2018-09-10 20:27:51 +03:00
robot-clickhouse
fc00da194a Auto version update to [18.12.11] [54407] 2018-09-10 13:44:17 +03:00
robot-clickhouse
b4e62da3a6 Auto version update to [18.12.10] [54407] 2018-09-10 07:40:13 +03:00
robot-clickhouse
778373b661 Auto version update to [18.12.9] [54407] 2018-09-08 05:24:36 +03:00
robot-clickhouse
3b73262e72 Auto version update to [18.12.8] [54407] 2018-09-07 04:43:52 +03:00
robot-clickhouse
ae45b68ba2 Auto version update to [18.12.7] [54407] 2018-09-07 02:41:09 +03:00
robot-clickhouse
4b462ea544 Auto version update to [18.12.6] [54407] 2018-09-06 15:16:36 +03:00
robot-clickhouse
0cb7947835 Auto version update to [18.12.5] [54407] 2018-09-06 07:25:55 +03:00
robot-clickhouse
51c5c2b373 Auto version update to [18.12.4] [54407] 2018-09-06 05:32:40 +03:00
robot-clickhouse
8bf1ad5758 Auto version update to [18.12.3] [54407] 2018-09-05 21:49:34 +03:00
robot-clickhouse
477a1afd55 Auto version update to [18.12.2] [54407] 2018-09-05 00:28:49 +03:00
robot-clickhouse
f171557c77 Auto version update to [18.12.1] [54407] 2018-08-30 22:28:33 +03:00
robot-clickhouse
8125bd3df9 Auto version update to [18.12.0] [54407] 2018-08-30 03:23:20 +03:00
Alexey Milovidov
e2eb0650b8 Auto version update to [18.11.0] [54406] 2018-08-16 01:43:16 +03:00
robot-clickhouse
940a453034 Auto version update to [18.10.3] [54405] 2018-08-13 12:42:01 +03:00
robot-clickhouse
9d44eebfe6 Auto version update to [18.10.2] [54405] 2018-08-13 11:30:02 +03:00
robot-clickhouse
e53899a561 Auto version update to [18.10.1] [54405] 2018-08-10 06:02:50 +03:00
robot-clickhouse
abbbd26e71 Auto version update to [18.10.0] [54405] 2018-08-09 04:42:46 +03:00
Alexey Milovidov
5940f7b1da Auto version update to [18.9.0] [54404] 2018-08-03 19:17:07 +03:00
proller
82a4565ebe
Build fixes (#2473) 2018-06-06 19:05:53 +03:00
proller
ba6fc5651b Docker update and improve (#2450)
* Fix user name on distributed queries

* wip

* fix

* Docker update and improve

* Fix
2018-05-30 22:26:36 +03:00
proller
bd23b8790c Debian packages: better deprecated message, docker: do not use old package 2018-04-20 22:48:31 +03:00
proller
1bf49fe844 Docker fixes 2018-04-18 00:03:33 +03:00
proller
1e7d616a58 Docker fixes (query compiler, compatible? package rename) 2018-04-07 14:01:00 +03:00
proller
ee087a1541 Fix query compile in docker, update docker image to ubuntu 17.10 artful (#2126)
* Squashed commit of the following:

commit bedcf840b563aad3edb03b43417338fab0e7cb48
Author: proller <proller@github.com>
Date:   Mon Apr 2 20:17:36 2018 +0300

    Revert "Prepare to new poco (PocoData renamed to PocoSQL)"

    This reverts commit ad5e11ad88ac4f1c3a5ad21153042e2498ca0d68.

commit b7f1c352f0eb132b133846c7214e70a79f26e611
Merge: ad5e11ad8 fb7e2cbd1
Author: proller <proller@github.com>
Date:   Mon Apr 2 20:12:10 2018 +0300

    Merge remote-tracking branch 'upstream/master' into fix3

commit ad5e11ad88ac4f1c3a5ad21153042e2498ca0d68
Author: proller <proller@github.com>
Date:   Mon Apr 2 20:09:49 2018 +0300

    Prepare to new poco (PocoData renamed to PocoSQL)

commit fcb90ca39dd32a29e29eb68bf559f381e80f74b4
Merge: 9ded77d62 ad137994f
Author: proller <proller@github.com>
Date:   Mon Apr 2 13:17:01 2018 +0300

    Merge remote-tracking branch 'upstream/master' into fix3

commit 9ded77d62aa668c6b7b55d209d5760bc5b517fbf
Merge: 14cea9052 412edac65
Author: proller <proller@github.com>
Date:   Fri Mar 30 21:06:20 2018 +0300

    Merge remote-tracking branch 'upstream/master' into fix3

commit 14cea90524b8b977bff9b85647e00f0e1c26570b
Merge: 9b6d88e67 82932f904
Author: proller <proller@github.com>
Date:   Fri Mar 30 14:55:42 2018 +0300

    Merge remote-tracking branch 'upstream/master' into fix3

commit 9b6d88e67b114a4c42b624690d691988be39f227
Merge: 0afe7b7d1 b99783028
Author: proller <proller@github.com>
Date:   Thu Mar 29 20:35:15 2018 +0300

    Merge remote-tracking branch 'upstream/master' into fix3

commit 0afe7b7d1f4792403ba4fb33dfb250ece2edc41d
Author: proller <proller@github.com>
Date:   Wed Mar 28 16:03:55 2018 +0300

    add docker/test

commit c46f0b4084610a6d36b6823fb5ee48381866272e
Author: proller <proller@github.com>
Date:   Wed Mar 28 15:43:53 2018 +0300

    fix

commit 3435dee49f31fe8f6cd9b01da4a2d5820f03a4a4
Author: proller <proller@github.com>
Date:   Wed Mar 28 15:18:54 2018 +0300

    Fix query compile in docker, update docker image to ubuntu 17.10 artful

* Update Dockerfile
2018-04-07 06:47:54 +03:00
proller
802cac725f Debian: Rename packages (#678)
* Debian: rename packages

* wip

* wip

* wip

* move limits.d/clickhouse.conf to common

* wip

* fix

* bad clang

* update changelog

* more Provides: Conflicts:

* clickhouse-zookeeper-cli [#CLICKHOUSE-2947]

* fix utils desc

* Fix docs

* use cmake links

* fix doc

* Fix test install

* Test me

* Test me

* Test me.

* Dont use pre-depends

* fix

* Minimize control changes

* del

* debian/clickhouse-common.install -> debian/clickhouse-common-static.install

* debian/clickhouse-common.install -> debian/clickhouse-common-static.install
2018-04-01 15:33:39 +03:00
proller
bbb12e89f0 Better listen_try, pbuilder fix (#2068)
* rename libboost/boost_1_65_0 -> contrib/boost ; make submodule ; update boost to 1.66.0

* Update contrib/boost

* Update contrib/boost

* Add comments

* Fix

* Pbuilder fix

* Better listen_try

* Much better listen_try

* Revert "remove ipv6 listen_host from docker_related_config to allow running in ipv4-only dockers"

This reverts commit 3cfa4c3e65.

* Fix freebsd and macos build
2018-03-18 12:02:29 +03:00
Alexey Zatelepin
02aacc8945 fix packages repo URL in Dockerfiles 2018-03-17 02:11:15 +03:00
Alex Zatelepin
3cfa4c3e65
remove ipv6 listen_host from docker_related_config to allow running in ipv4-only dockers 2018-03-12 18:13:33 +03:00
proller
e42a257492 Docker fix 2018-03-12 16:46:23 +03:00
Mikhail Filimonov
d052f75395 Fixing broken and old-format links. 2018-03-11 00:36:26 +01:00
proller
2d9f66115f listen_try config option (#1892)
* Docker wip

* no tests

* fixes

* No tests

* Fixes

* Clean

* listen_try config option

* listen_try for tests
2018-02-12 22:36:18 +03:00
proller
9ec8a576cf Docker: use ubuntu artful 17.10 for building (#1887)
* Docker wip

* no tests

* fixes

* No tests

* Fixes

* Clean
2018-02-12 18:42:27 +03:00
Nikolay Volosatov
e41952c892 replace sed command with explicit config for docker 2018-01-22 10:51:27 +03:00
Nikolay Volosatov
e7886ee79a fix ipv6 for server docker image 2017-07-05 17:11:22 +03:00
Vasily Okunev
80e32b7d79 METRIQA-1262 Same versions of clickhouse-server-base and clickhouse-server-common in Dockerfile. 2017-05-29 19:10:54 +03:00
Veniamin Gvozdikov
c2651b4197 Fix missed dependency 2017-05-15 22:33:17 +04:00
Nikolay Volosatov
e552983db5 fix listening host in server docker image 2017-03-21 04:13:21 +04:00
Vasily Okunev
f1c4188e0d METRIQA-895 Parameterized Dockerfile. 2017-03-15 16:49:12 +03:00
Nikolay Volosatov
c3c9b0b823 #565 use Ubuntu 16.04 as a base Docker image 2017-03-10 11:18:40 +03:00
Nikolay Volosatov
e71248b0e2 fix apt cache removing 2017-03-04 16:55:53 +03:00
Nikolay Volosatov
f75ec4a0ba add volume for server data 2017-02-28 20:12:45 +03:00
Nikolay Volosatov
cdd803e2c6 fix user in server docker image 2017-02-28 20:12:23 +03:00
Dmitry Moskowski
e9d3c03ad6 Use https protocol to access the package repo 2017-02-16 22:00:25 +04:00
Arthur Tokarchuk
6b5f15ec62 Changed entrypoint from sh to exec for clickhouse-server process to get SIGTERM and stop correctly. 2016-12-09 19:54:26 +03:00
Yury Karpovich
f2b572a17f "sh: 1: ulimit: error setting limit (Operation not permitted)" error fixing.
I cannot run container on the latest Docker (1.12.0, build 8eab29e) because of error. The latest docker supports setting ulimits through the command line --ulimit nofile=262144:262144.
2016-08-12 13:31:44 +03:00
Nikolay Volosatov
6210977527 Add README files for Docker Hub 2016-06-16 19:31:54 +03:00
Nikolay Volosatov
02da521030 Update Dockerfiles 2016-06-16 19:31:54 +03:00
Nikolay Volosatov
7d62aa0344 Add Dockerfiles for client and server 2016-06-15 19:50:33 +03:00