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

Add mquery to readme #29

Merged
merged 1 commit into from
Dec 15, 2021
Merged

Conversation

olof-nord
Copy link
Contributor

After asking @estesp if he wanted to support riscv, support was recently added.

This tool comes in handy to determine which architectures a docker image support, something which I see myself doing quite often with riscv.

@estesp
Copy link

estesp commented Dec 14, 2021

The default mquery "latest" image on DockerHub has been updated with the riscv support added in the linked issue above.

Verification:

$ docker run --rm mplatform/mquery:v0.5.0 mplatform/mquery:latest
Image: mplatform/mquery:latest (digest: sha256:d0989420b6f0d2b929fd9355f15c767f62d0e9a72cdf999d1eb16e6073782c71)
 * Manifest List: Yes (Image type: application/vnd.docker.distribution.manifest.list.v2+json)
 * Supported platforms:
   - linux/ppc64le
   - linux/amd64
   - linux/386
   - linux/s390x
   - linux/riscv64
   - linux/arm64/v8
   - linux/arm/v7
   - linux/arm/v6
   - windows/amd64:10.0.17763.2300
   - windows/amd64:10.0.14393.4770

@carlosedp
Copy link
Owner

Awesome, thanks @olof-nord and @estesp !

@carlosedp carlosedp merged commit 37c049b into carlosedp:master Dec 15, 2021
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

Successfully merging this pull request may close these issues.

3 participants