mquery
Query if a Docker image has a manifest-list and for which platforms
1.0K
A simple utility and backend for querying Docker v2 API-supporting registry images and reporting on "manifest list" multi-platform image support.
$ docker run stefanscherer/mquery ubuntu:latest
Manifest List: Yes
Supported platforms:
- amd64/linux
- arm/linux (variant: v7)
- arm64/linux (variant: v8)
- 386/linux
- ppc64le/linux
- s390x/linux
This image itself is a multi-arch image for any platform.
Content type
Image
Digest
Size
2.5 MB
Last updated
almost 9 years ago
docker pull stefanscherer/mquery