Cloud API Overview > @adpt/cloud > docker > RegistryDockerImage
docker.RegistryDockerImage class
Represents a Docker image in a registry.
Signature:
export declare class RegistryDockerImage extends Action<RegistryDockerImageProps, State> implements DockerImageInstance
Remarks
If the image does not exist in the specified registry, it will be pushed to that registry.
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(props) |
Methods
Method | Modifiers | Description |
---|---|---|
image() | Returns information about the version of the Docker image that reflects the current set of props for the component and has been pushed to the registry. | |
latestImage() | Returns information about the most current version of the Docker image that has been pushed to the registry. |