nodejs / docker-node

Official Docker Image for Node.js :whale: :turtle: :rocket:
https://hub.docker.com/_/node/
MIT License
8.13k stars 1.95k forks source link

20.11.1-bullseye-slim: no matching manifest for linux/arm64/v8 in the manifest list entries #2035

Closed hyakurei-ri closed 4 months ago

hyakurei-ri commented 4 months ago

Environment

Expected Behavior

It should be started successfully just like "node:18.17.1-bullseye-slim".

Current Behavior

The image pulling is failed with this error.

no matching manifest for linux/arm64/v8 in the manifest list entries

Possible Solution

Steps to Reproduce

FROM node:20.11.1-bullseye-slim AS build

Additional Information

hyakurei-ri commented 4 months ago

This issue has been solved. Thanks!