Flyte 2 Devbox is available today to run a full Flyte backend and UI locally. Preview Flyte 2 for production, hosted on Union.ai
2.2.2

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, ...]