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
$ docker manifest inspect innei/mx-server:latest { "schemaVersion": 2, "mediaType": "application/vnd.oci.image.index.v1+json", "manifests": [ { "mediaType": "application/vnd.oci.image.manifest.v1+json", "size": 2772, "digest": "sha256:935f2d886172440df15418cb4b56b267bbdd7ac7347677b62dd8ceff16f61689", "platform": { "architecture": "amd64", "os": "linux" } }, { "mediaType": "application/vnd.oci.image.manifest.v1+json", "size": 567, "digest": "sha256:b0d810bb3ac3acd50bf7dbdd851aecf12f00f4d47fec5faae0a9ecfbfa8a7ebb", "platform": { "architecture": "unknown", "os": "unknown" } } ] }
$ sudo docker pull /innei/mx-server:latest latest: Pulling from innei/mx-server no matching manifest for linux/arm64/v8 in the manifest list entries
不需要
The text was updated successfully, but these errors were encountered:
MXD-170 Docker Hub上并没有除and64架构的镜像,即使Actions 工作流并被配置为创建多个架构的镜像
Sorry, something went wrong.
#2289 曾尝试予以支持,但是merge之后v7.2.8构建出错 #2320 已修复这个问题,并正在等待 @Innei 予以合并
@AlexMa2011
目前予以支持的架构是amd64与arm64
No branches or pull requests
Describe the bug
Reproduction
不需要
System Info
Validations
The text was updated successfully, but these errors were encountered: