From 2fd7b103998d09db5cb571269d3eb1e98b766069 Mon Sep 17 00:00:00 2001 From: Logan Bussell Date: Thu, 26 Sep 2024 11:52:41 -0700 Subject: [PATCH 1/2] Update supported OS documentation --- documentation/supported-platforms.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/documentation/supported-platforms.md b/documentation/supported-platforms.md index 071a165c9b..5f18a5fd83 100644 --- a/documentation/supported-platforms.md +++ b/documentation/supported-platforms.md @@ -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. +All new OS releases will be accompanied by an [announcement](https://github.com/dotnet/dotnet-docker/discussions/categories/announcements). + ### Linux Each distribution (distro) has a unique approach to releasing, schedule, and end-of life (EOL). This prohibits the definition of a one-size-fits-all policy. Instead, a policy is defined for each supported distro. From 8aebd4ad7f7d34851ccddddaa21eeef6b4e7d64c Mon Sep 17 00:00:00 2001 From: Logan Bussell Date: Mon, 30 Sep 2024 09:57:57 -0700 Subject: [PATCH 2/2] Fix typo Co-authored-by: Matt Thalman --- documentation/supported-platforms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/supported-platforms.md b/documentation/supported-platforms.md index 5f18a5fd83..75e97e5e29 100644 --- a/documentation/supported-platforms.md +++ b/documentation/supported-platforms.md @@ -7,7 +7,7 @@ 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. +New OSes are always available 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. All new OS releases will be accompanied by an [announcement](https://github.com/dotnet/dotnet-docker/discussions/categories/announcements).