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

Method docker_name

misc/python/materialize/mzbuild.py:950–955  ·  view source on GitHub ↗

Return the name of the image on Docker Hub at the given tag.

(self, tag: str | None = None)

Source from the content-addressed store, hash-verified

948 )
949
950 def docker_name(self, tag: str | None = None) -> str:
951 """Return the name of the image on Docker Hub at the given tag."""
952 name = f"{self.rd.image_registry}/{self.rd.image_prefix}{self.name}"
953 if tag:
954 name += f":{tag}"
955 return name
956
957
958class ResolvedImage:

Callers 4

sync_descriptionMethod · 0.95
specMethod · 0.80
publish_multiarch_imagesFunction · 0.80
_munge_servicesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected