Closed
Description
Environment
- Platform: linux/arm Raspberry Pi 2, 3 and 4
- Docker Version: 20.10.6
- Node.js Version: 16.0.0
- Image Tag: node:16-alpine3.13
Expected Behavior
executing docker run --rm -it node:16-alpine3.13
should result in node REPL prompt
Welcome to Node.js v16.0.0.
Type ".help" for more information.
>
Current Behavior
#
# Fatal error in , line 0
# unreachable code
#
#
#
#FailureMessage Object: 0xfffc9ddc
Further more when running docker run --rm -it node:16-alpine3.13 /bin/sh
then starting node
from the shell, an extra error is shown
Illegal 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
Metadata
Metadata
Assignees
Labels
No labels