We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have an older Ubuntu server, and the image for onvif-mqtt fails to start in docker.
After some digging, it ended up being nodejs/node#43064
I rebuilt the image locally using node:20-alpine instead of node:20, and it solved the issue for me.
node:20-alpine
node:20
It may be a good idea to switch to node:alpine builds anyway, as they are smaller.
The text was updated successfully, but these errors were encountered:
Hello, thanks for the details.
Historically I've avoided Alpine images as the different c runtime caused other issues; not applicable to node but just a habit.
So I've nothing against producing another variant of the image based on the alpine variant
Sorry, something went wrong.
No branches or pull requests
I have an older Ubuntu server, and the image for onvif-mqtt fails to start in docker.
After some digging, it ended up being nodejs/node#43064
I rebuilt the image locally using
node:20-alpine
instead ofnode:20
, and it solved the issue for me.It may be a good idea to switch to node:alpine builds anyway, as they are smaller.
The text was updated successfully, but these errors were encountered: