−Table of Contents
Microsoft Container Registry (MCR)
Return to Container Registries
Microsoft Container Registry (MCR) is the primary Registry for all Microsoft Published docker images that offers a reliable and trustworthy delivery of container images with a syndicated catalog, while maintaining the quality that customers expect from a Microsoft product offering.
For more background on MCR:
Microsoft syndicates container catalog (mcr.microsoft.com)
Improved discovery experience for Microsoft containers on Docker Hub
Browsing MCR Content
The discovery experience for MCR is provided through dockerhub.
To query the list of container repositories within mcr: https://mcr.microsoft.com/v2/_catalog
To query the list of tags, within a container repository:
https://mcr.microsoft.com/v2/{namespace/repo}/tags/list
For example, to retrieve the list of tags for mcr/hello-world : https://mcr.microsoft.com/v2/mcr/hello-world/tags/list
Microsoft Container Registry (MCR)
Fair Use Source: https://github.com/microsoft/ContainerRegistry