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

Host images on mcr.microsoft.com #223

Closed
MichaelSimons opened this issue Feb 13, 2019 · 0 comments
Closed

Host images on mcr.microsoft.com #223

MichaelSimons opened this issue Feb 13, 2019 · 0 comments

Comments

@MichaelSimons
Copy link
Member

Steve Lasker wrote a blog back in May titled Microsoft syndicates container catalog , describing how Microsoft will start serving container images from mcr.microsoft.com, the Microsoft Container Registry (MCR), and syndicating the content describing the container images with Docker Hub and Red Hat.

When this transition is done, the images on Docker Hub will remain and serviced as to not cause any disruption to existing users. All existing images will be copied to MCR and new tags will only be added to MCR.

The following is a working proposal of the repo hierarchy for the entire .NET family.

mcr.microsoft.com/dotnet (dotnet landing repo - no images)
mcr.microsoft.com/dotnet/framework (full FX landing repo – no images)
mcr.microsoft.com/dotnet/framework/runtime
mcr.microsoft.com/dotnet/framework/sdk
mcr.microsoft.com/dotnet/framework/aspnet
mcr.microsoft.com/dotnet/framework/wcf
mcr.microsoft.com/dotnet/framework/samples
mcr.microsoft.com/dotnet/core (core landing repo – no images)
mcr.microsoft.com/dotnet/core/runtime
mcr.microsoft.com/dotnet/core/runtime-deps
mcr.microsoft.com/dotnet/core/aspnet
mcr.microsoft.com/dotnet/core/sdk
mcr.microsoft.com/dotnet/core/samples
mcr.microsoft.com/dotnet/core-nightly (core nightly landing repo – no images)
mcr.microsoft.com/dotnet/core-nightly/runtime
mcr.microsoft.com/dotnet/core-nightly/runtime-deps
mcr.microsoft.com/dotnet/core-nightly/aspnet
mcr.microsoft.com/dotnet/core-nightly/sdk

Related to dotnet/dotnet-docker#745

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

No branches or pull requests

1 participant