From aba5fb7394a43c5b1bbc0a55f3871e87c5991387 Mon Sep 17 00:00:00 2001 From: Logan Bussell Date: Fri, 17 Jan 2025 10:01:44 -0800 Subject: [PATCH 1/2] Update tag lifecycle policy --- documentation/supported-tags.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/documentation/supported-tags.md b/documentation/supported-tags.md index 9ba206dfbd..947ee9d148 100644 --- a/documentation/supported-tags.md +++ b/documentation/supported-tags.md @@ -235,11 +235,8 @@ For Windows, `amd64` is the only architecture supported and is excluded from the Each tag will be supported for the lifetime of the .NET and OS version referenced by the tag, unless further restricted according to [platform support policy](supported-platforms.md). -When an OS version reaches End-of-Life (EOL), its tags will no longer be maintained. - -When a .NET version reaches EOL, its tags will continue to be maintained (rebuilt for base image updates) until the next .NET servicing date (typically on "Patch Tuesday", the 2nd Tuesday of the month). - -Once a tag is no longer maintained, it will be considered unsupported, and will no longer be updated. Unsupported tags will continue to exist in the container registry to prevent breaking any references to it. +When a .NET version or an OS version reaches End-of-Life (EOL), its tags will no longer be supported. +Unsupported tags and images will continue to exist in MAR, but they will no longer recieve updates for any reason. ## Policy Changes From 5cd7c70fdb025b91ec3a8012b5139fa7652e09b0 Mon Sep 17 00:00:00 2001 From: Logan Bussell Date: Fri, 17 Jan 2025 10:44:24 -0800 Subject: [PATCH 2/2] Fix typo Co-authored-by: Matt Thalman --- documentation/supported-tags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/supported-tags.md b/documentation/supported-tags.md index 947ee9d148..0da774e2a8 100644 --- a/documentation/supported-tags.md +++ b/documentation/supported-tags.md @@ -236,7 +236,7 @@ For Windows, `amd64` is the only architecture supported and is excluded from the Each tag will be supported for the lifetime of the .NET and OS version referenced by the tag, unless further restricted according to [platform support policy](supported-platforms.md). When a .NET version or an OS version reaches End-of-Life (EOL), its tags will no longer be supported. -Unsupported tags and images will continue to exist in MAR, but they will no longer recieve updates for any reason. +Unsupported tags and images will continue to exist in MAR, but they will no longer receive updates for any reason. ## Policy Changes