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 67af092 commit dfd2b53Copy full SHA for dfd2b53
pkg/utils/executors.go
@@ -9,6 +9,7 @@ var CurrentLinuxImage = "ubuntu-2404:current"
9
10
var ValidLinuxImages = []string{
11
// Ubuntu 20.04
12
+ "ubuntu-2004:2024.11.1",
13
"ubuntu-2004:2024.08.1",
14
"ubuntu-2004:2024.05.1",
15
"ubuntu-2004:2024.04.4",
@@ -35,6 +36,7 @@ var ValidLinuxImages = []string{
35
36
"ubuntu-2004:edge",
37
38
// Ubuntu 22.04
39
+ "ubuntu-2204:2024.11.1",
40
"ubuntu-2204:2024.08.1",
41
"ubuntu-2204:2024.05.1",
42
"ubuntu-2204:2024.04.4",
@@ -55,6 +57,7 @@ var ValidLinuxImages = []string{
55
57
"ubuntu-2204:edge",
56
58
59
// Ubuntu 24.04
60
+ "ubuntu-2404:2024.11.1",
61
"ubuntu-2404:2024.08.1",
62
"ubuntu-2404:2024.05.1",
63
"ubuntu-2404:current",
0 commit comments