Skip to content

Commit 27b32a0

Browse files
authored
Merge pull request #25 from getsentry/evanh/fix/add-new-clickhouse-version
add 23.8.16 build
2 parents e5f77a6 + 3be11fe commit 27b32a0

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

main.py

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,15 @@ def update(self) -> Image:
156156
'sha256:10c02dc8e418ec9de8b71718846d45d43fb1b74225b936d9a695fe1bdac737d3', # noqa: E501
157157
),
158158
),
159+
Image(
160+
registry='registry-1.docker.io',
161+
source='altinity/clickhouse-server',
162+
tag='23.8.8.21.altinitystable',
163+
digests=(
164+
'sha256:0a2c4b9cc0bb16fd67f59329a96b7241d96ab003b8825236e341007850848fe6', # noqa: E501
165+
'sha256:73b0e574accaca6cfdb80fa20ce56574a061bc33e597d7c676b27d9c030ae485', # noqa: E501
166+
),
167+
),
159168
Image(
160169
registry='registry-1.docker.io',
161170
source='altinity/clickhouse-server',
@@ -168,10 +177,10 @@ def update(self) -> Image:
168177
Image(
169178
registry='registry-1.docker.io',
170179
source='altinity/clickhouse-server',
171-
tag='23.8.8.21.altinitystable',
180+
tag='23.8.16.43.altinitystable',
172181
digests=(
173-
'sha256:0a2c4b9cc0bb16fd67f59329a96b7241d96ab003b8825236e341007850848fe6', # noqa: E501
174-
'sha256:73b0e574accaca6cfdb80fa20ce56574a061bc33e597d7c676b27d9c030ae485', # noqa: E501
182+
'sha256:1b43b4f2d5f18071cf5830f4f4d30edb85726d57c667ca3219dc741b3eca9f4e', # noqa: E501
183+
'sha256:168ccfe5080f4bd0a2047cb0e07f6a4d495501b8d2b121a3919cdad47d1baea8', # noqa: E501
175184
),
176185
),
177186
Image(

0 commit comments

Comments
 (0)