Skip to content

Commit

Permalink
feat: [LIFE-450] Update Ubuntu images (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
kira-m authored Nov 5, 2024
1 parent ad47e11 commit d8bf965
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pkg/utils/executors.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ import (
"strings"
)

var CurrentLinuxImage = "ubuntu-2204:current"
var CurrentLinuxImage = "ubuntu-2404:current"

var ValidLinuxImages = []string{
// Ubuntu 20.04
"ubuntu-2004:2024.08.1",
"ubuntu-2004:2024.05.1",
"ubuntu-2004:2024.04.4",
"ubuntu-2004:2024.01.2",
Expand All @@ -34,6 +35,7 @@ var ValidLinuxImages = []string{
"ubuntu-2004:edge",

// Ubuntu 22.04
"ubuntu-2204:2024.08.1",
"ubuntu-2204:2024.05.1",
"ubuntu-2204:2024.04.4",
"ubuntu-2204:2024.01.2",
Expand All @@ -52,6 +54,12 @@ var ValidLinuxImages = []string{
"ubuntu-2204:current",
"ubuntu-2204:edge",

// Ubuntu 24.04
"ubuntu-2404:2024.08.1",
"ubuntu-2404:2024.05.1",
"ubuntu-2404:current",
"ubuntu-2404:edge",

// Android
"android:2024.04.1",
"android:2024.01.1",
Expand Down

0 comments on commit d8bf965

Please sign in to comment.