Joxit / docker-registry-ui

The simplest and most complete UI for your private registry

Home Page:https://joxit.dev/docker-registry-ui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add a level of aggregation in the list of images

sbaloo opened this issue Β· comments

When you have a lot of images like

  • xxx/image1

  • xxx/image2

  • yyy/image1

  • yyy/image2

it would be great to print it like

  • xxx/

    image1

    image2

  • yyy/

    image1
    image2

Hello,

Thank you for your comment πŸ˜„
I add this request to my to-do list. I have to think about the future user interface...

@Joxit I have a lot of private docker images, about ~200, Joxit interface not really convenient to surf and find out the need one, it would be great if you add some feature like search box, group images, count list, ID, created time... into the home page. Thank you very much :D

Nice, thank you for your ideas, I will also add this in my to-do list πŸ˜„

The created time can't be on the home page because there are no endpoint for this without asking for each image all their tags, and this will cause to many requests for your private registry (200*nb tags per images) πŸ˜•.

What do you mean for ID ? Image ID ? You can get the image ID by hovering the image tag in the tag list and in the history view πŸ˜‰

Hi there ! I'm working on this issue and here is the result for now !
The UI has changed a lot for this feature, I hope you'll like it ! πŸ˜„

image aggregation

Yes the evolution seems good. Thanks for your work.

Hi there ! I'm working on this issue and here is the result for now !
The UI has changed a lot for this feature, I hope you'll like it ! smile

image aggregation

Hi there, that so amazinggg...~~~ Many thank you guys.

Yeah! That's cool if you like it πŸ˜„
The work is still in progress, I expect a release tomorrow (v0.7.0 or v1.0.0).

πŸŽ‰ Now available with master tag (latest features on master tags joxit/docker-registry-ui:master and joxit/docker-registry-ui:master-static) πŸŽ‰