File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,11 @@ import (
5
5
"strings"
6
6
)
7
7
8
- var CurrentLinuxImage = "ubuntu-2204 :current"
8
+ var CurrentLinuxImage = "ubuntu-2404 :current"
9
9
10
10
var ValidLinuxImages = []string {
11
11
// Ubuntu 20.04
12
+ "ubuntu-2004:2024.08.1" ,
12
13
"ubuntu-2004:2024.05.1" ,
13
14
"ubuntu-2004:2024.04.4" ,
14
15
"ubuntu-2004:2024.01.2" ,
@@ -34,6 +35,7 @@ var ValidLinuxImages = []string{
34
35
"ubuntu-2004:edge" ,
35
36
36
37
// Ubuntu 22.04
38
+ "ubuntu-2204:2024.08.1" ,
37
39
"ubuntu-2204:2024.05.1" ,
38
40
"ubuntu-2204:2024.04.4" ,
39
41
"ubuntu-2204:2024.01.2" ,
@@ -52,6 +54,12 @@ var ValidLinuxImages = []string{
52
54
"ubuntu-2204:current" ,
53
55
"ubuntu-2204:edge" ,
54
56
57
+ // Ubuntu 24.04
58
+ "ubuntu-2404:2024.08.1" ,
59
+ "ubuntu-2404:2024.05.1" ,
60
+ "ubuntu-2404:current" ,
61
+ "ubuntu-2404:edge" ,
62
+
55
63
// Android
56
64
"android:2024.04.1" ,
57
65
"android:2024.01.1" ,
You can’t perform that action at this time.
0 commit comments