Skip to content

DockerImageDestination

Where to publish docker images.

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkassemblyschema"
&alicloudroscdkassemblyschema.DockerImageDestination {
    Region: *string,
    ImageTag: *string,
    RepositoryName: *string,
}

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

Region *string
  • Type: *string
  • Default: Current region

The region where this asset will need to be published.


ImageTagRequired

ImageTag *string
  • Type: *string

Tag of the image to publish.


RepositoryNameRequired

RepositoryName *string
  • Type: *string

Name of the ECR repository to publish to.