mkuchin / docker-registry-web

Web UI for private docker registry v2
https://hub.docker.com/r/hyper/docker-registry-web/
GNU General Public License v2.0
534 stars 135 forks source link

Cannot Search Images #14

Open ross30152 opened 9 years ago

ross30152 commented 9 years ago

Is it possible to search images by name?

godlikeachilles commented 8 years ago

+1

Rohlik commented 8 years ago

Registry api v2 don't support searching for now.

mkuchin commented 8 years ago

Agree with @Rohlik, there is no easy way to implement search with current registry api. I'm going to implement this feature with processing of registry notifications and maintaing copy of repository structure in local db.

bergtwvd commented 8 years ago

A name search would be great. The Docker registry is actually lacking more metadata, such as title, description, service interface descriptions. Maybe this it outside the scope of the registry ui, but what about the possibility to add more (searchable) metadata to each image? This metadata would need to be stored in the local db.