Bump Fedora and Ubuntu versions
This commit is contained in:
@@ -38,6 +38,7 @@ Tested distros
|
|||||||
- 22.04
|
- 22.04
|
||||||
- 24.04
|
- 24.04
|
||||||
- 25.04
|
- 25.04
|
||||||
|
- 26.04
|
||||||
- Fedora
|
- Fedora
|
||||||
- 37
|
- 37
|
||||||
- 38
|
- 38
|
||||||
@@ -45,6 +46,8 @@ Tested distros
|
|||||||
- 40
|
- 40
|
||||||
- 41
|
- 41
|
||||||
- 42
|
- 42
|
||||||
|
- 43
|
||||||
|
- 44
|
||||||
- Centos Stream
|
- Centos Stream
|
||||||
- 8
|
- 8
|
||||||
- 9
|
- 9
|
||||||
|
|||||||
@@ -1146,7 +1146,8 @@ class Fedora(Image):
|
|||||||
'40': '1.14',
|
'40': '1.14',
|
||||||
'41': '1.4',
|
'41': '1.4',
|
||||||
'42': '1.1',
|
'42': '1.1',
|
||||||
'43': '1.6'}
|
'43': '1.6',
|
||||||
|
'44': '1.7'}
|
||||||
|
|
||||||
def __init__(self, vbox, version, arch, fname=None):
|
def __init__(self, vbox, version, arch, fname=None):
|
||||||
super().__init__(vbox, version, arch)
|
super().__init__(vbox, version, arch)
|
||||||
@@ -1243,12 +1244,12 @@ DISTROS = {'ubuntu': {'username': 'ubuntu',
|
|||||||
'realname': 'ubuntu',
|
'realname': 'ubuntu',
|
||||||
'img_class': Ubuntu,
|
'img_class': Ubuntu,
|
||||||
'amd64': 'amd64',
|
'amd64': 'amd64',
|
||||||
'default_version': '24.04'},
|
'default_version': '26.04'},
|
||||||
'fedora': {'username': 'fedora',
|
'fedora': {'username': 'fedora',
|
||||||
'realname': 'fedora',
|
'realname': 'fedora',
|
||||||
'img_class': Fedora,
|
'img_class': Fedora,
|
||||||
'amd64': 'x86_64',
|
'amd64': 'x86_64',
|
||||||
'default_version': '41'},
|
'default_version': '44'},
|
||||||
'centos': {'username': 'centos',
|
'centos': {'username': 'centos',
|
||||||
'realname': 'centos',
|
'realname': 'centos',
|
||||||
'img_class': CentosStream,
|
'img_class': CentosStream,
|
||||||
|
|||||||
Reference in New Issue
Block a user