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 |
newPathTag | string | Path and tag to be used for the image in the new registry in path:tag or path format. |
newTag | string | Path and tag to be used for the image in the new registry in path:tag or path format. |
registryUrl | string | DockerSplitRegistryInfo | URL or string for the registry where the image should be pushed and pulled |