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

Remove arm32v7 from bullseye variants of Node 23 #2218

Merged
merged 1 commit into from
Apr 2, 2025

Conversation

tianon
Copy link
Contributor

@tianon tianon commented Mar 31, 2025

(as reported in #1885 (comment))

+ node --version
node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by node)
node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by node)

I believe this is the correct change, but I'm not 100% sure -- I don't see anything in this repository that writes to versions.json, so it appears to be hand-maintained and thus this is the correct change for stackbrew.js to generate the appropriate contents.

    + node --version
    node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by node)
    node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by node)

I *believe* this is the correct change, but I'm not 100% sure -- I don't see anything in this repository that writes to `versions.json`, so it appears to be hand-maintained and thus this is the correct change for `stackbrew.js` to generate the appropriate contents.
@SimenB SimenB merged commit c649cd7 into nodejs:main Apr 2, 2025
1 check passed
Copy link

github-actions bot commented Apr 2, 2025

Created PR on the official-images repo (docker-library/official-images#18764). See https://github.com/docker-library/faq#an-images-source-changed-in-git-now-what if you are wondering when it will be available on the Docker Hub.

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

Successfully merging this pull request may close these issues.

3 participants