Home

Searching for Registries

Use the search tokens below to search for container registries. Looking for help with writing your query? click here

dockerHubOrg

Use a text value ##### to find an organization within dockerHub.

Example

Show organization with this name

dockerHubOrg: EuroFin

created

Use a date range or specific date to find when registries were created.

Examples

Show findings with registries created within certain dates

created: [2018-02-01 ... 2018-02-12]

Show findings with registries created starting 2018-02-01, ending 1 month ago

created: [2018-02-01 ... now-1M]

Show findings with registries created starting 2 weeks ago, ending 1 second ago

created: [now-2w ... now-1s]

Show findings with registries created on certain date

created:'2018-02-22'

updated

Use a date range or specific date to find when registries were updated.

Examples

Show findings with registries updated within certain dates

updated: [2018-02-01 ... 2018-02-12]

Show findings with registries updated starting 2018-02-01, ending 1 month ago

updated: [2018-02-01 ... now-1M]

Show findings with registries updated starting 2 weeks ago, ending 1 second ago

updated: [now-2w ... now-1s]

Show findings with registries updated on certain date

updated:'2018-02-22'

registryUri

Use quotes to find registries with specific URI.

Example

Show registries with this URI

registryUri: "myregistry.com/appimages"

and

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

Example

Show registries with this URI and created date

registryUri: "myregistry.com/appimages" and created: '2020-02-22'

not

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

Example

Show registries that don't have this URI

not registryUri: "myregistry.com/appimages"

or

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

Example

Show registries that have one of these URIs

registryUri: "myregistry.com/images1" or registryUri: "myregistry.com/images2"