robot-clickhouse
686947b8f4
Update version_date.tsv and changelogs after v22.12.3.5-stable
2023-01-10 13:07:45 +00:00
robot-clickhouse
72b9e43295
Update version_date.tsv and changelogs after v22.12.2.25-stable
2023-01-06 15:20:59 +00:00
robot-clickhouse
f4fbdfa93d
Update version_date.tsv and changelogs after v22.12.1.1752-stable
2022-12-15 17:07:16 +00:00
robot-clickhouse
c60545a942
Update version_date.tsv and changelogs after v22.8.11.15-lts
2022-12-08 11:30:31 +00:00
robot-clickhouse
77500b7065
Update version_date.tsv and changelogs after v22.11.1.1360-stable
2022-11-17 21:20:45 +00:00
robot-clickhouse
fc1ae1d99d
Update version_date.tsv and changelogs after v22.10.2.11-stable
2022-11-01 15:50:38 +00:00
robot-clickhouse
42f5a3b2f8
Update version_date.tsv and changelogs after v22.10.1.1877-stable
2022-10-26 15:39:34 +02:00
robot-clickhouse
117674c0ce
Update version_date.tsv and changelogs after v22.10.1.1875-stable
2022-10-26 08:48:12 +00:00
robot-clickhouse
42760b577a
Update version_date.tsv and changelogs after v22.9.3.18-stable
2022-09-29 23:35:12 +00:00
robot-clickhouse
8d2052307e
Update version_date.tsv and changelogs after v22.9.2.7-stable
2022-09-23 11:53:04 +00:00
Mikhail f. Shiryaev
dbe919e992
Update server Dockerfiles to the latest version
2022-09-13 15:55:23 +02:00
Alexey Milovidov
dda060063b
Remove trash
2022-04-17 00:14:27 +02:00
Mikhail f. Shiryaev
b950b53156
Make multiarch clickhouse-server Dockerfiles
2022-04-01 11:59:49 +02:00
Mikhail f. Shiryaev
c053f1cb1d
Rewrite alpine building to pure Dockerfile
2022-04-01 11:59:46 +02: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
04b950ecbd
Update Dockerfile.alpine
2021-01-22 17:28:36 +03:00
Mikhail Filimonov
fb98e3f8dc
Allow docker to be executed with arbitrary uid
2021-01-21 18:25:09 +01:00
alexey-milovidov
e0c90cd20e
Update Dockerfile.alpine
2021-01-15 20:59:12 +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
Mikhail Filimonov
9f22bcefb0
Docker: better server entrypoint
2021-01-11 18:24:49 +01:00
Mikhail Filimonov
d126024248
Docker alpine build
2020-10-28 13:58:38 +01:00