.NET 5.0 - Docker Repo Name Change #3667
Replies: 10 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! |
Beta Was this translation helpful? Give feedback.
-
Thanks, I'll follow up with the VS team to see what's going on here since this was supposed to have been updated. |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
Wasn't sure which frameworks you wanted to see but here is the full thing.
|
Beta Was this translation helpful? Give feedback.
-
Ok, thanks. I've confirmed that this is an issue with 16.6. |
Beta Was this translation helpful? Give feedback.
-
The plan is to "backport" the latest 5.0 images to the original repo/tag names: #2087 |
Beta Was this translation helpful? Give feedback.
-
@houseofcat - This should now be fixed. |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
@NicolasReyDotNet - The equivalent to |
Beta Was this translation helpful? Give feedback.
-
@mthalman |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
.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.Beta Was this translation helpful? Give feedback.
All reactions