Cloud API Overview > @adpt/cloud > docker > DockerImageInstance > image
docker.DockerImageInstance.image() method
Returns information about the version of the Docker image that reflects the current set of props for the component.
Signature:
image(): ImageInfo | undefined;
Returns:
ImageInfo | undefined
Remarks
Returns undefined if no image has ever been built by this component OR if the component props have changed and the image that corresponds to the current props has not yet been built.