Arguments used for the command to generate the docker copy script.
name | data type | description |
---|---|---|
remoteRepoUrl | string | The url of the remote repository where the private cloud artifacts to install are hosted |
dockerRegistry | string | The url of the Docker Registry where images required for install will be copied to |
controlPlaneUuid | string | Optional. The uuid of the control plane, if copying docker images for an upgrade |
Example
{ "remoteRepoUrl" : "...", "dockerRegistry" : "...", "controlPlaneUuid" : "..." }