We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 258562d commit 7cbcd68Copy full SHA for 7cbcd68
1 file changed
main.py
@@ -210,6 +210,15 @@ def update(self) -> Image:
210
'sha256:6468b5dd3f6fcf768850e54f945e51567852512587737ed003588e6ff6406926', # noqa: E501
211
),
212
213
+ Image(
214
+ registry='registry-1.docker.io',
215
+ source='altinity/clickhouse-server',
216
+ tag='25.3.6.10034.altinitystable',
217
+ digests=(
218
+ 'sha256:61139339f342ffec40111497eaf3ccb124c724c2c6dc6a1cf9ed9897aa8e0293', # noqa: E501
219
+ 'sha256:779e5d1b07e776652c8ae96af3596bc11021ec155d0e3aa6289fd739b4f85ae1', # noqa: E501
220
+ ),
221
222
Image(
223
registry='registry-1.docker.io',
224
source='checkr/flagr',
0 commit comments