Searching for Repositories
Use the search tokens below to search the repository browser. Go to registries and click the value in Repository column. Looking for help with writing your query? click here
repositoryNamerepositoryName
Use a text value ##### to find a repository of a specific name.
Example
Show repository of this name
repositoryName: reponew
andand
Use a boolean query to express your query using AND logic.
Example
Show repositories with my and tomcat in the name
repositoryName: my and repositoryName: tomcat
notnot
Use a boolean query to express your query using NOT logic.
Example
Show repositories that don't have tomcat in the name
not repositoryName: tomcat
oror
Use a boolean query to express your query using OR logic.
Example
Show repositories with one of these names
repositoryName: linux or repositoryName: tomcat