Package version:

Properties for a registry image.

interface ImageDescriptor {
    digest?: string;
    registry?: string;
    repository?: string;
    tag?: string;
}

Properties

digest?: string

The sha256-based digest of the image manifest.

registry?: string

The registry login server.

repository?: string

The repository name.

tag?: string

The tag name.