CentOS 8 is out of support now

This commit is contained in:
Devrim Gündüz
2022-01-04 18:59:18 +00:00
parent 81ad19fc8d
commit c3cae37ed9
3 changed files with 5 additions and 7 deletions

View File

@ -10,7 +10,7 @@ function get_platform_name(plat, ver) {
if (parseFloat(ver) <= 7) if (parseFloat(ver) <= 7)
return "Red Hat Enterprise, CentOS, Scientific or Oracle"; return "Red Hat Enterprise, CentOS, Scientific or Oracle";
else else
return "Red Hat Enterprise, Rocky, CentOS or Oracle"; return "Red Hat Enterprise, Rocky, or Oracle";
} }
else if (plat == 'F') else if (plat == 'F')
return "Fedora"; return "Fedora";

View File

@ -8,7 +8,7 @@ Please select your distribution below:
</p> </p>
<a role="button" class="btn btn-outline-dark btn-download" href="/download/linux/debian/">Debian<br/><img class="logo" src="/media/img/debian.svg" alt="Debian Logo" /></a> <a role="button" class="btn btn-outline-dark btn-download" href="/download/linux/debian/">Debian<br/><img class="logo" src="/media/img/debian.svg" alt="Debian Logo" /></a>
<a role="button" class="btn btn-outline-dark btn-download" href="/download/linux/redhat">Red Hat/Rocky/CentOS<br/><img class="logo" src="/media/img/redhat.svg" alt="Red Hat Logo" /></a> <a role="button" class="btn btn-outline-dark btn-download" href="/download/linux/redhat">Red Hat/Rocky<br/><img class="logo" src="/media/img/redhat.svg" alt="Red Hat Logo" /></a>
<a role="button" class="btn btn-outline-dark btn-download" href="/download/linux/suse">SUSE<br/><img class="logo" src="/media/img/suse.png" alt="SUSE Logo" /></a> <a role="button" class="btn btn-outline-dark btn-download" href="/download/linux/suse">SUSE<br/><img class="logo" src="/media/img/suse.png" alt="SUSE Logo" /></a>
<a role="button" class="btn btn-outline-dark btn-download" href="/download/linux/ubuntu">Ubuntu<br/><img class="logo" src="/media/img/ubuntu.svg" alt="Ubuntu Logo" /></a> <a role="button" class="btn btn-outline-dark btn-download" href="/download/linux/ubuntu">Ubuntu<br/><img class="logo" src="/media/img/ubuntu.svg" alt="Ubuntu Logo" /></a>
<a role="button" class="btn btn-outline-dark btn-download" href="#generic">Other Linux<br/><img class="logo" src="/media/img/linux.svg" alt="Linux Logo" /></a> <a role="button" class="btn btn-outline-dark btn-download" href="#generic">Other Linux<br/><img class="logo" src="/media/img/linux.svg" alt="Linux Logo" /></a>

View File

@ -13,9 +13,8 @@ The Red Hat family of distributions includes:
<ul> <ul>
<li>Red Hat Enterprise Linux</li> <li>Red Hat Enterprise Linux</li>
<li>Rocky Linux</li> <li>Rocky Linux</li>
<li>CentOS</li> <li>CentOS (7 and 6 only)</li>
<li>Fedora</li> <li>Fedora</li>
<li>Scientific Linux</li>
<li>Oracle Linux</li> <li>Oracle Linux</li>
</ul> </ul>
</p> </p>
@ -44,8 +43,7 @@ The PostgreSQL Yum Repository currently supports:
<ul> <ul>
<li>Red Hat Enterprise Linux</li> <li>Red Hat Enterprise Linux</li>
<li>Rocky Linux</li> <li>Rocky Linux</li>
<li>CentOS</li> <li>CentOS (7 and 6 only)</li>
<li>Scientific Linux</li>
<li>Oracle Linux</li> <li>Oracle Linux</li>
<li>Fedora<sup>*</sup></li> <li>Fedora<sup>*</sup></li>
</ul> </ul>
@ -100,7 +98,7 @@ the distribution:
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<th scope="row">RHEL/Rocky Linux/CentOS/OL 8</th> <th scope="row">RHEL/Rocky Linux/OL 8</th>
<td>13, 12, 10 and 9.6 via modules</td> <td>13, 12, 10 and 9.6 via modules</td>
</tr> </tr>
<tr> <tr>