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

Changes to nodesource distributions / discontinuation of setup scripts #374

Closed
chilled-capybara opened this issue Aug 30, 2023 · 1 comment
Milestone

Comments

@chilled-capybara
Copy link

Hi,

I wanted to share some findings on some issues I encountered today with the docker images.

Trying to build docker from phusion/passenger-ruby31:2.5.0 is now causing an error;

E: Failed to fetch https://deb.nodesource.com/node_16.x/pool/main/n/nodejs/nodejs_16.20.2-deb-1nodesource1_amd64.deb  404  Not Found

This looks to be due to changes from nodesource where the setup script is no longer resolving the required version;

curl -sL https://deb.nodesource.com/setup_16.x | bash -

I've tried with phusion/passenger-ruby31:2.5.1 and that is currently working due to the newer v18

curl -sL https://deb.nodesource.com/setup_18.x | bash -

Over on nodesource
https://github.com/nodesource/distributions/blob/master/README.md#new-update-%EF%B8%8F

Installation Scripts: The installation scripts setup_XX.x are no longer supported and are not needed anymore, as the installation process is straightforward for any RPM and DEB distro.

As such, the deprecated script(s) may need to be updated

@ajhodgson
Copy link
Contributor

Fixed in #376

@CamJN CamJN added this to the 2.6.0 milestone Nov 20, 2023
@CamJN CamJN closed this as completed Nov 21, 2023
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

3 participants