mirror of
https://github.com/jc21/docker-registry-ui.git
synced 2026-04-25 09:15:54 +03:00
[GH-ISSUE #21] Image information with a multilevel path in the name is not displayed #16
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-registry-ui-jc21#16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @GSergeevich on GitHub (Jul 6, 2020).
Original GitHub issue: https://github.com/jc21/docker-registry-ui/issues/21
If the name is like a "tcmp/pr/billing-fork" , image information page is empty
@cgrard commented on GitHub (Sep 22, 2020):
Yes, same here, all our images are tagged with this kind of pattern which makes the UI basically useless :/
@rlogiacco commented on GitHub (Nov 2, 2020):
Same here, we use
prj/project_name/prj_moduleand it fails@rlogiacco commented on GitHub (Nov 2, 2020):
I believe this is a duplicate of #10
@rlogiacco commented on GitHub (Nov 2, 2020):
After a little investigation, the issue should be in
src/frontend/js/routes/image.jsas 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 on GitHub (Nov 2, 2020):
Yep, I'm not really familiar with the stuff that has been used to build the frontend but I can try.