-
-
Notifications
You must be signed in to change notification settings - Fork 329
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
Bug when listing multi-arch images #260
Comments
Confirmed: same here for multiarch images created with |
Hi, thank you for using my project and submitting issues 😄 I will try this ASAP. So you are all using buildx right ? |
Yes, I am. I'm using buildx to generate multi-arch containers (amd64/arm64) and then push those (manifests) into my private docker registry. |
Can I have your command line? |
|
I am also using It's also easy to reproduce by using skopeo to copy official nginx images in the private registry, e.g: |
Thank you for your patience, I could not reproduce your issue but I found where it came from. Your registry server does not respect the Manifest Specification. When the media type is I have a fix for this, I will publish this now! |
Thanks you for the fix @Joxit ! About the registry it's weird because I use the official image in the latest version 2.8.1 and same behavior with previous 2.X versions. I made a test with the 2.2.2 version of the ui and it's much better but I notice that now when I go back on list page from details page I have the following popup showing for a few seconds: |
Yes, it's weird... I tried will several versions too... Ok, I may have found the issue, the registry server use the same |
Can you try this PR #265 ? Also your registry server configuration (see the PR) |
Hello,
Thanks :) |
Hi @0x217 thank you for using my project. It seems that you have the size but not the creation date. Could you create your own issue and complete all the questions ? |
Hi, I use this docker registry UI and I have an issue in list page for some multi-arch images.
Bug description
Some multi-arch images are not well displayed in list page, detail page works well.
How to Reproduce
Here what I did :
And go to nginx list page, (first time list is correctly displayed) but If I go on detail page and come back on the list page I have the bug and it never disappear, cf. screenshot.
Expected behavior
I would like to see images with date, size and digest.
Screenshots
System information
Version 103.0.5060.134 (Official Build) (x86_64)
103.0.1 (64-bit)
2.2.1
2.8.1
Additional context
In my browser console I have the following error for the
XHR GET https://myregistry.url/v2/nginx/manifests/1.23
:The JSON response doesn't contains the
layers
key, cf the response:Thanks you
The text was updated successfully, but these errors were encountered: