Skip to content

Commit

Permalink
Update App.js - To add missing supported OS (#985)
Browse files Browse the repository at this point in the history
  • Loading branch information
camilamacedo86 authored Jun 20, 2023
1 parent c6b7a6c commit e7ecbdb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,16 +188,16 @@ cat install.sh | sudo bash -s airgap
Ubuntu 20.04 (Docker version {'>'}= 19.03.10)
</li>
<li className="u-fontSize--small u-color--dustyGray u-fontWeight--medium u-lineHeight--normal">
CentOS 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 8.1, 8.2, 8.3 (CentOS 8.x requires Containerd)
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)
</li>
<li className="u-fontSize--small u-color--dustyGray u-fontWeight--medium u-lineHeight--normal">
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, 9.0, 9.1 (RHEL 8.x and 9.x require Containerd)
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)
</li>
<li className="u-fontSize--small u-color--dustyGray u-fontWeight--medium u-lineHeight--normal">
Rocky Linux 9.0, 9.1 (Rocky Linux 9.x requires Containerd)
Rocky Linux 9.0, 9.1, 9.2 (Rocky Linux 9.x requires Containerd)
</li>
<li className="u-fontSize--small u-color--dustyGray u-fontWeight--medium u-lineHeight--normal">
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 (OL 8.x requires Containerd)
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)
</li>
<li className="u-fontSize--small u-color--dustyGray u-fontWeight--medium u-lineHeight--normal">
Amazon Linux 2
Expand Down

1 comment on commit e7ecbdb

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.