Skip to content
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

Add Debian 13 "Trixie" images to nightly branch for .NET 10 #6166

Closed
6 of 18 tasks
Tracked by #9652
lbussell opened this issue Jan 23, 2025 · 4 comments
Closed
6 of 18 tasks
Tracked by #9652

Add Debian 13 "Trixie" images to nightly branch for .NET 10 #6166

lbussell opened this issue Jan 23, 2025 · 4 comments
Assignees

Comments

@lbussell
Copy link
Contributor

lbussell commented Jan 23, 2025

See dotnet/core#9652

ImageBuilder Tasks

  • 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
    • Run the command to update the READMEs: .\eng\readme-templates\Get-GeneratedReadmes.ps1
    • Run the command to update the image size baseline file: .\tests\performance\Validate-ImageSize.ps1 -UpdateBaselines
    • 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>
    • Commit generated changes
    • Create PR
    • Get PR signoff
    • Merge PR to nightly branch
@lbussell
Copy link
Contributor Author

[Triage] We should have separate issues for .NET 10 (preview) and .NET 8 and 9, in order to separate concerns for preview and stable images. We can do the .NET 10 images now since it will only support Trixie at launch, but .NET 8 and 9 can come later.

@lbussell lbussell changed the title Add Debian 13 "Trixie" images to nightly branch Add Debian 13 "Trixie" images to nightly branch for .NET 10 Jan 27, 2025
@lbussell
Copy link
Contributor Author

As for when is a good time add .NET 8 and 9 Trixie images, I think sometime around the hard freeze deadline (2025-05-15) would be good. https://lists.debian.org/debian-devel-announce/2025/01/msg00004.html

@lbussell
Copy link
Contributor Author

I filed #6174 to track the .NET 8 and 9 work.

@lbussell
Copy link
Contributor Author

This issue was accidentally closed.

@lbussell lbussell reopened this Jan 28, 2025
@github-project-automation github-project-automation bot moved this from Done to Sprint in .NET Docker Jan 28, 2025
@lbussell lbussell moved this from Sprint to In Progress in .NET Docker Jan 28, 2025
@github-project-automation github-project-automation bot moved this from In Progress to Done in .NET Docker Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

1 participant