Cloud API Overview > @adpt/cloud > docker > RegistryDockerImageProps
docker.RegistryDockerImageProps interface
Props for docker.RegistryDockerImage
Signature:
export interface RegistryDockerImageProps
Properties
| Property | Type | Description |
|---|---|---|
| imageSrc | Handle<DockerPushableImageInstance> | Handle for image source |
| newTag | string | Tag to use for the image in the registry. |
| registryUrl | string |DockerSplitRegistryInfo | URL or string for the registry where the image should be pushed and pulled |