-
Notifications
You must be signed in to change notification settings - Fork 1.9k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
.NET 5.0 - Docker Repo Name Change #1939
Comments
@mthalman Hey Matt, new templates are still pointing to Current:
Needs to change to:
Base dockerfiles for AspNetCore templates (maybe others) are still going to the legacy path despite the docker images not actually being available for Preview6 under the I recommend pushing the build of Preview6 also to the old route, then more publicly make them aware that going forward, RC1, or Preview7 etc is under the new route WHILE also making sure fresh Dockerfile files in templates are correct. Thanks for all your hard work, regardless! |
Thanks, I'll follow up with the VS team to see what's going on here since this was supposed to have been updated. |
What version of VS are you running (Help -> About Microsoft Visual Studio)? You should be running the latest update of 16.6 to ensure you have the changes that fix this. |
Wasn't sure which frameworks you wanted to see but here is the full thing.
|
Ok, thanks. I've confirmed that this is an issue with 16.6. |
The plan is to "backport" the latest 5.0 images to the original repo/tag names: #2087 |
@houseofcat - This should now be fixed. |
Hi, @mthalman I did upgrade from 3.1 to 5 very smoothly, thank you. I noticed that there is an "equivalent" to previous 3.1 buster slim version for both aspnet and sdk : But is there any "equivalent" to previous Many thanks for your help |
@NicolasReyDotNet - The equivalent to |
@mthalman |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
.NET 5.0 - Docker Repo Name Change
With the release of .NET 5.0 Preview 4, the Docker repositories where 5.0 images are located have been changed to no longer include
core
in the repo name.Details
In order to better align with the .NET 5.0 branding, "core" is being dropped from the repository name. See #1765 for details.
Previous Repositories:
New repositories for .NET 5 going forward:
.NET 5.0 Preview 4 will be used as a transition period for this repo name change. This means that the 5.0 floating tags in the old repo will be updated to reference the Preview 4 images. For example, the .NET 5.0 runtime image will be tagged with both
mcr.microsoft.com/dotnet/core/runtime:5.0
andmcr.microsoft.com/dotnet/runtime:5.0
. This tagging strategy will end once Preview 5 is released. At that point, all 5.0 tags using the old repo name will no longer be updated. In addition, all 5.0 floating tags will be removed from the old repo for the GA release of 5.0 in order to avoid accidental usage.The text was updated successfully, but these errors were encountered: