DockerImageAssetLocation
The location of the published docker image.
This is where the image can be consumed at runtime.
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore"
&alicloudroscdkcore.DockerImageAssetLocation {
ImageUri: *string,
RepositoryName: *string,
ImageTag: *string,
}
Properties
Name | Type | Description |
---|---|---|
ImageUri |
*string |
The URI of the image in Aliyun ACR (including a tag). |
RepositoryName |
*string |
The name of the ACR repository. |
ImageTag |
*string |
The tag of the image in Aliyun ACR. |
ImageUri
Required
ImageUri *string
- Type: *string
The URI of the image in Aliyun ACR (including a tag).
RepositoryName
Required
RepositoryName *string
- Type: *string
The name of the ACR repository.
ImageTag
Optional
ImageTag *string
- Type: *string
- Default: the hash of the asset, or the
dockerTagPrefix
concatenated with the asset hash if adockerTagPrefix
is specified in the stack synthesizer
The tag of the image in Aliyun ACR.