You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: