Cloud API Overview > @adpt/cloud > docker > DockerImage
docker.DockerImage class
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Abstract component representing a Docker image that can be used to create containers.
Signature:
export declare abstract class DockerImage extends Component<DockerImageProps> implements DockerImageInstance
Remarks
See also Container.
Methods
Method | Modifiers | Description |
---|---|---|
image() | (BETA) Returns information about the version of the Docker image that reflects the current set of props for the component. | |
latestImage() | (BETA) 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. |