-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Nodejs has been dowgraded from 22.9.0 to 12.4.0 in latest images #2170
Comments
Hmmm, what caused this downgrade - ah nevermind, maybe this was due to node12...
|
Hmmm, is nodejs installed just because we install jupyterhub instead of jupyterhub-base? This project shouldn't install the conda-forge package
|
Only the amd64 mages are affected, arm64 images have nodejs v22.9.0 |
@consideRatio I merged first PR, and then also updated Could you please create a second PR? |
For the removal of nodejs? Sure, I'm on it! |
I think the reason for the outdated version of nodejs is the following:
So it looks like there was a missing dependency for
So building the image again without making any changes would probably fix the problem. |
The last build now has correct |
What docker image(s) are you using?
base-notebook
Host OS system
Ubuntu 20.04
Host architecture
x86_64
What Docker command are you running?
How to Reproduce the problem?
See above
Command output
Expected behavior
Expect
nodejs >= 22.9.0
, in-line with the older image.Actual behavior
Nodejs 22.9.0 was installed in the
2024-10-28
tag, 12.4.0 was installed in the2024-11-04
tagAnything else?
No response
Latest Docker version
The text was updated successfully, but these errors were encountered: