BaseImageDependency interface

Properties that describe a base image dependency.

Properties

digest

The sha256-based digest of the image manifest.

registry

The registry login server.

repository

The repository name.

tag

The tag name.

type

The type of the base image dependency.

Property Details

digest

The sha256-based digest of the image manifest.

digest?: string

Property Value

string

registry

The registry login server.

registry?: string

Property Value

string

repository

The repository name.

repository?: string

Property Value

string

tag

The tag name.

tag?: string

Property Value

string

type

The type of the base image dependency.

type?: string

Property Value

string