-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Error: Unable to load metadata on arm64v8 #2110
Comments
The |
Thanks a lot! It worked as a charm |
Thanks again |
Out of curiosity is there a workaround for this ? When using gitlab ci there is sadly no current way to specify --platform when they pull the image so the newer images break... Related to this issue: https://gitlab.com/gitlab-org/gitlab/-/issues/392011 |
@natcl are you trying to build cross-platform? If not dropping the architecture namespace should do the trick |
Yes in my case I'm trying to build arm64 on AMD64... |
For anyone having the same issue with gitlab, the support for platform is actually in the latest runners: |
if it helps in any form, this is my dockerfile including the platform specification - in stage 2 # Use a multi-stage build to reduce the image size # Stage 2: Setup the production environment |
Interesting, can be a nice workaround ! |
Environment
Expected Behavior
It should be able to get the image and metadata from repositosy
Current Behavior
Docker is not being able to locate the metadata. This behavior started on 24/Jun/2024 on tag latest and today is affecting other images (alpine3.19, alpine-lts)
Possible Solution
Steps to Reproduce
build an image using arm64v8 alpine images
Additional Information
The text was updated successfully, but these errors were encountered: