Skip to content
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.

Docker image search #62

Open
hjacobs opened this issue Apr 4, 2018 · 0 comments
Open

Docker image search #62

hjacobs opened this issue Apr 4, 2018 · 0 comments

Comments

@hjacobs
Copy link
Contributor

hjacobs commented Apr 4, 2018

Pier One has a hidden endpoint to search for images by name ("legacy" Docker v1 API), here an example for the OSS registry:

https://registry.opensource.zalan.do/v1/search?q=python

{
  "results": [
    {
      "name": "ci/python"
    },
    {
      "name": "eagleeye/python"
    },
    {
      "name": "stups/python"
    }
  ],
  "query": "python",
  "page": 1,
  "page_size": 3,
  "num_pages": 1,
  "num_results": 3
}

Swagger UI: https://registry.opensource.zalan.do/ui/#!/Docker_Registry_API_v1/org_zalando_stups_pierone_api_v1_search

This should be available via the CLI, e.g.:

pierone search python
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant