We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a181bae commit cd375e1Copy full SHA for cd375e1
tests/Microsoft.DotNet.Docker.Tests/OS.cs
@@ -30,6 +30,7 @@ public class OS
30
public const string Focal = "focal";
31
public const string Jammy = "jammy";
32
public const string JammyChiseled = "jammy-chiseled";
33
+ public const string UbuntuChiseled = "ubuntu-chiseled";
34
35
// Windows
36
public const string NanoServer = "nanoserver";
0 commit comments