-
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
500 during podman push of ML #853
Comments
The issue is related to #854. We expect |
The issue can be resolved by using podman v4. In that version, podman uses the correct |
so this was a bug in podman? did you manage to find it in the podman release notes? |
regardsless, we should not raise 500 but handle it proprely
If you add jsonchema validation then it would just need to raise 'manifest invalid' which is better then 500 |
Skimming through the changelogs in https://github.com/containers/image/releases and https://github.com/containers/podman/releases, I cannot find any changelogs specific to pushing empty manifest lists... There are some bug fixes related to tagging manifest lists and pushing manifest lists, though. Maybe, this one is the change that had an impact on the reported behaviour: |
@lubosmj i see, let's just add jsonschema and raise manifest invalid, i believe that would address these 2 related issues |
The text was updated successfully, but these errors were encountered: