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

No ARM manifest for version 22.13.1 #2191

Closed
snigdha920 opened this issue Jan 22, 2025 · 1 comment
Closed

No ARM manifest for version 22.13.1 #2191

snigdha920 opened this issue Jan 22, 2025 · 1 comment

Comments

@snigdha920
Copy link

Version

v22.13.1

Platform

Darwin snigdhasingh 23.5.0 Darwin Kernel Version 23.5.0: Wed May  1 20:12:58 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T6000 arm64

Subsystem

No response

What steps will reproduce the bug?

docker manifest inspect docker.io/library/node:22.13.1
{
   "schemaVersion": 2,
   "mediaType": "application/vnd.oci.image.index.v1+json",
   "manifests": [
      {
         "mediaType": "application/vnd.oci.image.manifest.v1+json",
         "size": 2493,
         "digest": "sha256:3e8c6060e9a7b6e569cc6fd5172f0404a6da1473e6b82548bba40e8161a835e1",
         "platform": {
            "architecture": "amd64",
            "os": "linux"
         }
      },
      {
         "mediaType": "application/vnd.oci.image.manifest.v1+json",
         "size": 842,
         "digest": "sha256:00504591654d1d95f9346d1791f87f553b3ac7bfde20f72660286c11d7d383a4",
         "platform": {
            "architecture": "unknown",
            "os": "unknown"
         }
      },
      {
         "mediaType": "application/vnd.oci.image.manifest.v1+json",
         "size": 2495,
         "digest": "sha256:6f709d2f5fcfb0e08db25e8cdde825922c87beda003f1e5760c86b67ba9c795c",
         "platform": {
            "architecture": "ppc64le",
            "os": "linux"
         }
      },
      {
         "mediaType": "application/vnd.oci.image.manifest.v1+json",
         "size": 842,
         "digest": "sha256:c6004b6ec7e2bba813d4fa9318afe8a532abcc9161d872d30c86c70f0f17b304",
         "platform": {
            "architecture": "unknown",
            "os": "unknown"
         }
      }
   ]
}

How often does it reproduce? Is there a required condition?

Always

What is the expected behavior? Why is that the expected behavior?

To have an ARM manifest for v22.13.1

What do you see instead?

No manifest

Additional information

No response

@richardlau richardlau transferred this issue from nodejs/node Jan 23, 2025
@LaurentGoderre
Copy link
Member

The different arch are available at different times because of the varying build time. The Arm variants are available now.

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

3 participants