Package version:

Interface PatchDetailsNewLayer

New layer update details in the target image.

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

Properties

frameworkAndVersion?: string

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

name?: string

The details of the new layer for the target image.

osAndVersion?: string

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