-
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
Core dump on node:16-alpine3.13 (arm) #1477
Comments
On further investigation, it seems there may be an issue with alpine3.13 for armv7 - though the issue I'm getting with that would mean that it's impossible to build ANY version of |
@tianon any idea? |
I would guess that this is alpinelinux/docker-alpine#135; if using
See moby/moby#40734 for more details around this (and similar issues). |
Yep, running with that works, so the issue is definitely alpine3.13 on armv7 - at least on the raspberry pi anyway since libseccomp is version 2.3.3 Thanks |
This addresses issue #196 See: nodejs/docker-node#1477
This addresses issue felddy#196 See: nodejs/docker-node#1477
Environment
Expected Behavior
executing
docker run --rm -it node:16-alpine3.13
should result in node REPL promptCurrent Behavior
Further more when running
docker run --rm -it node:16-alpine3.13 /bin/sh
then startingnode
from the shell, an extra error is shownIllegal instruction (core dumped)
Steps to Reproduce
docker run --rm -it node:16-alpine3.13
Additional Information
alpine3.11 and alpine3.12 work fine as does alpine3.13 on linux/amd64
No issues with buster, buster-slim
The text was updated successfully, but these errors were encountered: