Skip to content

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.

regionOptional

region: str
  • Type: str
  • Default: Current region

The region where this asset will need to be published.


image_tagRequired

image_tag: str
  • Type: str

Tag of the image to publish.


repository_nameRequired

repository_name: str
  • Type: str

Name of the ECR repository to publish to.