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

update node.js install in docker build #1065

Open
abandoned-prototype opened this issue Sep 23, 2023 · 1 comment
Open

update node.js install in docker build #1065

abandoned-prototype opened this issue Sep 23, 2023 · 1 comment

Comments

@abandoned-prototype
Copy link
Collaborator

What issue are you seeing?

When building the docker image the following message appears:

================================================================================
#7 3.257 ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
#7 3.257 ================================================================================
#7 3.257 
#7 3.257                            SCRIPT DEPRECATION WARNING                    
#7 3.257 
#7 3.257   
#7 3.257   This script, located at https://deb.nodesource.com/setup_X, used to
#7 3.257   install Node.js is deprecated now and will eventually be made inactive.
#7 3.257 
#7 3.257   Please visit the NodeSource distributions Github and follow the
#7 3.257   instructions to migrate your repo.
#7 3.257   https://github.com/nodesource/distributions
#7 3.257 
#7 3.257   The NodeSource Node.js Linux distributions GitHub repository contains
#7 3.257   information about which versions of Node.js and which Linux distributions
#7 3.257   are supported and how to install it.
#7 3.257   https://github.com/nodesource/distributions
#7 3.257 
#7 3.257 
#7 3.257                           SCRIPT DEPRECATION WARNING
#7 3.257 
#7 3.257 ================================================================================

our dockerfile loads a script from https://deb.nodesource.com/setup_16.x to install node.js
The https://github.com/nodesource/distributions site seems to have the new way to install node.js

@sea-kelp
Copy link
Collaborator

sea-kelp commented Jan 5, 2024

We fixed this in OrcaCollective#362

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

No branches or pull requests

2 participants