-
Notifications
You must be signed in to change notification settings - Fork 338
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
.NET Framework Runtime and Builder Docker repos have merged #125
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
Comments
Is this only for |
@robrich - this only applies to the |
Closing issue but feel free to continue the conversation. |
What are the images tagged without |
They are equivalent to the |
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. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
.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.
The text was updated successfully, but these errors were encountered: