Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

devops安装脚本不支持arm,能否将相关镜像更新一下? #2233

Open
loeveol opened this issue Sep 18, 2023 · 1 comment
Open

Comments

@loeveol
Copy link

loeveol commented Sep 18, 2023

各位大拿:
我在试验时,发现使用arm服务器时,devops安装脚本不支持arm,主要还是引用的镜像不支持arm,比如minio的镜像是:
registry.cn-beijing.aliyuncs.com/kubesphereio/minio:RELEASE.2019-08-07T01-59-21Z

但这个版本不支持arm,需要使用:
minio/minio:RELEASE.2020-11-25T22-36-25Z
这个版本才开始支持x86和arm

不知道什么时候可以将这些镜像更新一下。期待

@koyanagi-ZeHongLiu
Copy link

最简单的解决方法就是 自己拉arm版本的镜像,然后再tag成它写死的镜像tag。。

docker pull minio/mc:RELEASE.2020-11-25T23-04-07Z-arm64
docker pull minio/minio:RELEASE.2020-11-25T22-36-25Z-arm64
docker rmi minio/mc:RELEASE.2019-08-07T23-14-43Z minio/minio:RELEASE.2019-08-07T01-59-21Z
docker tag minio/mc:RELEASE.2020-11-25T23-04-07Z-arm64 minio/mc:RELEASE.2019-08-07T23-14-43Z
docker tag minio/minio:RELEASE.2020-11-25T22-36-25Z-arm64 minio/minio:RELEASE.2019-08-07T01-59-21Z

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants