-
Notifications
You must be signed in to change notification settings - Fork 616
Closed
Description
Expected behavior
- Click on a image name
- See image details (image id, author, etc)
Actual behavior
After clicking on any image the details page load empty. This is happening because "/10" is always being appended to the repository details url:
https://registry-ui.xxxxx.com/v2/busybox/10/tags/list
it should be:
https://registry-ui.xxxxx.com/v2/busybox/tags/list
Steps to reproduce the problem
- Run container
- Click on an image name
- See the empty details and the browser url includes "/10" (page 10 ?)
Specifications
- Which version of docker (
docker version) are you running? 1.10.3 - Which operating system do you use? ubuntu 16.04 beta2
- Which version of the docker-registry-frontend are you running? v2 container, pulled on 04-16/17-2016
- If you have the frontend running already you can find the version at the very bottom on every page.
git version: d5dd87d
jonl-percsolutions-com, vbanthia-zz, cataphract, mcs, sarastinishi and 5 more
Metadata
Metadata
Assignees
Labels
No labels