docker-hub-rss icon indicating copy to clipboard operation
docker-hub-rss copied to clipboard

Support for non-dockerhub repo's listed on dockerhub

Open Baklap4 opened this issue 5 years ago • 10 comments

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

Baklap4 avatar Apr 14 '20 11:04 Baklap4

That is odd. Is https://docker-hub-rss.now.sh/#?user=microsoft&repo=dotnet what you're looking for?

TheConnMan avatar Apr 18 '20 15:04 TheConnMan

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/

Baklap4 avatar Apr 18 '20 20:04 Baklap4

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?

TheConnMan avatar Apr 21 '20 12:04 TheConnMan

pfoe no idea. Where to find documentation regarding the docker javascript api?

Baklap4 avatar Apr 21 '20 14:04 Baklap4

https://www.npmjs.com/package/docker-hub-api

TheConnMan avatar Apr 21 '20 14:04 TheConnMan

https://docs.docker.com/registry/spec/api/ It's probably better bet

JuniorJPDJ avatar May 05 '20 05:05 JuniorJPDJ

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.

TheConnMan avatar May 09 '20 16:05 TheConnMan

Or even this: https://github.com/opencontainers/distribution-spec/blob/master/spec.md#content-discovery Every container repository would be conforming this.

JuniorJPDJ avatar Feb 23 '21 11:02 JuniorJPDJ