Skip to content

Commit 232cfd7

Browse files
authored
update the system requirements page to include the latest RHEL (#1045)
* update the system requirements page to include the latest RHEL also update app.js to include recent OS changes * f * reword
1 parent 3307c21 commit 232cfd7

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

src/components/App.js

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,21 +187,30 @@ cat install.sh | sudo bash -s airgap
187187
<li className="u-fontSize--small u-color--dustyGray u-fontWeight--medium u-lineHeight--normal">
188188
Ubuntu 20.04 (Docker version {'>'}= 19.03.10)
189189
</li>
190+
<li className="u-fontSize--small u-color--dustyGray u-fontWeight--medium u-lineHeight--normal">
191+
Ubuntu 22.04 (Requires Containerd version {'>'}= 1.5.10 or Docker version {'>'}= 20.10.17)
192+
</li>
193+
<li className="u-fontSize--small u-color--dustyGray u-fontWeight--medium u-lineHeight--normal">
194+
Ubuntu 24.04 (Requires that the Containerd package be preinstalled on the host)
195+
</li>
190196
<li className="u-fontSize--small u-color--dustyGray u-fontWeight--medium u-lineHeight--normal">
191197
CentOS 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 8.1, 8.2, 8.3, 8.4 (CentOS 8.x requires Containerd)
192198
</li>
193199
<li className="u-fontSize--small u-color--dustyGray u-fontWeight--medium u-lineHeight--normal">
194-
RHEL 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 8.1, 8.2, 8.3, 8.4, 8.5, 8.6, 8.7, 8.8, 9.0, 9.1, 9.2 (RHEL 8.x and 9.x require Containerd)
200+
RHEL 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 8.1, 8.2, 8.3, 8.4, 8.5, 8.6, 8.7, 8.8, 8.9, 8.10, 9.0, 9.1, 9.2, 9.3, 9.4, 9.5 (RHEL 8.x and 9.x require Containerd)
195201
</li>
196202
<li className="u-fontSize--small u-color--dustyGray u-fontWeight--medium u-lineHeight--normal">
197-
Rocky Linux 9.0, 9.1, 9.2 (Rocky Linux 9.x requires Containerd)
203+
Rocky Linux 9.0, 9.1, 9.2, 9.3, 9.4, 9.5 (Rocky Linux 9.x requires Containerd {'>'}= 1.6.28)
198204
</li>
199205
<li className="u-fontSize--small u-color--dustyGray u-fontWeight--medium u-lineHeight--normal">
200-
Oracle Linux 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 8.1, 8.2, 8.3, 8.4, 8.5, 8.6, 8.7, 8.8 (OL 8.x requires Containerd)
206+
Oracle Linux 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 8.1, 8.2, 8.3, 8.4, 8.5, 8.6, 8.7, 8.8, 8.9, 8.10 (OL 8.x requires Containerd)
201207
</li>
202208
<li className="u-fontSize--small u-color--dustyGray u-fontWeight--medium u-lineHeight--normal">
203209
Amazon Linux 2
204210
</li>
211+
<li className="u-fontSize--small u-color--dustyGray u-fontWeight--medium u-lineHeight--normal">
212+
Amazon Linux 2023 (Requires that the Containerd package be preinstalled on the host)
213+
</li>
205214
</div>
206215
</div>
207216

src/markdown-pages/install-with-kurl/system-requirements.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ title: "System Requirements"
1111
* Ubuntu 18.04<sup>\*</sup>
1212
* Ubuntu 20.04 (Requires Docker version >= 19.03.10)
1313
* Ubuntu 22.04 (Requires Containerd version >= 1.5.10 or Docker version >= 20.10.17)
14-
* Ubuntu 24.04 (Requires Containerd package preinstalled on the host)
14+
* Ubuntu 24.04 (Requires that the Containerd package be preinstalled on the host)
1515
* CentOS 7.4<sup>\*</sup>, 7.5<sup>\*</sup>, 7.6<sup>\*</sup>, 7.7<sup>\*</sup>, 7.8<sup>\*</sup>, 7.9<sup>\*</sup>, 8.0<sup>\*</sup>, 8.1<sup>\*</sup>, 8.2<sup>\*</sup>, 8.3<sup>\*</sup>, 8.4<sup>\*</sup> (CentOS 8.x requires Containerd)
16-
* RHEL 7.4<sup>\*</sup>, 7.5<sup>\*</sup>, 7.6<sup>\*</sup>, 7.7<sup>\*</sup>, 7.8<sup>\*</sup>, 7.9<sup>\*</sup>, 8.0<sup>\*</sup>, 8.1<sup>\*</sup>, 8.2<sup>\*</sup>, 8.3<sup>\*</sup>, 8.4<sup>\*</sup>, 8.5<sup>\*</sup>, 8.6, 8.7<sup>\*</sup>, 8.8, 8.9, 8.10, 9.0, 9.1<sup>\*</sup>, 9.2, 9.3, 9.4 (RHEL 8.x and 9.x require Containerd)
17-
* Rocky Linux 9.0<sup>\*</sup>, 9.1<sup>\*</sup>, 9.2, 9.3, 9.4 (Rocky Linux 9.x requires Containerd)
16+
* RHEL 7.4<sup>\*</sup>, 7.5<sup>\*</sup>, 7.6<sup>\*</sup>, 7.7<sup>\*</sup>, 7.8<sup>\*</sup>, 7.9<sup>\*</sup>, 8.0<sup>\*</sup>, 8.1<sup>\*</sup>, 8.2<sup>\*</sup>, 8.3<sup>\*</sup>, 8.4<sup>\*</sup>, 8.5<sup>\*</sup>, 8.6, 8.7<sup>\*</sup>, 8.8, 8.9, 8.10, 9.0, 9.1<sup>\*</sup>, 9.2, 9.3, 9.4, 9.5 (RHEL 8.x and 9.x require Containerd)
17+
* Rocky Linux 9.0<sup>\*</sup>, 9.1<sup>\*</sup>, 9.2, 9.3, 9.4, 9.5 (Rocky Linux 9.x requires Containerd)
1818
* Oracle Linux 7.4<sup>\*</sup>, 7.5<sup>\*</sup>, 7.6<sup>\*</sup>, 7.7<sup>\*</sup>, 7.8<sup>\*</sup>, 7.9, 8.0<sup>\*</sup>, 8.1<sup>\*</sup>, 8.2<sup>\*</sup>, 8.3<sup>\*</sup>, 8.4<sup>\*</sup>, 8.5<sup>\*</sup>, 8.6<sup>\*</sup>, 8.7<sup>\*</sup>, 8.8<sup>\*</sup>, 8.9<sup>\*</sup>, 8.10 (OL 8.x requires Containerd)
1919
* Amazon Linux 2
20-
* Amazon Linux 2023 (Requires Containerd package preinstalled on the host)
20+
* Amazon Linux 2023 (Requires that the Containerd package be preinstalled on the host)
2121

2222
*&ast; This version is deprecated since it is no longer supported by its creator. We continue to support it, but support will be removed in the future.*
2323

0 commit comments

Comments
 (0)