-
Notifications
You must be signed in to change notification settings - Fork 536
FEAT Support a private Node mirror #1520
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
base: main
Are you sure you want to change the base?
Conversation
- Introduce nvmNodeJsOrgMirror option to specify a custom Node.js binaries mirror. - Pass NVM_NODEJS_ORG_MIRROR environment variable to nvm install commands. - Update devcontainer-feature.json to include new option. - Add tests to verify environment variable and nvm remote listing with mirror. Co-authored-by: terragon-labs[bot] <terragon-labs[bot]@users.noreply.github.com>
Introduce the `nvmNodeJsOrgMirror` option to allow using a private Node.js binary mirror. This supports air-gapped or restricted environments by enabling downloads from custom URLs. - Updated README.md and NOTES.md with documentation and usage examples for the new option. Co-authored-by: terragon-labs[bot] <terragon-labs[bot]@users.noreply.github.com>
|
@leonj1 please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
Allow the user to override the node repository so they can point to their own private repo.