Derived Response
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
Properties
Link copied to clipboard
Link copied to clipboard
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.