Describes the result obtained from contacting the registry to retrieve image metadata. DistributionInspect

interface DistributionInspect {
    Descriptor: OCIDescriptor;
    Platforms: OCIPlatform[];
}

Properties

Descriptor: OCIDescriptor
Platforms: OCIPlatform[]

An array containing all platforms supported by the image.