Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conform to the API spec and stop returning image URIs in the /v2/_catalog route #81

Closed
dalazx opened this issue Jun 21, 2019 · 0 comments
Labels
bug Something isn't working platform registry

Comments

@dalazx
Copy link
Contributor

dalazx commented Jun 21, 2019

Currently our catalog route returns image URIs which is inconsistent to the API spec:

{                                                           
  "repositories": [                                   
    "image://adavydow-ssh",                    
    "image://adavydow/adavydow-ssh",                        
    "image://adavydow/artem_sftp_client",     
    "image://adavydow/artem_ssh",  

see https://docs.docker.com/registry/spec/api/#listing-repositories

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working platform registry
Projects
None yet
Development

No branches or pull requests

3 participants