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. |
Region
Optional
Region *string
- Type: *string
- Default: Current region
The region where this asset will need to be published.
ImageTag
Required
ImageTag *string
- Type: *string
Tag of the image to publish.
RepositoryName
Required
RepositoryName *string
- Type: *string
Name of the ECR repository to publish to.