Skip to content

DockerImageAsset

A file asset.

Initializer

import ros_cdk_assembly_schema
ros_cdk_assembly_schema.DockerImageAsset(
  destinations: typing.Mapping[DockerImageDestination],
  source: DockerImageSource
)

Properties

Name Type Description
destinations typing.Mapping[DockerImageDestination] Destinations for this file asset.
source DockerImageSource Source description for file assets.

destinationsRequired

destinations: typing.Mapping[DockerImageDestination]

Destinations for this file asset.


sourceRequired

source: DockerImageSource

Source description for file assets.