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 policy on when support is added for new OS versions #5924

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

lbussell
Copy link
Contributor

Fixes #5756

@lbussell lbussell requested a review from a team as a code owner September 26, 2024 18:53
@lbussell lbussell changed the title Update supported OS documentation Add policy on when support is added for new OS versions Sep 26, 2024
documentation/supported-platforms.md Outdated Show resolved Hide resolved
@@ -6,6 +6,11 @@ This document describes the platforms (OS and architectures) supported by the of

.NET supports [a broad set of operating systems and versions](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md). When producing container images, it’s impractical to support the full matrix of OS, arch, and .NET version combinations. In practice, images are produced for a select set of operating systems and versions. If official .NET container images aren't provided for your preferred OS, [let us know by opening a discussion](https://github.com/dotnet/dotnet-docker/discussions). Alternatively, you can [author your own .NET images](scenarios/installing-dotnet.md).

New versions of operating systems that we support are added on a best-effort basis, typically within one month.
New OSes are always avialable in the [nightly repositories](https://github.com/dotnet/dotnet-docker/blob/nightly/README.md) first, and then are usually added to the officially supported repos with the next .NET servicing release.
Occasionally, depending on the specific timing of OS releases and .NET releases, we may add new OSes to the officially supported repos in the middle of a servicing cycle.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd prefer it if we could have a crisp definition of this policy rather than make ad hoc decisions.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we remove this clause, are we OK with committing to only releasing new OSes on Patch Tuesdays?

Another thought - what if .NET servicing skips a month as well? Would we want to be up to 2 months behind (the worst-case scenario) for a new Ubuntu or Alpine version? If the intent is to reduce "out of band" work by our team then perhaps the current wording should be updated to "Patch Tuesdays" instead of ".NET Servicing releases.

/cc @richlander

Co-authored-by: Matt Thalman <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document policy on when support is added for new OS versions
2 participants