-
Notifications
You must be signed in to change notification settings - Fork 2k
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
feat: drop arm32v7 buster for Node 20 #1886
Conversation
I replied in #1885 (comment) -- Node.js 20 should be okay in a standard Debian Buster container on all platforms except for armv7l. FWIW It is possible to run the Node.js 20 armv7l binaries in the |
With that information, I'd vote to only drop On the other hand, the next stable release of Debian is "soon" (
|
67eac0f
to
7dc7499
Compare
I've updated it to just drop the arm32v7 instead of fully dropping buster |
FWIW the commit message has a typo, "arm34v7" instead of "arm32v7". |
7dc7499
to
0e827a0
Compare
Thanks, fixed |
Is this waiting on anything in particular? |
0e827a0
to
e6f6cb3
Compare
@SimenB Any chance this will get merged? As it stands the arm32v7/node docker image can't be used :( |
@nschonni is it good to go? |
Created PR on the official-images repo (docker-library/official-images#16641). 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. |
Description
Need to confirm that this is required in #1885 so opening as draft for now
Motivation and Context
Testing Details
Example Output(if appropriate)
Types of changes
Checklist