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

Introduce non-core repositories for .NET 5 #1765

Closed
MichaelSimons opened this issue Mar 25, 2020 · 0 comments
Closed

Introduce non-core repositories for .NET 5 #1765

MichaelSimons opened this issue Mar 25, 2020 · 0 comments
Assignees
Labels
area-dockerfiles needs-announcement An announcement is needed to discuss customer impact
Milestone

Comments

@MichaelSimons
Copy link
Member

MichaelSimons commented Mar 25, 2020

The Introducing .NET 5 blog announces a single unified .NET platform going forward.

.NET 5 = .NET Core vNext

With the .NET 5 release the core terminology is dropped from the naming. As a result it would make sense to do the same in the .NET docker repositories going forward.

Current Repositories:

Proposed new repositories for .NET 5 going forward:

  • dotnet
  • dotnet/sdk
  • dotnet/aspnet
  • dotnet/runtime-deps
  • dotnet/samples
  • dotnet-nightly

Benefits:

  1. A shorter name is more convenient to type.
  2. It will be beneficial to align the Docker repository names with the official product name. Having core in the name won't necessarily be confusing now but over time it will become more confusing especially for new users.

Sample Usage

FROM mcr.microsoft.com/dotnet/sdk:5.0
FROM mcr.microsoft.com/dotnet/runtime:5.0
@MichaelSimons MichaelSimons changed the title Consider dropping core from the repository name for .NET 5 Introduce non-core repositories for .NET 5 Mar 25, 2020
@MichaelSimons MichaelSimons added this to the 5.0 milestone Sep 30, 2020
@MichaelSimons MichaelSimons added the needs-announcement An announcement is needed to discuss customer impact label Sep 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-dockerfiles needs-announcement An announcement is needed to discuss customer impact
Projects
None yet
Development

No branches or pull requests

2 participants