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

Docker Hub上并没有除and64架构的镜像,即使Actions 工作流并被配置为创建多个架构的镜像 #2330

Closed
5 tasks done
AlexMa2011 opened this issue Jan 31, 2025 · 3 comments

Comments

@AlexMa2011
Copy link

Describe the bug

$ 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

Reproduction

不需要

System Info

不需要

Validations

  • Follow our Code of Conduct
  • Read the Contributing Guide.
  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
  • The provided reproduction is a minimal reproducible of the bug.
@sysfox
Copy link
Contributor

sysfox commented Feb 2, 2025

#2289 曾尝试予以支持,但是merge之后v7.2.8构建出错
#2320 已修复这个问题,并正在等待 @Innei 予以合并

@AlexMa2011

@sysfox
Copy link
Contributor

sysfox commented Feb 2, 2025

目前予以支持的架构是amd64与arm64

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