-
Notifications
You must be signed in to change notification settings - Fork 5
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
Mquery not producing results if on Ubuntu Linux arm64 (AWS Graviton) #11
Comments
Oups it seems there is something on my side it is working now. The only weird thing is that warning, is this expected? I don't get why it says amd64. Any ideas? Updated output on ARM64
|
This is actually the output of the Docker runtime, and appears to be new in Docker 20.10 (versus the 19.xx releases); I believe the manifest list resolution (which I should go learn what's changed! 😇 ) is comparing what the manifest list entry "claims" the architecture is for the There are some discussions around this mismatch from the BuildKit community that I should go follow up on as well. The empty response from your prior run is probably my cloud-hosted function getting rate limited by DockerHub, which is a separate issue I'm working on resolving with an update to mquery's hosting. I also need to expose that error response as it is being swallowed by the tool right now. |
Forgot there are already more details here in #9 😅 (which also references docker/for-linux#1170) |
Thanks for your detailed answer. I was going crazy for the now working case rate limiting makes sense. I am going to close then this in favor of #9 |
Hello, first I want to thank you for creating this tool!
I was trying to run the docker image of this project via docker on an AWS Graviton VM and found that it does not produce the expected output:
Same run in a amd64 VM:
The text was updated successfully, but these errors were encountered: