You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Platform: Linux pi-armhf 5.10.17-v7l+ #1421 SMP Thu May 27 14:00:13 BST 2021 armv7l GNU/Linux
Docker Version: Docker version 20.10.7, build f0df350
Node.js Version: v16.3.0
Image Tag: node:current-alpine
pi@pi-armhf:~ $ cat /proc/cpuinfo
processor : 0
model name : ARMv7 Processor rev 3 (v7l)
BogoMIPS : 108.00
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd08
CPU revision : 3
[...]
Hardware : BCM2711
Revision : b03112
Serial : 10000000bdabfa60
Model : Raspberry Pi 4 Model B Rev 1.2
Expected Behavior
pi@pi-armhf:~ $ docker run --rm -it node:current-alpine
Welcome to Node.js v16.3.0.
Type ".help" for more information.
>
Current Behavior
pi@pi-armhf:~ $ docker run --rm -it node:current-alpine
#
# Fatal error in , line 0
# unreachable code
#
#
#
#FailureMessage Object: 0xbea0762c
Possible Solution
I used the alpine image version to shrink my dependent image, for now I'll just use the larger non-alpine version (node:current).
The non-alpine image (node:current) works on armhf. Also docker run --rm -it node:current-alpine /bin/sh executes properly on armhf. On RaspiOS arm64, both images work fine.
The text was updated successfully, but these errors were encountered:
Environment
Linux pi-armhf 5.10.17-v7l+ #1421 SMP Thu May 27 14:00:13 BST 2021 armv7l GNU/Linux
Docker version 20.10.7, build f0df350
v16.3.0
node:current-alpine
Expected Behavior
Current Behavior
Possible Solution
I used the alpine image version to shrink my dependent image, for now I'll just use the larger non-alpine version (
node:current
).Steps to Reproduce
docker run --rm -it node:current-alpine
Additional Information
The non-alpine image (
node:current
) works on armhf. Alsodocker run --rm -it node:current-alpine /bin/sh
executes properly on armhf. On RaspiOS arm64, both images work fine.The text was updated successfully, but these errors were encountered: