A set of properties that uniquely identify a given Docker image.
The layer-id of the final layer in the Docker image's v1 representation. This field can be used as a filter in list requests.
The ordered list of v2 blobs that represent a given image.
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. This field can be used as a filter in list requests.