fix: handle curl exit code 000 in validate-kubelet-credentials.sh #6201
Merged
UtheMan merged 1 commit intoofficial/v20250406from Apr 11, 2025
Merged
fix: handle curl exit code 000 in validate-kubelet-credentials.sh #6201UtheMan merged 1 commit intoofficial/v20250406from
UtheMan merged 1 commit intoofficial/v20250406from
Conversation
Contributor
|
Changes cached containers or packages on windows VHDs diff --git a/vhd_files/2019-containerd.txt b/vhd_files/2019-containerd.txt
index e9df5fd..643be00 100644
--- a/vhd_files/2019-containerd.txt
+++ b/vhd_files/2019-containerd.txt
@@ -51,0 +52 @@
+ "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.25",
@@ -87,2 +88 @@
- "mcr.microsoft.com/windows/servercore:10.0.17763.7009",
- "mcr.microsoft.com/windows/servercore:10.0.17763.7136"
+ "mcr.microsoft.com/windows/servercore:ltsc2019"
diff --git a/vhd_files/2022-containerd-gen2.txt b/vhd_files/2022-containerd-gen2.txt
index a912ff9..e512ec0 100644
--- a/vhd_files/2022-containerd-gen2.txt
+++ b/vhd_files/2022-containerd-gen2.txt
@@ -90,0 +91 @@
+ "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.25",
@@ -126,2 +127 @@
- "mcr.microsoft.com/windows/servercore:10.0.20348.3328",
- "mcr.microsoft.com/windows/servercore:10.0.20348.3453",
+ "mcr.microsoft.com/windows/servercore:ltsc2022",
diff --git a/vhd_files/2022-containerd.txt b/vhd_files/2022-containerd.txt
index ff91fe0..d816008 100644
--- a/vhd_files/2022-containerd.txt
+++ b/vhd_files/2022-containerd.txt
@@ -90,0 +91 @@
+ "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.25",
@@ -126,2 +127 @@
- "mcr.microsoft.com/windows/servercore:10.0.20348.3328",
- "mcr.microsoft.com/windows/servercore:10.0.20348.3453",
+ "mcr.microsoft.com/windows/servercore:ltsc2022",
diff --git a/vhd_files/2025-gen2.txt b/vhd_files/2025-gen2.txt
index 0f4d8c6..a0d5bb7 100644
--- a/vhd_files/2025-gen2.txt
+++ b/vhd_files/2025-gen2.txt
@@ -68,2 +68 @@
- "mcr.microsoft.com/windows/servercore:10.0.26100.3476",
- "mcr.microsoft.com/windows/servercore:10.0.26100.3775"
+ "mcr.microsoft.com/windows/servercore:ltsc2022"
diff --git a/vhd_files/2025.txt b/vhd_files/2025.txt
index 867f2d1..9513209 100644
--- a/vhd_files/2025.txt
+++ b/vhd_files/2025.txt
@@ -68,2 +68 @@
- "mcr.microsoft.com/windows/servercore:10.0.26100.3476",
- "mcr.microsoft.com/windows/servercore:10.0.26100.3775"
+ "mcr.microsoft.com/windows/servercore:ltsc2022"
diff --git a/vhd_files/23H2-gen2.txt b/vhd_files/23H2-gen2.txt
index b4c04d1..d641f54 100644
--- a/vhd_files/23H2-gen2.txt
+++ b/vhd_files/23H2-gen2.txt
@@ -74,2 +74 @@
- "mcr.microsoft.com/windows/servercore:10.0.20348.3328",
- "mcr.microsoft.com/windows/servercore:10.0.20348.3453",
+ "mcr.microsoft.com/windows/servercore:ltsc2022",
diff --git a/vhd_files/23H2.txt b/vhd_files/23H2.txt
index f02c251..3e647d9 100644
--- a/vhd_files/23H2.txt
+++ b/vhd_files/23H2.txt
@@ -74,2 +74 @@
- "mcr.microsoft.com/windows/servercore:10.0.20348.3328",
- "mcr.microsoft.com/windows/servercore:10.0.20348.3453",
+ "mcr.microsoft.com/windows/servercore:ltsc2022", |
cameronmeissner
approved these changes
Apr 11, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.