Cloud API Overview > @adpt/cloud > docker > DockerImageInstance > latestImage
docker.DockerImageInstance.latestImage() method
Returns information about the most current version of the Docker image that has completed building, even if that version does not reflect the current set of props for the component.
Signature:
latestImage(): ImageInfo | undefined;
Returns:
ImageInfo | undefined
Remarks
Returns undefined if no image has ever been built by this component.