Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageTagChecker ¶
ImageTagChecker describes an object that can see if a tag exists for an image in a registry
type RegistryTagChecker ¶
type RegistryTagChecker struct {
// contains filtered or unexported fields
}
RegistryTagChecker is an object that can check a remote registry for a set of tags
func NewRegistryTagChecker ¶
func NewRegistryTagChecker(dockercfg *config.Dockerconfig, loggerFunc func(string, ...interface{})) *RegistryTagChecker
NewRegistryTagChecker returns a RegistryTagChecker using the specified dockercfg for authentication
func (*RegistryTagChecker) AllTagsExist ¶
AllTagsExist checks a remote registry to see if all tags exist for the given repository. It returns the missing tags, if any. Only quay.io is supported for now as each registry demonstrates different behavior when using the Docker Registry V2 API
Click to show internal directories.
Click to hide internal directories.