-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
area-dockerfilesConcerns the official .NET Dockerfiles or Dockerfile templatesConcerns the official .NET Dockerfiles or Dockerfile templates
Description
Alpine 3.22 has been released. This issue tracks adding new .NET images to the nightly branch.
-
- 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 manifest.json to reference the new set of Dockerfiles with the appropriate tags
-
- Update the test data to include the new distro version
-
- Update the tags metadata templates to include the new distro version
-
- Run the command to update the READMEs:
.\eng\readme-templates\Get-GeneratedReadmes.ps1
- Run the command to update the READMEs:
-
- Run the command to update the image size baseline file:
.\tests\performance\Validate-ImageSize.ps1 -UpdateBaselines
- Run the command to update the image size baseline file:
-
- Inspect generated changes for correctness
-
- Consider whether sample Dockerfiles should be authored if this is a new distro and them to the samples
-
- Run the command to build and test your changes:
.build-and-test.ps1 -OS <os>
- Run the command to build and test your changes:
-
- Commit generated changes
-
- Create PR
-
- Get PR signoff
-
- Merge PR to nightly branch
-
- Wait for automatically queued CI build to finish on dotnet-docker-nightly pipeline (internal MSFT link)
-
- Confirm READMEs have been updated in Docker Hub
Follow up
-
- File an issue for moving the images to the main branch after 1 month
richlander
Metadata
Metadata
Assignees
Labels
area-dockerfilesConcerns the official .NET Dockerfiles or Dockerfile templatesConcerns the official .NET Dockerfiles or Dockerfile templates
Type
Projects
Status
Done