FingerprintArgs

data class FingerprintArgs(val v1Name: Output<String>, val v2Blob: Output<List<String>>) : ConvertibleToJava<FingerprintArgs>

A set of properties that uniquely identify a given Docker image.

Constructors

Link copied to clipboard
fun FingerprintArgs(v1Name: Output<String>, v2Blob: Output<List<String>>)

Functions

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

Properties

Link copied to clipboard
val v1Name: Output<String>

The layer ID of the final layer in the Docker image's v1 representation.

Link copied to clipboard
val v2Blob: Output<List<String>>

The ordered list of v2 blobs that represent a given image.