Find way to lookup Windows container layers in the Docker of mcr registry APIs
For instance https://mcr.microsoft.com/v2/windows/manifests/10.0.17763.5576-amd64 is for a windows image version 10.0.17763.5576 on amd64
It may require to index ALL windows images and layers as the data is not queryable by checksum: you need to know first the image name and tag.
Find way to lookup Windows container layers in the Docker of mcr registry APIs
For instance https://mcr.microsoft.com/v2/windows/manifests/10.0.17763.5576-amd64 is for a windows image version 10.0.17763.5576 on amd64
It may require to index ALL windows images and layers as the data is not queryable by checksum: you need to know first the image name and tag.