stefanscherer/mquery

By stefanscherer

Updated almost 9 years ago

Query if a Docker image has a manifest-list and for which platforms

Image
0

1.0K

stefanscherer/mquery repository overview

mquery

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.

Tag summary

Content type

Image

Digest

Size

2.5 MB

Last updated

almost 9 years ago

docker pull stefanscherer/mquery