summaryrefslogtreecommitdiff
path: root/registry/service.go
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2022-02-25 22:14:47 +0100
committerSebastiaan van Stijn <github@gone.nl>2022-03-17 17:08:02 +0100
commit541ed077a66894c96f22eb1f1a74a504fa014567 (patch)
treeab6d8c6b8b844447e4d89f66cccf5cc00396d331 /registry/service.go
parent02ed26585451fac98281b564f6afe054c20d776c (diff)
downloaddocker-541ed077a66894c96f22eb1f1a74a504fa014567.tar.gz
registry: remove unused authConfig from Session
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Diffstat (limited to 'registry/service.go')
-rw-r--r--registry/service.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/service.go b/registry/service.go
index 276b04724a..b134ffad2a 100644
--- a/registry/service.go
+++ b/registry/service.go
@@ -218,7 +218,7 @@ func (s *DefaultService) Search(ctx context.Context, term string, limit int, aut
}
}
- r := newSession(client, authConfig, endpoint)
+ r := newSession(client, endpoint)
if index.Official {
// If pull "library/foo", it's stored locally under "foo"