FingerprintResponse

data class FingerprintResponse(val v1Name: String, val v2Blob: List<String>, val v2Name: String)

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

Constructors

Link copied to clipboard
fun FingerprintResponse(v1Name: String, v2Blob: List<String>, v2Name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The name of the image's v2 blobs computed via: bottom := v2_blobbottom := sha256(v2_blobN + " " + v2_nameN+1) Only the name of the final blob is kept.