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
Update: the issue happens when compiling the image for an armv7 architecture.
not working script: docker build --no-cache --platform linux/arm/v7 -t my_image .
I tested without the platform tag (docker build --no-cache-t my_image .) and it works
Hi, I'm having an issue when building my image using this dockerfile:
I have to downgrade the image version to 18-alpine to make it work.
I noticed that when the builder reaches the command
RUN npm clean-install -dd
it stops showing logs and stays there forever.Note: I used the following command to build the image:
docker build -t my-image --no-cache --platform linux/arm/v7 .
Originally posted by @HighWolf in nodejs/docker-node#1259 (comment)
The text was updated successfully, but these errors were encountered: