AssetManifestDockerImageDestination
The destination for a docker image asset, when it is given to the AssetManifestBuilder.
Initializer
import { AssetManifestDockerImageDestination } from '@alicloud/ros-cdk-core'
const assetManifestDockerImageDestination: AssetManifestDockerImageDestination = { ... }
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
public readonly repositoryName: string;
- Type: string
Repository name where the docker image asset should be written.
dockerTagPrefix
Optional
public readonly dockerTagPrefix: string;
- Type: string
- Default: ''
Prefix to add to the asset hash to make the Docker image tag.