Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
306
def
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_at
Function · 0.90
run_once
Function · 0.90
workflow_default
Function · 0.90
test_upgrade_from_version
Function · 0.90
run_one_scenario
Function · 0.90
mzcompose.py
File · 0.90
get_baseline_and_other_endpoints
Function · 0.90
mzcompose.py
File · 0.90
__init__
Method · 0.90
install_arguments
Method · 0.90
benchmark
Function · 0.90
execute
Method · 0.90
Calls
no outgoing calls
Tested by
1
test_upgrade_from_version
Function · 0.72