DockerImageDestination
Where to publish docker images.
Initializer
using AlibabaCloud.SDK.ROS.CDK.Assembly.Schema;
new DockerImageDestination {
string Region = null,
string ImageTag,
string RepositoryName
};
Properties
Name | Type | Description |
---|---|---|
Region |
string |
The region where this asset will need to be published. |
ImageTag |
string |
Tag of the image to publish. |
RepositoryName |
string |
Name of the ECR repository to publish to. |
Region
Optional
public string Region { get; set; }
- Type: string
- Default: Current region
The region where this asset will need to be published.
ImageTag
Required
public string ImageTag { get; set; }
- Type: string
Tag of the image to publish.
RepositoryName
Required
public string RepositoryName { get; set; }
- Type: string
Name of the ECR repository to publish to.