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

Don't scaffold .NET images with "core" anymore #2430

Merged
merged 6 commits into from
Nov 9, 2020
Merged

Conversation

bwateratmsft
Copy link
Collaborator

@bwateratmsft bwateratmsft commented Oct 22, 2020

Fixes #2429. Images scaffolded will all be in this format:

mcr.microsoft.com/dotnet/aspnet:<major>.<minor>
mcr.microsoft.com/dotnet/runtime:<major>.<minor>
mcr.microsoft.com/dotnet/sdk:<major>.<minor>

e.g.

mcr.microsoft.com/dotnet/aspnet:5.0
mcr.microsoft.com/dotnet/runtime:3.1
mcr.microsoft.com/dotnet/sdk:2.1

@bwateratmsft bwateratmsft requested a review from a team as a code owner October 22, 2020 16:00
@bwateratmsft bwateratmsft merged commit 1d30640 into master Nov 9, 2020
@bwateratmsft bwateratmsft deleted the bmw/core branch November 9, 2020 20:04
Dmarch28 pushed a commit to Dmarch28/vscode-docker that referenced this pull request Mar 4, 2021
@microsoft microsoft locked and limited conversation to collaborators Oct 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove "core" from .NET image names
2 participants