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

Node-alpine: qemu: uncaught target signal 11 (Segmentation fault) - core dumped #2148

Open
KristofVDB1 opened this issue Oct 16, 2024 · 0 comments

Comments

@KristofVDB1
Copy link

Environment

  • Platform: Mac M1
  • Docker Version: 25.0.2
  • Node.js Version: Node 20
  • Image Tag: node:20-alpine

Expected Behavior

I tried rebuilding one of our images that uses the node:20-alpine but without success. The image we use has not been changed for a while so this seemed like a new issue since alpine 19/20. Using the node:20-alpine3.18 version of this image does solve the problem.

Current Behavior

After a while, the build process fails throwing this error:

qemu: uncaught target signal 11 (Segmentation fault) - core dumped

After the process keeps hanging without stopping itself.

Possible Solution

Steps to Reproduce

Used Dockerfile

FROM node:20-alpine

ADD . /app
WORKDIR /app

RUN apk update
RUN apk add python3 vim make gcc g++ curl

RUN yarn install

Additional Information

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

No branches or pull requests

1 participant