-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The type of manifests may not be correctly determined when syncing content #1147
Comments
based on the response from docker hub, this is an OCI index ( looking at content-type header) |
Thanks for pointing that out. I can confirm that the function for determining the correct media type does not work properly. The problem is actually here: pulp_container/pulp_container/app/utils.py Line 153 in 0b979a7
Even though the media_type variable is set to |
mediaType
field in the response
After some discussion with @ipanova, we have decided that the problem is more complex and the root cause of the issue is not on our side. The specification does not allow listing Only the |
Error message:
We should make themediaType
field optional like we already did for OCI indexes.The function for determining media types of manifests is not working properly.
The text was updated successfully, but these errors were encountered: