Skip to content

Commit

Permalink
Update Noble Chiseled package tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lbussell committed Nov 4, 2024
1 parent b8483b9 commit 51a2004
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/Microsoft.DotNet.Docker.Tests/ProductImageTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,16 @@ private static IEnumerable<string> GetAotDepsPackages(ProductImageData imageData
"libssl3",
"openssl",
],
{ OS: OS.NobleChiseled } =>
[
"ca-certificates",
"gcc-14-base",
"gcc-14",
"libc6",
"libgcc-s1",
"libssl3t64",
"openssl",
],
{ OS: string os } when os.Contains(OS.Noble) =>
[
"ca-certificates",
Expand Down

0 comments on commit 51a2004

Please sign in to comment.