You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure that the ImageBuilder supports the new distro version in the code to generate the correct README display name from the version specified in the manifest
Nightly Branch Tasks
Copy the Dockerfiles of the most recent version of that distro (or author new ones for an entirely new distro) and place them in a version-specific folder under their respective variants (runtime-deps, runtime, aspnet, sdk). Note: not all variants have a corresponding runtime-deps image.
Modify the Dockerfiles as appropriate for any specific changes related to the new distro version
Update manifest.json to reference the new set of Dockerfiles with the appropriate tags
For Alpine Linux, make sure to only update the floating tags according to our policy. Only move the floating tags in the nightly branch if they should be updated in main for the next servicing release.
Update the test data to include the new distro version
See dotnet/core#9652
ImageBuilder Tasks
Nightly Branch Tasks
.\eng\readme-templates\Get-GeneratedReadmes.ps1
.\tests\performance\Validate-ImageSize.ps1 -UpdateBaselines
.build-and-test.ps1 -OS <os>
The text was updated successfully, but these errors were encountered: