2.0.0b57

ImageBuilder

Package: flyte.extend

protocol ImageBuilder()

Methods

Method Description
build_image()
get_checkers() Returns ImageCheckers that can be used to check if the image exists in the registry.

build_image()

def build_image(
    image: Image,
    dry_run: bool,
    wait: bool,
) -> 'ImageBuild'
Parameter Type Description
image Image
dry_run bool
wait bool

get_checkers()

def get_checkers()

Returns ImageCheckers that can be used to check if the image exists in the registry. If None, then use the default checkers.