Last active
April 22, 2025 21:33
-
-
Save ggMartinez/f20f83d6a7630ab49d782abfe9017bc5 to your computer and use it in GitHub Desktop.
Proxmox Cloud Image Import Sources
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"Name" : "Rocky Linux 9.5", | |
"URL" : "https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud-Base-9.5-20241118.0.x86_64.qcow2" | |
}, | |
{ | |
"Name" : "Rocky Linux Latest", | |
"URL" : "https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2" | |
}, | |
{ | |
"Name" : "Alma Linux Latest", | |
"URL" : "https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2" | |
}, | |
{ | |
"Name" : "Alma Linux 9", | |
"URL" : "https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2" | |
}, | |
{ | |
"Name" : "Alma Linux 8", | |
"URL" : "https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2" | |
}, | |
{ | |
"Name" : "CentOS-Stream", | |
"URL" : "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-latest.x86_64.qcow2" | |
}, | |
{ | |
"Name" : "CentOS7", | |
"URL" : "https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud.qcow2" | |
}, | |
{ | |
"Name" : "Ubuntu 24-04 LTS", | |
"URL" : "https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img" | |
}, | |
{ | |
"Name" : "Ubuntu 22-04 LTSS", | |
"URL" : "https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img" | |
}, | |
{ | |
"Name" : "OpenSUSE Leap 15-6", | |
"URL" : "https://download.opensuse.org/repositories/Cloud:/Images:/Leap_15.6/images/openSUSE-Leap-15.6.x86_64-NoCloud.qcow2" | |
}, | |
{ | |
"Name" : "OpenSUSE Leap 15-5", | |
"URL" : "https://download.opensuse.org/repositories/Cloud:/Images:/Leap_15.5/images/openSUSE-Leap-15.5.x86_64-NoCloud.qcow2" | |
}, | |
{ | |
"Name" : "OpenSUSE Leap 15-4", | |
"URL" : "https://download.opensuse.org/repositories/Cloud:/Images:/Leap_15.4/images/openSUSE-Leap-15.4.x86_64-NoCloud.qcow2" | |
}, | |
{ | |
"Name" : "Fedora 40 Server", | |
"URL" : "https://download.fedoraproject.org/pub/fedora/linux/releases/40/Cloud/x86_64/images/Fedora-Cloud-Base-Generic.x86_64-40-1.14.qcow2" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment