-
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
push operation does not save config blob with the correct media_type #493
Comments
From: pulpbot (pulpbot) PR: #414 |
From: @ipanova (ipanova@redhat.com) moving this back to NEW. We might want to deprecate media_type for blob in general, clients do not look at this information at all #414 (comment) |
we should not track media_type for the blobs. When registry receives blobs it does not have a way to say what type it is until manifest comes in and after we have parsed it. |
Author: @ipanova (ipanova@redhat.com)
Redmine Issue: 9229, https://pulp.plan.io/issues/9229
After push operation Config Blob is saved with media_type from a Regular Blob. This issue does not seem to affect pull operation hence priority is not 'everything is on fire ' :)
After podman push :
https://github.com/pulp/pulp_container/blob/master/pulp_container/app/registry_api.py#L685
The text was updated successfully, but these errors were encountered: