The page you navigated to () does not exist, so we brought you to the closest page to it.
You have switched from the to the variant of this site. There is no equivalent of . We have taken you to the closest page in the variant.
2.1.5
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,
force: bool,
) -> 'ImageBuild'| Parameter | Type | Description |
|---|---|---|
image |
Image |
|
dry_run |
bool |
|
wait |
bool |
|
force |
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.