Image Occurrence Response
data class ImageOccurrenceResponse(val baseResourceUrl: String, val distance: Int, val fingerprint: FingerprintResponse, val layerInfo: List<LayerResponse>)
Details of the derived image portion of the DockerImage relationship. This image would be produced from a Dockerfile with FROM .
Constructors
Link copied to clipboard
constructor(baseResourceUrl: String, distance: Int, fingerprint: FingerprintResponse, layerInfo: List<LayerResponse>)
Properties
Link copied to clipboard
This contains the base image URL for the derived image occurrence.
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.