From 2e37a872bdebe8c239e2c0faa188a77975097f9d Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Mon, 27 Apr 2026 13:53:39 +0100 Subject: [PATCH] RHEL 8 deprecation --- .../desktop/setup/install/linux/rhel.md | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/content/manuals/desktop/setup/install/linux/rhel.md b/content/manuals/desktop/setup/install/linux/rhel.md index 7dda7160f1e9..68e7e3ce586d 100644 --- a/content/manuals/desktop/setup/install/linux/rhel.md +++ b/content/manuals/desktop/setup/install/linux/rhel.md @@ -23,7 +23,7 @@ This page contains information on how to install, launch and upgrade Docker Desk To install Docker Desktop successfully, you must: - Meet the [general system requirements](_index.md#general-system-requirements). -- Have a 64-bit version of either RHEL 8, RHEL 9, or RHEL 10. +- Have a 64-bit version of either RHEL 9 or RHEL 10. - If `pass` is not installed, or it can't be installed, you must enable [CodeReady Linux Builder (CRB) repository](https://access.redhat.com/articles/4348511) and [Extra Packages for Enterprise Linux (EPEL)](https://docs.fedoraproject.org/en-US/epel/). @@ -43,14 +43,6 @@ To install Docker Desktop successfully, you must: $ sudo dnf install pass ``` - {{< /tab >}} - {{< tab name="RHEL 8" >}} - ```console - $ sudo subscription-manager repos --enable codeready-builder-for-rhel-8-$(arch)-rpms - $ sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm - $ sudo dnf install pass - ``` - {{< /tab >}} {{< /tabs >}} @@ -72,15 +64,6 @@ To install Docker Desktop successfully, you must: $ sudo gnome-extensions enable appindicatorsupport@rgcjonas.gmail.com ``` - {{< /tab >}} - {{< tab name="RHEL 8" >}} - ```console - $ # enable EPEL as described above - $ sudo dnf install gnome-shell-extension-appindicator - $ sudo dnf install gnome-shell-extension-desktop-icons - $ sudo gnome-shell-extension-tool -e appindicatorsupport@rgcjonas.gmail.com - ``` - {{< /tab >}} {{< /tabs >}}