docker-registry-web icon indicating copy to clipboard operation
docker-registry-web copied to clipboard

Cannot Search Images

Open ross30152 opened this issue 9 years ago • 4 comments

Is it possible to search images by name?

ross30152 avatar Sep 29 '15 21:09 ross30152

+1

godlikeachilles avatar Apr 08 '16 01:04 godlikeachilles

Registry api v2 don't support searching for now.

Rohlik avatar Apr 14 '16 13:04 Rohlik

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.

mkuchin avatar Apr 15 '16 02:04 mkuchin

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.

bergtwvd avatar Aug 12 '16 00:08 bergtwvd