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

template latest version on frontend #826

Closed
adelavega opened this issue Oct 8, 2020 · 4 comments
Closed

template latest version on frontend #826

adelavega opened this issue Oct 8, 2020 · 4 comments

Comments

@adelavega
Copy link
Collaborator

instead of latest the specific version tag.

maybe pull directly from github

@rwblair
Copy link
Collaborator

rwblair commented Oct 8, 2020

This was specifically for version of the docker image used in the command shown in the review tab.

@adelavega
Copy link
Collaborator Author

@rwblair looks like we can use the docker hub api to pull tags directly:

https://hub.docker.com/v2/repositories/neuroscout/neuroscout-cli/tags

if we took those results and sorted by date, and excluced "latest" we could get the most recent version of the neuroscout-cli docker image available.

is this something that would be allright to handle directly in the frontend?

@adelavega adelavega added this to To Do (Frontend) in 0.9 via automation Oct 13, 2020
@rwblair
Copy link
Collaborator

rwblair commented Oct 14, 2020

Just ran curl on that endpoint, looks good. Can work with it, looks to me like its already coming back sorted by date so hopefully wont have to deal with pagination.

@adelavega
Copy link
Collaborator Author

closed by #837

0.9 automation moved this from To Do (Frontend) to Done Oct 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
0.9
  
Done
Development

No branches or pull requests

2 participants