Skip to content

AssetManifestDockerImageDestination

The destination for a docker image asset, when it is given to the AssetManifestBuilder.

Initializer

import ros_cdk_core
ros_cdk_core.AssetManifestDockerImageDestination(
  repository_name: str,
  docker_tag_prefix: str = None
)

Properties

Name Type Description
repository_name str Repository name where the docker image asset should be written.
docker_tag_prefix str Prefix to add to the asset hash to make the Docker image tag.

repository_nameRequired

repository_name: str
  • Type: str

Repository name where the docker image asset should be written.


docker_tag_prefixOptional

docker_tag_prefix: str
  • Type: str
  • Default: ''

Prefix to add to the asset hash to make the Docker image tag.