Open
Description
Problem
The update of the base OS image used for node:18
from Debian 11 to 12 has caused issues for various people:
- If you have this problem, you should upgrade docker! [was: node aborts and core dumps as soon as it starts] node#43064 (comment) (last comments)
- node:18 (bookworm) lacks libcrypto.so.1.1 present in previous releases such as 18-bullseye #1916
- website build broken during Docker image preparation build#3382
Solution
Keep the same base OS image during the entire life of any major version of Node.js and only upgrade it for future major versions.
Alternatives to Consider
Teach the community to specify the name of the base OS in their Dockerfiles, but I'm afraid it's too late for that. I don't remember seeing any documentation that recommends to do it.
Metadata
Metadata
Assignees
Labels
No labels