We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa42ec commit f106431Copy full SHA for f106431
components/os/linux_descriptors.go
@@ -5,6 +5,7 @@ var (
5
UbuntuDefault = Ubuntu2204
6
Ubuntu2404 = NewDescriptor(Ubuntu, "24.04")
7
Ubuntu2204 = NewDescriptor(Ubuntu, "22.04")
8
+ Ubuntu2004 = NewDescriptor(Ubuntu, "20.04")
9
10
DebianDefault = Debian12
11
Debian12 = NewDescriptor(Debian, "12")
0 commit comments