Class: Grafeas::V1::ImageOccurrence
- Inherits:
-
Object
- Object
- Grafeas::V1::ImageOccurrence
- Defined in:
- lib/grafeas/v1/doc/grafeas/v1/image.rb
Overview
Details of the derived image portion of the DockerImage relationship. This
image would be produced from a Dockerfile with FROM
Instance Attribute Summary collapse
-
#base_resource_url ⇒ String
Output only.
-
#distance ⇒ Integer
Output only.
-
#fingerprint ⇒ Grafeas::V1::Fingerprint
Required.
-
#layer_info ⇒ Array<Grafeas::V1::Layer>
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.
Instance Attribute Details
#base_resource_url ⇒ String
Returns Output only. This contains the base image URL for the derived image occurrence.
77 |
# File 'lib/grafeas/v1/doc/grafeas/v1/image.rb', line 77 class ImageOccurrence; end |
#distance ⇒ Integer
Returns Output only. The number of layers by which this image differs from the associated image basis.
77 |
# File 'lib/grafeas/v1/doc/grafeas/v1/image.rb', line 77 class ImageOccurrence; end |
#fingerprint ⇒ Grafeas::V1::Fingerprint
Returns Required. The fingerprint of the derived image.
77 |
# File 'lib/grafeas/v1/doc/grafeas/v1/image.rb', line 77 class ImageOccurrence; end |
#layer_info ⇒ Array<Grafeas::V1::Layer>
Returns 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.
77 |
# File 'lib/grafeas/v1/doc/grafeas/v1/image.rb', line 77 class ImageOccurrence; end |