Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 730 Bytes

File metadata and controls

10 lines (7 loc) · 730 Bytes

Grafeas::DockerImageFingerprint

Properties

Name Type Description Notes
v1_name String 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. [optional]
v2_blob Array<String> The ordered list of v2 blobs that represent a given image. [optional]
v2_name String Output only. The name of the image's v2 blobs computed via: [bottom] := v2_blob[bottom] [N] := sha256(v2_blob[N] + &quot; &quot; + v2_name[N+1]) Only the name of the final blob is kept. This field can be used as a filter in list requests. [optional]