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

Support install-tool without associated version or env variable #1384

Open
14 of 16 tasks
Tracked by #101
rarkins opened this issue Aug 29, 2023 · 2 comments
Open
14 of 16 tasks
Tracked by #101

Support install-tool without associated version or env variable #1384

rarkins opened this issue Aug 29, 2023 · 2 comments
Assignees
Labels
priority-3-normal Default priority, "should be done" but isn't prioritised ahead of others status:in-progress Someone is working on implementation type:feature Feature (new functionality)

Comments

@rarkins
Copy link
Member

rarkins commented Aug 29, 2023

I would like for install-tool node to work even if there's no NODE_VERSION defined. In such cases Containerbase should resolve the latest stable version and install that. This should work for all install-tool commands.


@viceice viceice added type:feature Feature (new functionality) priority-3-normal Default priority, "should be done" but isn't prioritised ahead of others status:ready Ready to start implementation labels Aug 30, 2023
@viceice viceice added status:in-progress Someone is working on implementation and removed status:ready Ready to start implementation labels Dec 5, 2023
@viceice viceice self-assigned this Dec 5, 2023
@viceice
Copy link
Member

viceice commented Dec 5, 2023

Should we install lts if available or latest version (eg node v20 vs v21)?

@rarkins
Copy link
Member Author

rarkins commented Dec 5, 2023

Latest stable for each associated tool. Today in node versioning we consider non-LTS to be unstable (which is not quite correct.. but it's what we got). So in short, that's Node 20.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority-3-normal Default priority, "should be done" but isn't prioritised ahead of others status:in-progress Someone is working on implementation type:feature Feature (new functionality)
Projects
None yet
Development

No branches or pull requests

2 participants