diff --git a/deploy-guide/source/supported-platforms.html b/deploy-guide/source/supported-platforms.html
index 12cd38e73a..0329572afe 100644
--- a/deploy-guide/source/supported-platforms.html
+++ b/deploy-guide/source/supported-platforms.html
@@ -2,4 +2,5 @@
Ubuntu Server 24.04 (Noble Numbat) 64-bit
Debian 12 64-bit
CentOS 10 Stream 64-bit
+ Rocky Linux 10 64-bit
diff --git a/doc/source/admin/upgrades/os-compatibility-matrix.html b/doc/source/admin/upgrades/os-compatibility-matrix.html
index 89bcb25eb3..60d3f14f70 100644
--- a/doc/source/admin/upgrades/os-compatibility-matrix.html
+++ b/doc/source/admin/upgrades/os-compatibility-matrix.html
@@ -5,9 +5,9 @@
Ubuntu |
- CentOS |
+ CentOS |
Debian |
- Rocky Linux |
+ Rocky Linux |
@@ -22,6 +22,7 @@
12 |
9 |
+ 10 |
Zed |
@@ -34,6 +35,7 @@
✔ |
✘ |
✔ |
+ ✘ |
distro |
@@ -45,6 +47,7 @@
✘ |
✘ |
E |
+ ✘ |
2023.1 (Antelope) |
@@ -57,6 +60,7 @@
✔ |
✘ |
✔ |
+ ✘ |
distro |
@@ -68,6 +72,7 @@
✘ |
✘ |
E |
+ ✘ |
2023.2 (Bobcat) |
@@ -80,6 +85,7 @@
✔ |
✔ |
✔ |
+ ✘ |
distro |
@@ -91,6 +97,7 @@
✘ |
✘ |
E |
+ ✘ |
2024.1 (Caracal) |
@@ -103,6 +110,7 @@
✔ |
✔ |
✔ |
+ ✘ |
distro |
@@ -114,6 +122,7 @@
✘ |
✘ |
E |
+ ✘ |
2024.2 (Dalmatian) |
@@ -126,6 +135,7 @@
✘ |
✔ |
✔ |
+ ✘ |
distro |
@@ -137,6 +147,7 @@
✘ |
✘ |
E |
+ ✘ |
2025.1 (Epoxy) |
@@ -149,6 +160,7 @@
✘ |
✔ |
✔ |
+ ✔ |
distro |
@@ -160,6 +172,7 @@
✘ |
✘ |
E |
+ ✘ |
2025.2 (Flamingo) |
@@ -172,6 +185,7 @@
✘ |
✔ |
✘ |
+ ✔ |
distro |
@@ -183,6 +197,7 @@
✘ |
✘ |
✘ |
+ ✘ |
diff --git a/doc/source/user/aio/quickstart.rst b/doc/source/user/aio/quickstart.rst
index f0004749bb..2cc05f3e73 100644
--- a/doc/source/user/aio/quickstart.rst
+++ b/doc/source/user/aio/quickstart.rst
@@ -121,7 +121,8 @@ version.
.. note::
The |current_release_formal_name| release is only compatible with
- Debian 12 (bookworm), Ubuntu 24.04 (Noble Numbat) and CentOS 10 Stream.
+ Debian 12 (bookworm), Ubuntu 24.04 (Noble Numbat), CentOS 10 Stream,
+ and derivatives of RHEL 10 such as Rocky Linux.
The next step is to bootstrap Ansible and the Ansible roles for the
development environment.
diff --git a/releasenotes/notes/el10_support-18871f4618d0c7f0.yaml b/releasenotes/notes/el10_support-18871f4618d0c7f0.yaml
new file mode 100644
index 0000000000..20f7c689ba
--- /dev/null
+++ b/releasenotes/notes/el10_support-18871f4618d0c7f0.yaml
@@ -0,0 +1,8 @@
+---
+prelude: >
+ Added support for deployments on derivatives of
+ RHEL 10 such as Rocky Linux.
+features:
+ - |
+ A series of changes were backported for Rocky 10 support
+ for both deploy and target hosts.