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
The SDK content test is skipped here based on the comment:
Since installation is done via RPM package, we just need to verify the package installation was done (handled by VerifyPackageInstallation test). There's no need to check the actual contents of the package.
[Triage] We still use RPMs on CBL Mariner 2.0 + .NET 6. This test can still be skipped for that scenario, but should be enabled for all other .NET version and OS combinations.
The SDK content test is skipped here based on the comment:
dotnet-docker/tests/Microsoft.DotNet.Docker.Tests/SdkImageTests.cs
Lines 165 to 170 in b0ed3ba
However, we no longer install any .NET packages via RPMs, so we should still check the contents of the SDK.
dotnet-docker/src/sdk/8.0/cbl-mariner2.0/amd64/Dockerfile
Lines 24 to 31 in 248742f
Related: #4845, #4845
The text was updated successfully, but these errors were encountered: