Skip to content

Commit c19bbe3

Browse files
authored
Merge pull request #487 from nadezhdafilina/add-rhel8
elsdoc-211, created rhel-8 page
2 parents 587312c + 4407407 commit c19bbe3

6 files changed

Lines changed: 85 additions & 2 deletions

File tree

docs/.vuepress/components/ELSOSSelector.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ const operatingSystems = [
7373
icon: "/images/redhat.webp",
7474
link: "./red-hat-enterprise-linux-7-els",
7575
},
76+
{
77+
name: "Red Hat Enterprise Linux 8",
78+
icon: "/images/redhat.webp",
79+
link: "./red-hat-enterprise-linux-8-els",
80+
},
7681
{
7782
name: "Ubuntu 16.04",
7883
icon: "/images/Ubuntu.webp",

docs/.vuepress/config-client/sidebar.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ export default {
6666
path: '/els-for-os/red-hat-enterprise-linux-7-els/',
6767
icon: '/images/redhat.webp',
6868
},
69+
{
70+
path: '/els-for-os/red-hat-enterprise-linux-8-els/',
71+
icon: '/images/redhat.webp',
72+
},
6973
{
7074
path: '/els-for-os/ubuntu-16-04-els/',
7175
icon: '/images/Ubuntu.webp',

docs/els-for-os/machine-readable-security-data/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Released fixes are available via [cve.tuxcare.com](https://cve.tuxcare.com) and
2323
| Oracle Linux 6 ELS | [oval.xml](https://security.tuxcare.com/oval/els_os/oraclelinux6els/oval.xml) | [csaf](https://security.tuxcare.com/csaf/v2/els_os/oraclelinux6els/) | [rss](https://cve.tuxcare.com/rss_feed/els/releases/oraclelinux6els) |
2424
| Oracle Linux 7 ELS | [oval.xml](https://security.tuxcare.com/oval/els_os/oraclelinux7els/oval.xml) | [csaf](https://security.tuxcare.com/csaf/v2/els_os/oraclelinux7els/) | [rss](https://cve.tuxcare.com/rss_feed/els/releases/oraclelinux7els) |
2525
| Red Hat Enterprise Linux 7 ELS | [oval.xml](https://security.tuxcare.com/oval/els_os/rhel7els/oval.xml) | [csaf](https://security.tuxcare.com/csaf/v2/els_os/rhel7els/) | [rss](https://cve.tuxcare.com/rss_feed/els/releases/rhel7els) |
26+
| Red Hat Enterprise Linux 8 ELS | [oval.xml](https://security.tuxcare.com/oval/els_os/rhel8els/oval.xml) | [csaf](https://security.tuxcare.com/csaf/v2/els_os/rhel8els/) | [CVE Tracker](https://tuxcare.com/cve-tracker/) |
2627
| Ubuntu 16.04 ELS | [oval.xml](https://security.tuxcare.com/oval/els_os/ubuntu16.04els/oval.xml) | [csaf](https://security.tuxcare.com/csaf/v2/els_os/ubuntu16.04els/) | [rss](https://cve.tuxcare.com/rss_feed/els/releases/ubuntu16.04els) |
2728
| Ubuntu 18.04 ELS | [oval.xml](https://security.tuxcare.com/oval/els_os/ubuntu18.04els/oval.xml) | [csaf](https://security.tuxcare.com/csaf/v2/els_os/ubuntu18.04els/) | [rss](https://cve.tuxcare.com/rss_feed/els/releases/ubuntu18.04els) |
2829
| Ubuntu 20.04 ELS | [oval.xml](https://security.tuxcare.com/oval/els_os/ubuntu20.04els/oval.xml) | [csaf](https://security.tuxcare.com/csaf/v2/els_os/ubuntu20.04els/) | [rss](https://cve.tuxcare.com/rss_feed/els/releases/ubuntu20.04els) |

docs/els-for-os/managing-els-repository/README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ After the ELS repository is installed, you can apply security updates using your
1010

1111
<template #RPM-based_(YUM)>
1212

13-
**Applies to:** CentOS 6, CentOS 7, CentOS 8, CentOS Stream 8, Oracle Linux 6, Oracle Linux 7, Red Hat Enterprise Linux 7
13+
**Applies to:** CentOS 6, CentOS 7, CentOS 8, CentOS Stream 8, Oracle Linux 6, Oracle Linux 7, Red Hat Enterprise Linux 7, Red Hat Enterprise Linux 8
1414

1515
Update all packages:
1616

@@ -75,7 +75,15 @@ To obtain access to the local mirroring facility, provide your external IP addre
7575

7676
<template #RPM-based_(YUM)>
7777

78-
**Applies to:** CentOS 6, CentOS 7, CentOS 8, CentOS Stream 8, Oracle Linux 6, Oracle Linux 7, Red Hat Enterprise Linux 7
78+
**Applies to:** CentOS 6, CentOS 7, CentOS 8, CentOS Stream 8, Oracle Linux 6, Oracle Linux 7, Red Hat Enterprise Linux 7, Red Hat Enterprise Linux 8
79+
80+
**For Red Hat Enterprise Linux 8**, the repository can be removed by running the installation script with the `--delete` flag:
81+
82+
```
83+
sh install-rhel8-els-repo.sh --delete
84+
```
85+
86+
**For other RPM-based systems:**
7987

8088
1. List the ELS repository file (ending with `-els.repo`) in the repository folder:
8189

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# Red Hat Enterprise Linux 8 ELS
2+
3+
## Installation
4+
5+
<ELSPrerequisites>
6+
7+
* A valid TuxCare ELS license key
8+
* Root access to the server
9+
* TCP port 443 open to `cln.cloudlinux.com` and `repo.tuxcare.com`
10+
* Architecture: x86_64. For other architectures, please contact our [sales@tuxcare.com](mailto:sales@tuxcare.com).
11+
12+
</ELSPrerequisites>
13+
14+
<ELSSteps>
15+
16+
1. Download the install script:
17+
18+
```
19+
wget https://repo.tuxcare.com/rhel8-els/install-rhel8-els-repo.sh
20+
```
21+
22+
2. Run with your license key.
23+
24+
The script registers the server in the CLN with the key, adds a PGP key to the server.
25+
26+
```
27+
sh install-rhel8-els-repo.sh --license-key XXXXXXXX
28+
```
29+
30+
3. Verify that the installation was successful by running the following command:
31+
32+
```
33+
yum info els-define
34+
```
35+
36+
It should return information about the available package. If the package information is displayed, the installation was successful.
37+
After that, you can install updates from the repository using a standard `yum upgrade` command.
38+
39+
</ELSSteps>
40+
41+
## What's next?
42+
43+
<WhatsNext hide-title>
44+
45+
* ![](/images/shield-alert.webp) [OVAL](https://security.tuxcare.com/oval/els_os/rhel8els/oval.xml) — OVAL security data
46+
* ![](/images/unlock-alt.webp) [CSAF](https://security.tuxcare.com/csaf/v2/els_os/rhel8els/) — CSAF security advisories
47+
* ![](/images/eye.webp) [CVE Tracker](https://tuxcare.com/cve-tracker/) — Track vulnerability fixes and updates
48+
* ![](/images/shield.webp) [Machine-Readable Security Data](/els-for-os/machine-readable-security-data/) — Errata, OVAL, CSAF
49+
* ![](/images/wrench.webp) [Managing the ELS repository](/els-for-os/managing-els-repository/) — Updates, local mirror, and other repository operations
50+
51+
</WhatsNext>

docs/local-mirror-els/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,20 @@ For example:
144144
rsync -avSHP --delete rsync://repo.tuxcare.com/RHEL7ELS/ .
145145
```
146146

147+
### Red Hat Enterprise Linux 8 ELS
148+
149+
To create a local mirror of the [rhel8-els](https://repo.tuxcare.com/rhel8-els/) repository with security updates via `rsync`, use the following:
150+
151+
```
152+
rsync://repo.tuxcare.com/RHEL8ELS/
153+
```
154+
155+
For example:
156+
157+
```
158+
rsync -avSHP --delete rsync://repo.tuxcare.com/RHEL8ELS/ .
159+
```
160+
147161
### Ubuntu 16.04 ELS
148162

149163
To create a local mirror of the ubuntu16_04-els repository with security updates via `rsync`, use the following:

0 commit comments

Comments
 (0)