GoogleApi.ContainerAnalysis.V1alpha1.Model.Derived (google_api_container_analysis v0.11.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.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
Specs
t() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.Derived{
baseResourceUrl: String.t() | nil,
distance: integer() | nil,
fingerprint: GoogleApi.ContainerAnalysis.V1alpha1.Model.Fingerprint.t() | nil,
layerInfo: [GoogleApi.ContainerAnalysis.V1alpha1.Model.Layer.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.