denoland / deno_docker

Latest dockerfiles and images for Deno - alpine, centos, debian, ubuntu
https://hub.docker.com/r/denoland/deno
MIT License
873 stars 101 forks source link

Alpine ARM64 docker container broken #343

Closed Joel-PeakMetrics closed 5 months ago

Joel-PeakMetrics commented 5 months ago

Hello,

I'm trying to use the new alpine arm64 container with deno version 1.40.5. It doesn't seem to work though.

$ docker run -it --entrypoint=/bin/sh --platform linux/arm64 denoland/deno:alpine-1.40.5
/ # deno
qemu-aarch64-static: Could not open '/lib/ld-linux-aarch64.so.1': No such file or directory

TYIA for your help!

Joel-PeakMetrics commented 5 months ago

Found the problem here, the base image used for alpine doesn't have an arm64 build. https://hub.docker.com/r/frolvlad/alpine-glibc