AssetManifestDockerImageDestination
The destination for a docker image asset, when it is given to the AssetManifestBuilder.
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore"
&alicloudroscdkcore.AssetManifestDockerImageDestination {
RepositoryName: *string,
DockerTagPrefix: *string,
}
Properties
Name | Type | Description |
---|---|---|
RepositoryName |
*string |
Repository name where the docker image asset should be written. |
DockerTagPrefix |
*string |
Prefix to add to the asset hash to make the Docker image tag. |
RepositoryName
Required
RepositoryName *string
- Type: *string
Repository name where the docker image asset should be written.
DockerTagPrefix
Optional
DockerTagPrefix *string
- Type: *string
- Default: ''
Prefix to add to the asset hash to make the Docker image tag.