Skip to content

DockerImageAsset

A file asset.

Initializer

import com.aliyun.ros.cdk.assembly.schema.DockerImageAsset;
DockerImageAsset.builder()
    .destinations(java.util.Map<java.lang.String, DockerImageDestination>)
    .source(DockerImageSource)
    .build();

Properties

Name Type Description
destinations java.util.MapDockerImageDestination\> Destinations for this file asset.
source DockerImageSource Source description for file assets.

destinationsRequired

public java.util.Map<java.lang.String, DockerImageDestination> getDestinations();
  • Type: java.util.MapDockerImageDestination\>

Destinations for this file asset.


sourceRequired

public DockerImageSource getSource();

Source description for file assets.