jc21 / docker-registry-ui

😎 A nice web interface for managing your Docker Registry images
MIT License
324 stars 71 forks source link

Image information with a multilevel path in the name is not displayed #21

Open GSergeevich opened 4 years ago

GSergeevich commented 4 years ago

If the name is like a "tcmp/pr/billing-fork" , image information page is empty

cgrard commented 3 years ago

Yes, same here, all our images are tagged with this kind of pattern which makes the UI basically useless :/

rlogiacco commented 3 years ago

Same here, we use prj/project_name/prj_module and it fails

rlogiacco commented 3 years ago

I believe this is a duplicate of #10

rlogiacco commented 3 years ago

After a little investigation, the issue should be in src/frontend/js/routes/image.js as calling the API directly works nicely, but it seems the UI (frontend) is not calling the API (backend)... probably due to some failing check.

I might be able to provide additional info if we get a non-minified version. As it looks the author is not interested in moving this forward, is anyone having this issue willing to pair up on this?

cgrard commented 3 years ago

Yep, I'm not really familiar with the stuff that has been used to build the frontend but I can try.