ImageOccurrenceArgs

data class ImageOccurrenceArgs(val fingerprint: Output<FingerprintArgs>, val layerInfo: Output<List<LayerArgs>>? = null) : ConvertibleToJava<ImageOccurrenceArgs>

Details of the derived image portion of the DockerImage relationship. This image would be produced from a Dockerfile with FROM .

Constructors

Link copied to clipboard
fun ImageOccurrenceArgs(fingerprint: Output<FingerprintArgs>, layerInfo: Output<List<LayerArgs>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ImageOccurrenceArgs

Properties

Link copied to clipboard

The fingerprint of the derived image.

Link copied to clipboard
val layerInfo: Output<List<LayerArgs>>? = null

This contains layer-specific metadata, if populated it has length "distance" and is ordered with distance being the layer immediately following the base image and 1 being the final layer.