Documentation
¶
Overview ¶
Package update provides functionality to update images with digests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IImageDigestUpdater ¶
type IImageDigestUpdater interface {
UpdateDigests(
images <-chan parse.IImage,
done <-chan struct{},
) <-chan parse.IImage
}
IImageDigestUpdater provides an interface for ImageDigestUpdaters, which query registries for digests and update images with them.
func NewImageDigestUpdater ¶
func NewImageDigestUpdater( wrapperManager *registry.WrapperManager, ignoreMissingDigests bool, ) (IImageDigestUpdater, error)
NewImageDigestUpdater returns an IImageDigestUpdater after validating its fields. wrapperManager cannot be nil as it is responsible for querying registries for digests.
Click to show internal directories.
Click to hide internal directories.