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 8247a72 commit ad47e11Copy full SHA for ad47e11
pkg/utils/executors.go
@@ -9,6 +9,7 @@ var CurrentLinuxImage = "ubuntu-2204:current"
9
10
var ValidLinuxImages = []string{
11
// Ubuntu 20.04
12
+ "ubuntu-2004:2024.05.1",
13
"ubuntu-2004:2024.04.4",
14
"ubuntu-2004:2024.01.2",
15
"ubuntu-2004:2024.01.1",
@@ -33,6 +34,7 @@ var ValidLinuxImages = []string{
33
34
"ubuntu-2004:edge",
35
36
// Ubuntu 22.04
37
+ "ubuntu-2204:2024.05.1",
38
"ubuntu-2204:2024.04.4",
39
"ubuntu-2204:2024.01.2",
40
"ubuntu-2204:2024.01.1",
0 commit comments