Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoMatchingTag = errors.New("no tag matches channel")
ErrNoMatchingTag is returned when no tag in a list satisfies the requested channel.
Functions ¶
func DefaultChannel ¶
DefaultChannel returns "<major>.x" for the given current tag, or "*" if not semver.
func HighestMatching ¶
HighestMatching returns the highest semver tag in `tags` that satisfies the channel. Non-semver tags are silently skipped. Per Masterminds/semver semantics, prereleases are NOT included in a range unless explicitly opted into.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is the production Registry implementation, backed by go-containerregistry.
Click to show internal directories.
Click to hide internal directories.