DerivedResponse

data class DerivedResponse(val baseResourceUrl: String, val distance: Int, val fingerprint: FingerprintResponse, val layerInfo: List<LayerResponse>)

Derived describes the derived image portion (Occurrence) of the DockerImage relationship. This image would be produced from a Dockerfile with FROM .

Constructors

Link copied to clipboard
fun DerivedResponse(baseResourceUrl: String, distance: Int, fingerprint: FingerprintResponse, layerInfo: List<LayerResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This contains the base image URL for the derived image occurrence.

Link copied to clipboard

The number of layers by which this image differs from the associated image basis.

Link copied to clipboard

The fingerprint of the derived image.

Link copied to clipboard

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.