Log failed registry mirror attempt in debug.
Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
parent
82ff9372ad
commit
4037806184
@ -270,6 +270,7 @@ func (c *criService) getResolver(ctx context.Context, ref string, cred func(stri
|
||||
if err == nil {
|
||||
return resolver, desc, nil
|
||||
}
|
||||
logrus.WithError(err).Debugf("Tried registry mirror %q but failed", e)
|
||||
// Continue to try next endpoint
|
||||
}
|
||||
resolver := docker.NewResolver(docker.ResolverOptions{
|
||||
|
Loading…
Reference in New Issue
Block a user