MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / image_registry

Function image_registry

misc/python/materialize/docker.py:306–311  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

304
305
306def image_registry() -> str:
307 return (
308 "ghcr.io/materializeinc/materialize"
309 if ui.env_is_truthy("MZ_GHCR", "1")
310 else "materialize"
311 )

Callers 15

_start_atFunction · 0.90
run_onceFunction · 0.90
workflow_defaultFunction · 0.90
run_one_scenarioFunction · 0.90
mzcompose.pyFile · 0.90
mzcompose.pyFile · 0.90
__init__Method · 0.90
install_argumentsMethod · 0.90
benchmarkFunction · 0.90
executeMethod · 0.90

Calls

no outgoing calls

Tested by 1