@@ -45,7 +45,7 @@ Supported Linux Distros:
4545Distribution Type| Supported Versions
4646----------|---------
4747Apk (Alpine)| All supported version.
48- Deb (Debian)| Trixie (Debian 13)<br >Bookworm (Debian 12)</br >Bullseye (Debian 11)<br >Oracular (Ubuntu 24.10)</ br > Noble (Ubuntu 24.04)</br >Jammy (Ubuntu 22.04)</br >Focal (Ubuntu 20.04)</br >Bionic (Ubuntu 18.04)
48+ Deb (Debian)| Trixie (Debian 13)<br >Bookworm (Debian 12)</br >Bullseye (Debian 11)<br >Noble (Ubuntu 24.04)</br >Jammy (Ubuntu 22.04)</br >Focal (Ubuntu 20.04)</br >Bionic (Ubuntu 18.04)
4949RPM (RHEL)| centos 7</br > rocky 8</br >RHEL7 , RHEL8 & RHEL9</br > Fedora 35, 36, 37, 38 ,39 , 40</br >Oracle Linux 7 & 8</br >Amazon Linux 2
5050RPM(SUSE) | Opensuse 15.3</br >Opensuse 15.4</br >Opensuse 15.5</br >SLES 12</br >SLES15
5151
@@ -430,7 +430,6 @@ For Debian based distributions a similar process is required, firstly add the di
430430 "bookworm", // Debian/12
431431 "bullseye", // Debian/11
432432 "buster", // Debian/10
433- "oracular", // Ubuntu/24.10 (STS)
434433 "noble", // Ubuntu/24.04 (LTS)
435434 "jammy", // Ubuntu/22.04 (LTS)
436435 "focal", // Ubuntu/20.04 (LTS)
@@ -448,7 +447,7 @@ In addition to the updates detailed above, it is also important to change the fo
448447the following line should be changed :
449448
450449```
451- debVersionList="trixie bookworm bullseye oracular noble jammy focal bionic"
450+ debVersionList="trixie bookworm bullseye noble jammy focal bionic"
452451```
453452
454453And similarly in the following two files
@@ -464,7 +463,6 @@ The array needs to be updated to add or remove distributions as necessary as sho
464463 Arguments.of("debian", "trixie"), // Debian/13 (testing)
465464 Arguments.of("debian", "bookworm"), // Debian/12 (testing)
466465 Arguments.of("debian", "bullseye"), // Debian/11 (stable)
467- Arguments.of("ubuntu", "oracular"), // Ubuntu/24.10 (STS)
468466 Arguments.of("ubuntu", "noble"), // Ubuntu/24.04 (LTS)
469467 Arguments.of("ubuntu", "jammy"), // Ubuntu/22.04 (LTS)
470468 Arguments.of("ubuntu", "focal"), // Ubuntu/20.04 (LTS)
0 commit comments