DockerImageDestination
Where to publish docker images.
Initializer
import ros_cdk_assembly_schema
ros_cdk_assembly_schema.DockerImageDestination(
region: str = None,
image_tag: str,
repository_name: str
)
Properties
Name | Type | Description |
---|---|---|
region |
str |
The region where this asset will need to be published. |
image_tag |
str |
Tag of the image to publish. |
repository_name |
str |
Name of the ECR repository to publish to. |
region
Optional
region: str
- Type: str
- Default: Current region
The region where this asset will need to be published.
image_tag
Required
image_tag: str
- Type: str
Tag of the image to publish.
repository_name
Required
repository_name: str
- Type: str
Name of the ECR repository to publish to.