google_api_container_analysis v0.5.0 GoogleApi.ContainerAnalysis.V1alpha1.Model.Derived 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.V1alpha1.Model.Fingerprint.t
, default:nil
) - The fingerprint of the derived image.layerInfo
(type:list(GoogleApi.ContainerAnalysis.V1alpha1.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
Link to this type
t()
View Sourcet() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.Derived{ baseResourceUrl: String.t(), distance: integer(), fingerprint: GoogleApi.ContainerAnalysis.V1alpha1.Model.Fingerprint.t(), layerInfo: [GoogleApi.ContainerAnalysis.V1alpha1.Model.Layer.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.