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
Supported architecture: x86_64.
OS | Package Type | OS Version | OpenJDK version |
---|---|---|---|
EL 6 (CentOS, CloudLinux, OracleLinux, etc.) | RPM | 6.x | 8 |
EL 7 (CentOS, CloudLinux, OracleLinux, etc.) | RPM | 7.x | 8 |
EL 8 (CloudLinux, CentOS, AlmaLinux, OracleLinux, etc.) | RPM | 8.x | 8, 11 |
AlmaLinux | RPM | 9.x | 8 |
*Other versions and architectures upon request.
Installation Instructions
This installation method is suitable for both non-containerized systems and containerized environments (such as Docker containers based on supported OS versions).
Download the TuxCare OpenJDK ELS repository package:
wget https://repo.tuxcare.com/openjdk-els/els-openjdk-release-install.x86_64.rpm
Install the repository package:
yum install ./els-openjdk-release-install.x86_64.rpm --license-key XXX-XXXXXXXXXXXX
Verify the repository is enabled:
yum repolist | grep openjdk-els
You can now install OpenJDK versions supported by TuxCare’s Endless Lifecycle Support (ELS).
Install OpenJDK.
OpenJDK version:yum install java-1.8.0-openjdk
Verify the installation:
java -version