Closed mthalman closed 4 years ago
Due to a delay in the availability of the updated mcr.microsoft.com/windows/servercore:ltsc2016
image, the release will publish 2016-based images either later today or tomorrow, depending on the time when the base image gets updated. For now, all other images that are not based on 2016 are in the process of being published.
ETA for 2016 images is tomorrow.
All .NET Framework images that aren't based on ltsc2016
have completed publishing.
New ETA for updates is tomorrow.
All images have been published. In addition to LTSC 2016, 1903 and 1909 were also updated today because of changes to the base Windows images.
Patch Tuesday Release
Tasks
dev
branch:3.5
runtime version.3.5/runtime
Dockerfile for the new Windows version so that the patch is applied (this can be copied from another3.5/runtime
Dockerfile in a section labeledApply latest patch
)update-dependencies
tool to update all the necessary files:dotnet run --project .\eng\update-dependencies --datestamp-all <YYYYMMDD>
[x] Run the
Get-BaseImageStatus.ps1
script and wait until the Windows images have been updated as part of the Windows Patch Tuesday release process. This script will display when the dependent Windows images were last updated. Wait until all the images show that they have been recently updated. "Recently updated" amounts to be having been updated within the past week or so; images from a month ago should be considered to be the old version../eng/common/Get-BaseImageStatus.ps1 -Continuous
[x] Queue build of dotnet-framework-docker pipeline (internal MSFT link) with the following
imageBuilder.pathArgs
variable value:--path '190' --path 'ltsc2019'
[x] When ltsc2016 base Windows image has been updated, queue build of dotnet-framework-docker pipeline (internal MSFT link) with the following
imageBuilder.pathArgs
variable value:--path 'ltsc2016'
Last Modified
field has been updated in Docker Hub for microsoft-dotnet-framework-samples