Home

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

repositoryName

Use a text value ##### to find a repository of a specific name.

Example

Show repository of this name

repositoryName: reponew

and

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

not

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

or

Use a boolean query to express your query using OR logic.

Example

Show repositories with one of these names

repositoryName: linux or repositoryName: tomcat