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

Expand neuro images to output tags #852

Closed
dalazx opened this issue Jun 21, 2019 · 2 comments
Closed

Expand neuro images to output tags #852

dalazx opened this issue Jun 21, 2019 · 2 comments
Assignees

Comments

@dalazx
Copy link
Contributor

dalazx commented Jun 21, 2019

Prep steps:

  1. Construct image URIs on the client side;
  2. Fix /v2/_catalog to return repo names rather than image URIs;
  3. Fix /v2/*/tags/list to cut the upstream project prefix;

neuro images <image URI> should output a list of available tags. (similarly to neuro ls as there might be lots of them per image).
see the spec https://docs.docker.com/registry/spec/api/#listing-image-tags.

@atemate
Copy link
Contributor

atemate commented Jun 24, 2019

Please note that once we output images with tags, we might start observing consequences of no-pagination responses, see neuro-inc/platform-registry-api#36

@serhiy-storchaka
Copy link
Contributor

Requesting tags for every image seems expensive. Maybe keep the current behavior by default and add an option for outputting tags?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants