File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
- 1!10.4 .0
1
+ 1!10.5 .0
Original file line number Diff line number Diff line change 36
36
"mantic" : "Canonical:0001-com-ubuntu-server-mantic-daily:23_10-daily:latest" , # noqa: E501
37
37
"noble" : "Canonical:ubuntu-24_04-lts-daily:server:latest" ,
38
38
"oracular" : "Canonical:ubuntu-24_10-daily:server:latest" ,
39
+ "plucky" : "Canonical:ubuntu-25_04-daily:server:latest" ,
39
40
}
40
41
41
42
UBUNTU_MINIMAL_DAILY_IMAGES = {
44
45
"mantic" : "Canonical:0001-com-ubuntu-minimal-mantic-daily:minimal-23_10-daily:latest" , # noqa: E501
45
46
"noble" : "Canonical:ubuntu-24_04-lts-daily:minimal:latest" ,
46
47
"oracular" : "Canonical:ubuntu-24_10-daily:minimal:latest" ,
48
+ "plucky" : "Canonical:ubuntu-25_04-daily:minimal:latest" ,
47
49
}
48
50
49
51
UBUNTU_DAILY_PRO_IMAGES = {
69
71
"noble" : "Canonical:ubuntu-24_04-lts:server:latest" ,
70
72
# TODO(20241031: drop -daily once release is published)
71
73
"oracular" : "Canonical:ubuntu-24_10-daily:server:latest" ,
74
+ "plucky" : "Canonical:ubuntu-25_04-daily:server:latest" ,
72
75
}
73
76
74
77
UBUNTU_CVM_IMAGES = {
Original file line number Diff line number Diff line change 20
20
from pycloudlib .result import Result
21
21
22
22
UBUNTU_RELEASE_VERSION_MAP = {
23
+ "plucky" : "25.04" ,
23
24
"oracular" : "24.10" ,
24
25
"noble" : "24.04" ,
25
26
"mantic" : "23.10" ,
You can’t perform that action at this time.
0 commit comments