Skip to content

autonomy.deploy.image

Image building.

ImageProfiles Objects

class ImageProfiles()

Image build profiles.

build_image

def build_image(agent: PublicId,
                pull: bool = False,
                dev: bool = False,
                version: Optional[str] = None,
                image_author: Optional[str] = None) -> None

Command to build images from for skaffold deployment.

ImageBuildFailed Objects

class ImageBuildFailed(Exception)

Raise when there's an error while building the agent image.