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
In particular, Mariner hasn't relied on RPM installs since 6.0, and the !imageData.SdkOS.StartsWith(OS.Alpine) && DockerHelper.IsLinuxContainerModeEnabled condition seems completely incorrect. We should re-evaluate which platforms this test can be ran on and run it on as many as possible.
We should also run the test on (potentially) distroless images and platforms that don't support PowerShell.
The text was updated successfully, but these errors were encountered:
The VerifyDotnetFolderContents test currently has incorrect conditions that may be causing it to not run on the majority of Linux platforms:
dotnet-docker/tests/Microsoft.DotNet.Docker.Tests/SdkImageTests.cs
Lines 137 to 153 in e025c25
In particular, Mariner hasn't relied on RPM installs since 6.0, and the
!imageData.SdkOS.StartsWith(OS.Alpine) && DockerHelper.IsLinuxContainerModeEnabled
condition seems completely incorrect. We should re-evaluate which platforms this test can be ran on and run it on as many as possible.We should also run the test on (potentially) distroless images and platforms that don't support PowerShell.
The text was updated successfully, but these errors were encountered: