package grafeas.v1beta1.image

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Basis

image.proto:110

Basis describes the base image portion (Note) of the DockerImage relationship. Linked occurrences are derived from this or an equivalent image via: FROM <Basis.resource_url> Or an equivalent reference, e.g. a tag of the resource_url.

Used in: Note

message Derived

image.proto:128

Derived describes the derived image portion (Occurrence) of the DockerImage relationship. This image would be produced from a Dockerfile with FROM <DockerImage.Basis in attached Note>.

Used in: Details

message Details

image.proto:120

Details of an image occurrence.

Used in: Occurrence

message Fingerprint

image.proto:91

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

Used in: Basis, Derived

message Layer

image.proto:25

Layer holds metadata specific to a layer of a Docker image.

Used in: Derived

enum Layer.Directive

image.proto:27

Instructions from Dockerfile.

Used in: Layer