AssetManifestDockerImageDestination
The destination for a docker image asset, when it is given to the AssetManifestBuilder.
Initializer
using AlibabaCloud.SDK.ROS.CDK.Core;
new AssetManifestDockerImageDestination {
string RepositoryName,
string DockerTagPrefix = null
};
Properties
Name | Type | Description |
---|---|---|
RepositoryName |
string |
Repository name where the docker image asset should be written. |
DockerTagPrefix |
string |
Prefix to add to the asset hash to make the Docker image tag. |
RepositoryName
Required
public string RepositoryName { get; set; }
- Type: string
Repository name where the docker image asset should be written.
DockerTagPrefix
Optional
public string DockerTagPrefix { get; set; }
- Type: string
- Default: ''
Prefix to add to the asset hash to make the Docker image tag.