Skip to content

Commit cbf8e25

Browse files
committed
add 23.8.16 build
1 parent e5f77a6 commit cbf8e25

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:87bdf613000e07f88655c223a9f335b680fd1fa07c3602d23981be847b6081ac', # noqa: E501
183+
'sha256:87bdf613000e07f88655c223a9f335b680fd1fa07c3602d23981be847b6081ac', # noqa: E501
175184
),
176185
),
177186
Image(

0 commit comments

Comments
 (0)