bellsoft/liberica-openjre-centos
Liberica is a 100% open-source Java implementation by BellSoft
1M+
As CentOS Stream 8 reached end-of-live on May 31, 2024, Liberica JDK images for CentOS are considered deprecated and will no longer receive updates
Liberica JDK is free and 100% open-source Progressive Java Runtime for modern Java deployments. It is developed and supported by BellSoft, a major OpenJDK contributor. Application development with Liberica JDK is
Liberica JDK is recommended and used by Spring as the end-to-end solution for Spring Native applications. BellSoft serves millions of developers and companies from various industries across the globe. For more information, visit www.bell-sw.com.
We compiled an interactive scheme that will help you decide which BellSoft’s image is perfect for your project.
This repository contains the Liberica JRE images for CenOS available for following architectures:
The tags point at the Java version (right after the OS name) and supported architecture. Image name structure: X-Y, where X is the Java version and Y is the architecture type. If the architecture type is not included into the name, then the build supports AMD64 and ARM64 by default. The ‘latest’ tag points to the latest version of an image. Images with '-cds' in tag contain CDS (Class Data Sharing) archive. For instance, bellsoft/liberica-openjre-centos:19.0.1-11-aarch64 is an image with Liberica JRE version 19.0.1-11 for CentOS running on AArch64.
latest
,
latest-cds
,
22.0.1-10
,
22.0.1-10-cds
,
22.0.1
,
22.0.1-cds
,
22-37
,
22
,
22-cds
,21.0.3-10
,
21.0.3-10-cds
,
21.0.3
,
21.0.3-cds
,
21.0.1-12
,
21.0.1-12-cds
,
21.0.1
,
21.0.1-cds
,
21-37
,
21
,
21-cds
,20
19
18
17.0.11-10
,
17.0.11-10-cds
,
17.0.11
,
17.0.11-cds
,
17.0.9-11
,
17.0.9-11-cds
,
17.0.9
,
17.0.9-cds
,
17
,
17-cds
16
,15
11.0.23-10
,
11.0.23-10-cds
,
11.0.23
,
11.0.23-cds
,
11.0.21-10
,
11.0.21-10-cds
,
11.0.21
,
11.0.21-cds
,
11
,
11-cds
10
9
8u412-9
,
8u412-9-cds
,
8u412
,
8u412-cds
,
8u392-9
,
8u392-9-cds
,
8u392
,
8u392-cds
,
8u
8u-cds
8
8-cds
- amd64 and aarch64 onlyFor example, you can run a Liberica OpenJRE 8u272 container with the following command:
docker run -it --rm bellsoft/liberica-openjre-centos:8u272 java -version
To run some application you can create Dockerfile, based on bellsoft/liberica-openjre-centos image or mount volume with your code/applicaiton, for example:
docker run -it --rm -v /home/user/project/:/data bellsoft/liberica-openjre-centos:8u272 java -jar /data/MyApp.jar
docker pull bellsoft/liberica-openjre-centos