Package version:

Interface PatchDetailsOldLayer

The old layer details in the target image.

interface PatchDetailsOldLayer {
    frameworkAndVersion?: string;
    name?: string;
    osAndVersion?: string;
}

Properties

frameworkAndVersion?: string

The framework and its version in the old run image for the target image.

name?: string

The details of the old layer for the target image.

osAndVersion?: string

The OS name and its version in the old run image for the target image.