GoogleApi.ContainerAnalysis.V1beta1.Model.Derived (google_api_container_analysis v0.10.0) View Source
Derived describes the derived image portion (Occurrence) of the DockerImage relationship. This image would be produced from a Dockerfile with FROM .
Attributes
-
baseResourceUrl
(type:String.t
, default:nil
) - Output only. This contains the base image URL for the derived image occurrence. -
distance
(type:integer()
, default:nil
) - Output only. The number of layers by which this image differs from the associated image basis. -
fingerprint
(type:GoogleApi.ContainerAnalysis.V1beta1.Model.Fingerprint.t
, default:nil
) - Required. The fingerprint of the derived image. -
layerInfo
(type:list(GoogleApi.ContainerAnalysis.V1beta1.Model.Layer.t)
, default:nil
) - 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.ContainerAnalysis.V1beta1.Model.Derived{ baseResourceUrl: String.t(), distance: integer(), fingerprint: GoogleApi.ContainerAnalysis.V1beta1.Model.Fingerprint.t(), layerInfo: [GoogleApi.ContainerAnalysis.V1beta1.Model.Layer.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.