Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 829 Bytes

ImageFingerprint.md

File metadata and controls

12 lines (8 loc) · 829 Bytes

ImageFingerprint

Properties

Name Type Description Notes
V1Name string Required. The layer ID of the final layer in the Docker image's v1 representation. [optional] [default to null]
V2Blob []string Required. The ordered list of v2 blobs that represent a given image. [optional] [default to null]
V2Name string Output only. The name of the image's v2 blobs computed via: [bottom] := v2_blob[bottom] [N] := sha256(v2_blob[N] + " " + v2_name[N+1]) Only the name of the final blob is kept. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]