Share via


OCIRepositoryRefPatchDefinition interface

The source reference for the OCIRepository object.

Properties

digest

The image digest to pull from OCI repository, the value should be in the format ‘sha256:’. This takes precedence over semver.

semver

The semver range used to match against OCI repository tags. This takes precedence over tag.

tag

The OCI repository image tag name to pull. This defaults to 'latest'.

Property Details

digest

The image digest to pull from OCI repository, the value should be in the format ‘sha256:’. This takes precedence over semver.

digest?: string

Property Value

string

semver

The semver range used to match against OCI repository tags. This takes precedence over tag.

semver?: string

Property Value

string

tag

The OCI repository image tag name to pull. This defaults to 'latest'.

tag?: string

Property Value

string