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
Current docker-registry specification and implementation have some quirks related to content-type headers, returning charset parameters even for media-types that don't allow any.
As a minor compatibility fix, we should revert #82 and instead introduce a mime_trim_params that expunges all parameters from a media type.
The text was updated successfully, but these errors were encountered:
@schrieveslaach no, your troubles seem unrelated to this specific issue.
I think you are just hitting some content-negotiation bug, and it wouldn't be the first registry we encounter with some buggy logic.
It would be helpful to have a minimal Rust example to look at and a trace at the HTTP level.
This is a followup to #82 (comment).
Current docker-registry specification and implementation have some quirks related to content-type headers, returning charset parameters even for media-types that don't allow any.
As a minor compatibility fix, we should revert #82 and instead introduce a
mime_trim_params
that expunges all parameters from a media type.The text was updated successfully, but these errors were encountered: