Skip to content

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.

RegionOptional

public string Region { get; set; }
  • Type: string
  • Default: Current region

The region where this asset will need to be published.


ImageTagRequired

public string ImageTag { get; set; }
  • Type: string

Tag of the image to publish.


RepositoryNameRequired

public string RepositoryName { get; set; }
  • Type: string

Name of the ECR repository to publish to.