Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrDigestNotFound is returned when we look for an image instance // with a particular digest in a list or index, and fail to find it. ErrDigestNotFound = manifests.ErrDigestNotFound // ErrBlobNotFound is returned when try to figure out which supplemental // image we should ask for a blob with the specified characteristics, // based on the information in each of the supplemental images' manifests. ErrBlobNotFound = errors.New("location of blob could not be determined") )
Functions ¶
func Reference ¶
func Reference(ref types.ImageReference, supplemental []types.ImageReference, multiple cp.ImageListSelection, instances []digest.Digest) types.ImageReference
Reference groups one reference and some number of additional references together as a group. The first reference's default instance will be treated as the default instance of the resulting reference, with the other references' instances made available as instances for their respective digests.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.