Versions in this module Expand all Collapse all v1 v1.5.1 Mar 21, 2019 Changes in this version + var ErrUnauthorizedForCredentials = errors.New("unable to retrieve auth token: invalid username/password") + var ErrV1NotSupported = errors.New("can't talk to a V1 docker registry") + var Transport = dockerTransport + func CheckAuth(ctx context.Context, sys *types.SystemContext, ...) error + func GetRepositoryTags(ctx context.Context, sys *types.SystemContext, ref types.ImageReference) ([]string, error) + func NewReference(ref reference.Named) (types.ImageReference, error) + func ParseReference(refString string) (types.ImageReference, error) + type Image struct + func (i *Image) GetRepositoryTags(ctx context.Context) ([]string, error) + func (i *Image) SourceRefFullName() string + type SearchResult struct + Description string + IsAutomated bool + IsOfficial bool + IsTrusted bool + Name string + StarCount int + func SearchRegistry(ctx context.Context, sys *types.SystemContext, registry, image string, ...) ([]SearchResult, error) Incompatible versions in this module v3.0.0+incompatible Aug 2, 2019 v2.0.1+incompatible Jul 18, 2019 v2.0.0+incompatible Jun 13, 2019