Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for non-dockerhub repo's listed on dockerhub #15

Open
Baklap4 opened this issue Apr 14, 2020 · 8 comments
Open

Support for non-dockerhub repo's listed on dockerhub #15

Baklap4 opened this issue Apr 14, 2020 · 8 comments

Comments

@Baklap4
Copy link
Contributor

Baklap4 commented Apr 14, 2020

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

@TheConnMan
Copy link
Owner

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

@Baklap4
Copy link
Contributor Author

Baklap4 commented Apr 18, 2020

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/

@TheConnMan
Copy link
Owner

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?

@Baklap4
Copy link
Contributor Author

Baklap4 commented Apr 21, 2020

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

@TheConnMan
Copy link
Owner

@JuniorJPDJ
Copy link
Contributor

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

@TheConnMan
Copy link
Owner

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.

@JuniorJPDJ
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants