We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
各位大拿: 我在试验时,发现使用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
不知道什么时候可以将这些镜像更新一下。期待
The text was updated successfully, but these errors were encountered:
最简单的解决方法就是 自己拉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
Sorry, something went wrong.
No branches or pull requests
各位大拿:
我在试验时,发现使用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
不知道什么时候可以将这些镜像更新一下。期待
The text was updated successfully, but these errors were encountered: