Support for non-dockerhub repo's listed on dockerhub
I'm trying to get a feed of the Microsoft Dotnet Core SDK tags from dockerhub sadly using as user _ and as repo microsoft-dotnet-core-sdk does not work.
This is probably due to the fact the actual images are stored on their own registry: mcr.microsoft.com/dotnet/core/sdk:3.1
That is odd. Is https://docker-hub-rss.now.sh/#?user=microsoft&repo=dotnet what you're looking for?
Seems it cannot find the dotnet-core-sdk or dotnet-core-aspnet 3.X The microsoft/dotnet repo is discontinued; https://devblogs.microsoft.com/dotnet/net-core-container-images-now-published-to-microsoft-container-registry/
Ah, I see. I didn't know it was deprecated. How can we pull from mcr.microsoft.com? Does the Docker JavaScript API support it?
pfoe no idea. Where to find documentation regarding the docker javascript api?
https://www.npmjs.com/package/docker-hub-api
https://docs.docker.com/registry/spec/api/ It's probably better bet
I'm open to incorporating this in, but it looks like some under-the-hood work is necessary to swap in a more flexible Docker Hub API. I'd be happy to look at a PR, but am not looking to add the changes myself.
Or even this: https://github.com/opencontainers/distribution-spec/blob/master/spec.md#content-discovery Every container repository would be conforming this.