2.0.0b57

ImageChecker

Package: flyte.extend

protocol ImageChecker()

Methods

Method Description
image_exists()

image_exists()

def image_exists(
    repository: str,
    tag: str,
    arch: Tuple[Architecture, ...],
) -> Optional[str]
Parameter Type Description
repository str
tag str
arch Tuple[Architecture, ...]