Skip to content

v2 doesn't show image details #121

@juanluisbaptiste

Description

@juanluisbaptiste

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions