1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-18 05:49:03 +00:00
gns3-server/gns3server/appliances/almalinux.gns3a

53 lines
2.1 KiB
Plaintext
Raw Normal View History

2021-11-12 04:42:15 +00:00
{
"appliance_id": "5c09a704-0e38-48ac-8392-52e0c5890cf3",
"name": "AlmaLinux",
"category": "guest",
"description": "An Open Source, community-governed and forever-free enterprise Linux distribution, focused on long-term stability, providing a robust production-grade platform. AlmaLinux OS is 1:1 binary compatible with RHEL and pre-Stream CentOS.",
"vendor_name": "Alma Linux",
"vendor_url": "https://almalinux.org/",
"documentation_url": "https://wiki.almalinux.org/",
"product_name": "Alma Linux",
"product_url": "https://almalinux.org/",
"registry_version": 4,
"status": "stable",
2021-12-15 02:53:48 +00:00
"maintainer": "Da-Geek",
"maintainer_email": "dageek@dageeks-geeks.gg",
"usage": "Username:\talmalinux\nPassword:\talmalinux\nTo become root, use \"sudo -i\".\n",
2021-11-12 04:42:15 +00:00
"port_name_format": "eth{0}",
"qemu": {
"adapter_type": "virtio-net-pci",
"adapters": 1,
"ram": 1536,
"hda_disk_interface": "sata",
"arch": "x86_64",
"console_type": "telnet",
"kvm": "allow"
},
"images": [
{
2023-01-17 05:11:18 +00:00
"filename": "AlmaLinux-8-GenericCloud-8.7-20221111.x86_64.qcow2",
"version": "8.7",
"md5sum": "b2b8c7fd3b6869362f3f8ed47549c804",
"filesize": 566231040,
2021-11-12 04:42:15 +00:00
"download_url": "https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/",
2023-01-17 05:11:18 +00:00
"direct_download_url": "https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-8.7-20221111.x86_64.qcow2"
2021-11-12 04:42:15 +00:00
},
{
"filename": "almalinux-cloud-init-data.iso",
"version": "1.0",
"md5sum": "72fb52af76e9561d125dd99224e2c1d1",
"filesize": 374784,
"download_url": "https://github.com/GNS3/gns3-registry/raw/master/cloud-init/AlmaLinux/almalinux-cloud-init-data.iso"
}
],
"versions": [
{
2023-01-17 05:11:18 +00:00
"name": "8.7",
2021-11-12 04:42:15 +00:00
"images": {
2023-01-17 05:11:18 +00:00
"hda_disk_image": "AlmaLinux-8-GenericCloud-8.7-20221111.x86_64.qcow2",
2021-11-12 04:42:15 +00:00
"cdrom_image": "almalinux-cloud-init-data.iso"
}
}
]
}