You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Accept header is processed case sensitively when user requests for manifest. So the following is not matching to manifest v2.
Accept: Application/vnd.docker.distribution.manifest.v2+json
But according to spec, media type should be case insensitive:
Both top-level type and subtype names are case-insensitive.