list of supported releases for Ubuntu, Fedora and CentOS

gomu

Member
Dec 2, 2020
23
5
23
48
Hello,

Can someone point me to this list please ? It is mentioned in the roadmap but I can't find it anywhere.
Proxmox VE 6.3 -> Container -> "Update list of supported releases for Ubuntu, Fedora and CentOS."

I'd like to know, for example, which proxmox releases support Ubuntu-12.04.

Many thanks,
 
For Ubuntu the list of supported versions is (taken from the pve-container package):
Code:
    '21.04' => 1, # hirsute
    '20.10' => 1, # groovy
    '20.04' => 1, # focal LTS
    '19.10' => 1, # eoan
    '19.04' => 1, # disco
    '18.10' => 1, # cosmic
    '18.04' => 1, # bionic LTS
    '17.10' => 1, # artful
    '17.04' => 1, # zesty
    '16.10' => 1, # yakkety
    '16.04' => 1, # xenial LTS
    '15.10' => 1, # wily
    '15.04' => 1, # vivid
    '14.04' => 1, # trusty LTS
    '12.04' => 1, # precise LTS
For Fedora it is any version between 22 and 33 (inclusive).
And for CentOS it is any version between 5 and 9 (inclusive).

There is no official list of supported versions other than the source code.
 
  • Like
Reactions: gomu
Thanks a lot mira.
That means ubuntu 12.0 is still supported on PVE6.x . Woa ! I though support may have been dropped by now. Funny to imagine such an OS powered by a 5.x kernel version ^^