Get desktop application:
View/edit binary Protocol Buffers messages
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:
The resource_url for the resource representing the basis of associated occurrence images.
The fingerprint of the base image.
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:
The fingerprint of the derived image.
Output only. The number of layers by which this image differs from the associated image basis.
This contains layer-specific metadata, if populated it has length "distance" and is ordered with [distance] being the layer immediately following the base image and [1] being the final layer.
Output only. This contains the base image URL for the derived image occurrence.
Details of an image occurrence.
Used in:
The child image derived from the base image.
A set of properties that uniquely identify a given Docker image.
Used in:
,The layer-id of the final layer in the Docker image's v1 representation.
The ordered list of v2 blobs that represent a given image.
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.
Layer holds metadata specific to a layer of a Docker image.
Used in:
The recovered Dockerfile directive used to construct this layer.
The recovered arguments to the Dockerfile directive.
Instructions from Dockerfile.
Used in:
Default value for unsupported/missing directive.
https://docs.docker.com/reference/builder/#maintainer
https://docs.docker.com/reference/builder/#run
https://docs.docker.com/reference/builder/#cmd
https://docs.docker.com/reference/builder/#label
https://docs.docker.com/reference/builder/#expose
https://docs.docker.com/reference/builder/#env
https://docs.docker.com/reference/builder/#add
https://docs.docker.com/reference/builder/#copy
https://docs.docker.com/reference/builder/#entrypoint
https://docs.docker.com/reference/builder/#volume
https://docs.docker.com/reference/builder/#user
https://docs.docker.com/reference/builder/#workdir
https://docs.docker.com/reference/builder/#arg
https://docs.docker.com/reference/builder/#onbuild
https://docs.docker.com/reference/builder/#stopsignal
https://docs.docker.com/reference/builder/#healthcheck
https://docs.docker.com/reference/builder/#shell