Required. The layer ID of the final layer in the Docker image's v1 representation.
v2Blob[]
string
Required. The ordered list of v2 blobs that represent a given image.
v2Name
string
Output only. The name of the image's v2 blobs computed via: [bottom] := v2Blob[bottom]
[N] := sha256(v2Blob[N] + " " + v2Name[N+1]) Only the name of the final blob is kept.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-02 UTC."],[[["This document defines the JSON representation for uniquely identifying a Docker image."],["The `v1Name` field is a required string that represents the layer ID of the final layer in the Docker image's v1 representation."],["The `v2Blob` field is a required, ordered list of strings that represent the image's v2 blobs."],["The `v2Name` field, which is output only, contains the name of the image's v2 blobs, computed using a specific formula involving the v2Blob values."]]],[]]