mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
The Class field was added ina12b466183because Docker Hub registry required a special scope to be set for pulling plugins; HTTP/1.1 401 Unauthorized ... Www-Authenticate: Bearer realm="https://auth.docker.io/token",service="registry.docker.io",scope="repository(plugin):vieux/sshfs:pull",error="insufficient_scope" This is no longer a requirement, and the field is no longer set. This patch deprecates the field and removes its use. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit5f91c769f5) Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>