You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Note: There are no changes to either Linux or Windows agent other than base image version update.
32
+
- Linux
33
+
* N/A
34
+
- Windows
35
+
* N/A
36
+
- Common
37
+
* Fix release pipeline nodepool issue in https://github.com/microsoft/Docker-Provider/pull/1522
38
+
* Bash script to migrate for customers to migrate from legacy to msi in https://github.com/microsoft/Docker-Provider/pull/1517
39
+
* Add private link support for high log scale onboarding methods - Policy, ARM templates, Bicep and Terraform in https://github.com/microsoft/Docker-Provider/pull/1512
40
+
* ARM templates for multi-tenancy for Arc for Kubernetes - https://github.com/microsoft/Docker-Provider/pull/1506/files
41
+
* Terraform templates for multi-tenancy for AKS - https://github.com/microsoft/Docker-Provider/pull/1505
42
+
11
43
### 07/11/2025 -
12
44
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.28 (linux)
13
45
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.28 (windows)
Copy file name to clipboardExpand all lines: kubernetes/windows/Dockerfile
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ RUN powershell -Command "Set-ExecutionPolicy Bypass -Scope Process -Force; iex (
18
18
# rexml 3.2.5 gem was installed during ruby 3.1.1.1 installation for xml parsing, not related to fluentd (dependency of fluentd 1.16.3: https://rubygems.org/gems/fluentd/versions/1.16.3-x64-mingw-ucrt)
19
19
# removed it for vulnerability reasons.
20
20
# https://github.com/ManageIQ/rbvmomi2/issues/62
21
-
# when ruby has a version change, a different version of rexml might be installed,
21
+
# when ruby has a version change, a different version of rexml might be installed,
22
22
# so need to review the installed version of rexml, and uninstall it.
23
23
RUN choco install -y ruby --version 3.1.1.1 --params "'/InstallDir:C:\ruby31'" \
0 commit comments