Open DieterReuter opened 7 years ago
In the meantime I did some research and I guess I know whats going wrong here. In case you'd like to implement it in Microbadger I'm sure I can give some help.
The only change to retrieve some more Windows information is to do a similar request to the Docker Hub API, but with Accept header application/vnd.docker.distribution.manifest.v2+json, as I found out in
I just tried to analyse the Docker image
microsoft/nanoserver
to get an overview about the content layers and sizes, but I only got an error message.Right now it seems that these images are not supported by Microbadger. I know these images are not stored directly on the Docker Hub, they are stored in a linked repository. But we can easily search them through the Docker Hub, but a pull is only possible from a Windows machine. So I guess the registry API handles them differently.