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

时间:2021-08-16 14:29:51   收藏:0   阅读:23

这个错误,百度了很久

no matching manifest for linux/arm64/v8 in the manifest list entries
什么意思呢?
蹩脚英语翻译+猜测,应该是根m1的芯片构造相关
在知乎网站上看到了一位老哥的解释觉得很好,大概意思就是这样的
M1芯片是arm64架构,也称作aarch64架构,只能运行arm64/aarch64架构的程序。
amd64的架构,也就是Intel CPU的架构,也叫做x86_64。
也就是说,存在适配型问题,m1的芯片没有适合的镜像,所以报错

如何解决呢?

docker pull --platform linux/x86_64 sentry

  

原文:https://www.cnblogs.com/liangliangzz/p/15146318.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!