Documentation ¶
Overview ¶
This package is deprecated. Its functionality has been moved to github.com/containers/common/pkg/supplemented, which provides the same API. The stubs and aliases here are present for compatibility with older code. New implementations should use github.com/containers/common/pkg/supplemented directly.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrDigestNotFound is an alias for github.com/containers/common/pkg/manifests.ErrDigestNotFound. ErrDigestNotFound = manifests.ErrDigestNotFound // ErrBlobNotFound is an alias for github.com/containers/common/pkg/supplemented.ErrBlobNotFound. ErrBlobNotFound = supplemented.ErrBlobNotFound )
Functions ¶
func Reference ¶
func Reference(ref types.ImageReference, supplemental []types.ImageReference, multiple cp.ImageListSelection, instances []digest.Digest) types.ImageReference
Reference wraps github.com/containers/common/pkg/supplemented.Reference().
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.