OpenJDK
Endless Lifecycle Support (ELS) from TuxCare provides security fixes for OpenJDK versions that have reached end-of-life. This allows you to continue running your OpenJDK-based applications without vulnerability concerns, even after official support has ended.
Supported OS and OpenJDK versions
| OS | Package Type | OS Version | OpenJDK version |
|---|---|---|---|
| EL 6 (CentOS, CloudLinux, Oracle Linux, etc.) | RPM | 6.x | 8 |
| EL 7 (CentOS, CloudLinux, Oracle Linux, etc.) | RPM | 7.x | 8 |
| EL 8 (CloudLinux, CentOS, AlmaLinux, Oracle Linux, etc.) | RPM | 8.x | 8, 11 |
| AlmaLinux | RPM | 9.x | 8 |
Supported architecture: x86_64 (64-bit)
Other versions and architectures available upon request. Contact sales@tuxcare.com for more information.
Installation
Docker compatiblePrerequisites
- A valid TuxCare ELS license key — contact sales@tuxcare.com to obtain one
- Root or
sudoaccess to the server
Download the installer script
wget https://repo.tuxcare.com/openjdk-els/install-openjdk-els-repo.shRun the installer script with your license key
sh install-openjdk-els-repo.sh --license-key XXXXXXXXXXXVerify the repository is enabled
yum repolist | grep openjdk-elsInstall OpenJDK
OpenJDK version:yum install java-1.8.0-openjdkVerify the installation
java -version