Skip to content

Commit d8bf965

Browse files
authored
feat: [LIFE-450] Update Ubuntu images (#311)
1 parent ad47e11 commit d8bf965

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pkg/utils/executors.go

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ import (
55
"strings"
66
)
77

8-
var CurrentLinuxImage = "ubuntu-2204:current"
8+
var CurrentLinuxImage = "ubuntu-2404:current"
99

1010
var ValidLinuxImages = []string{
1111
// Ubuntu 20.04
12+
"ubuntu-2004:2024.08.1",
1213
"ubuntu-2004:2024.05.1",
1314
"ubuntu-2004:2024.04.4",
1415
"ubuntu-2004:2024.01.2",
@@ -34,6 +35,7 @@ var ValidLinuxImages = []string{
3435
"ubuntu-2004:edge",
3536

3637
// Ubuntu 22.04
38+
"ubuntu-2204:2024.08.1",
3739
"ubuntu-2204:2024.05.1",
3840
"ubuntu-2204:2024.04.4",
3941
"ubuntu-2204:2024.01.2",
@@ -52,6 +54,12 @@ var ValidLinuxImages = []string{
5254
"ubuntu-2204:current",
5355
"ubuntu-2204:edge",
5456

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+
5563
// Android
5664
"android:2024.04.1",
5765
"android:2024.01.1",

0 commit comments

Comments
 (0)