.NET Framework Runtime and Builder Docker repos have merged #915
Replies: 6 comments
-
Is this only for |
Beta Was this translation helpful? Give feedback.
-
@robrich - this only applies to the |
Beta Was this translation helpful? Give feedback.
-
Closing issue but feel free to continue the conversation. |
Beta Was this translation helpful? Give feedback.
-
What are the images tagged without |
Beta Was this translation helpful? Give feedback.
-
They are equivalent to the |
Beta Was this translation helpful? Give feedback.
-
What is the recommendation for building .net Core SPA images? dotnet build restores the node and nuget packages and therefore requireds both npm and dotnet to be present in the image. aspnetcore-build had both the dependencies available. |
Beta Was this translation helpful? Give feedback.
-
.NET Framework Runtime and Builder Docker repos have merged
The microsoft/dotnet-framework-build Docker Hub repo has been merged into the microsoft/dotnet-framework Docker Hub repo. All new tags going forward will only be pushed to microsoft/dotnet-framework. The images in the microsoft/dotnet-framework-build Docker Hub repo will be retained and serviced accordingly as to not affect existing usage.
Details
The microsoft/dotnet-framework-build Docker Hub repo has been merged into the microsoft/dotnet-framework Docker Hub repo.
In order to differentiate the runtime and build images,
runtime
andsdk
distinguishing identifiers have been added to the tags. For example,4.7.2-runtime
and4.7.2-sdk
.All new tags going forward will only be pushed to microsoft/dotnet-framework. For example, the build images for 4.7.2 which was released today, only exist in microsoft/dotnet-framework repo.
The existing tags in microsoft/dotnet-framework-build will remain and be serviced accordingly. For example, the stable tags such as
4.7.1-windowsservercore-1709
will continue to be patched on a monthly basis.We recommend that as you create and maintain your code, you move to use the new
runtime
andsdk
images from the microsoft/dotnet-framework repo.The microsoft/dotnet-framework-build Docker Hub repo will be deleted on 1/1/2019.
Beta Was this translation helpful? Give feedback.
All reactions