sqlbot-python-pg这个镜像没有arm架构的吗

docker pull registry.cn-qingdao.aliyuncs.com/dataease/sqlbot-python-pg:latest
latest: Pulling from dataease/sqlbot-python-pg
no matching manifest for linux/arm64/v8 in the manifest list entries
(base) root@ubuntu:~# docker search registry.cn-qingdao.aliyuncs.com/dataease/sqlbot-python-pg
Error response from daemon: Unexpected status code 404
使用dockerfile构建arm架构的镜像,依赖于这个镜像,但是该镜像没有提供arm架构

遇到的问题差不多,页面部署也是报错不兼容:no matching manifest for linux/arm64/v8 in the manifest list entries,插眼

是啊,dockerfile里依赖的基础镜像,sqlbot-base:latest是有arm架构的,但是sqlbot-python-pg:latest没有

我mac安装的ubuntu系统官网部署脚本下载的1panel,进入页面下载sqlbot也是这个,说是社区版没提供arm架构镜像,想用要自行构建 :neutral_face:

已解决,Dockerfile-base就是用来构建sqlbot-python-pg:latest的。 :joy:

细说怎么修改的

自己构建arm镜像

sqlbot-python-pg 的 arm 镜像已经提供,现在 SQLBot 也提供了 arm 架构的体验镜像,参见文档: