@@ -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 >Buster (Debian 10)</ 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 >Oracular (Ubuntu 24.10)</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
@@ -387,9 +387,10 @@ The versions of each specific distribution supported can be viewed can be found
387387<details >
388388<summary >Table Of Currently Supported Versions As Of 05/2024 </summary >
389389Supported Linux Distros:
390+
390391Distribution Type| Supported Versions
391392----------|---------
392- Deb (Debian)| Trixie (Debian 13)<br >Bookworm (Debian 12)</br >Bullseye (Debian 11)<br >Buster (Debian 10)</ br > Noble (Ubuntu 24.04)</br >Jammy (Ubuntu 24.04)</br >Focal (Ubuntu 20.04)</br >Bionic (Ubuntu 18.04)
393+ Deb (Debian)| Trixie (Debian 13)<br >Bookworm (Debian 12)</br >Bullseye (Debian 11)<br >Noble (Ubuntu 24.04)</br >Jammy (Ubuntu 24.04)</br >Focal (Ubuntu 20.04)</br >Bionic (Ubuntu 18.04)
393394RPM (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
394395RPM(SUSE) | Opensuse 15.3</br >Opensuse 15.4</br >Opensuse 15.5</br >SLES 12</br >SLES15
395396</details ></br >
@@ -447,7 +448,7 @@ In addition to the updates detailed above, it is also important to change the fo
447448the following line should be changed :
448449
449450```
450- debVersionList="trixie bookworm bullseye buster oracular noble jammy focal bionic"
451+ debVersionList="trixie bookworm bullseye oracular noble jammy focal bionic"
451452```
452453
453454And similarly in the following two files
@@ -463,7 +464,6 @@ The array needs to be updated to add or remove distributions as necessary as sho
463464 Arguments.of("debian", "trixie"), // Debian/13 (testing)
464465 Arguments.of("debian", "bookworm"), // Debian/12 (testing)
465466 Arguments.of("debian", "bullseye"), // Debian/11 (stable)
466- Arguments.of("debian", "buster"), // Debian/10 (oldstable)
467467 Arguments.of("ubuntu", "oracular"), // Ubuntu/24.10 (STS)
468468 Arguments.of("ubuntu", "noble"), // Ubuntu/24.04 (LTS)
469469 Arguments.of("ubuntu", "jammy"), // Ubuntu/22.04 (LTS)
@@ -563,7 +563,6 @@ linux/ca-certificates/debian/src/packageTest/java/org/adoptium/cacertificates/Ch
563563 "trixie", // Debian/13
564564 "bookworm", // Debian/12
565565 "bullseye", // Debian/11
566- "buster", // Debian/10
567566 "noble", // Ubuntu/24.04 (LTS)
568567 "jammy", // Ubuntu/22.04 (LTS)
569568 "focal", // Ubuntu/20.04 (LTS)
@@ -580,7 +579,6 @@ linux/ca-certificates/debian/src/packageTest/java/org/adoptium/cacertificates/De
580579 Arguments.of("debian", "trixie"), // Debian/13 (testing)
581580 Arguments.of("debian", "bookworm"), // Debian/12 (testing)
582581 Arguments.of("debian", "bullseye"), // Debian/11 (stable)
583- Arguments.of("debian", "buster"), // Debian/10 (oldstable)
584582 Arguments.of("ubuntu", "noble"), // Ubuntu/24.04 (LTS)
585583 Arguments.of("ubuntu", "jammy"), // Ubuntu/22.04 (LTS)
586584 Arguments.of("ubuntu", "focal"), // Ubuntu/20.04 (LTS)
0 commit comments