bellsoft/liberica-openjre-rocky
Liberica is a 100% open-source Java implementation by BellSoft
539
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 Rocky Linux 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-rocky:11.0.25-11-cds-x86_64 is an image with Liberica JRE version 11.0.25-11 with CDS for Rocky running on AMD64.
latest
,
latest-cds
,
23.0.1-13
,
23.0.1-13-cds
,
23.0.1
,
23.0.1-cds
,
23
,
23-cds
,21.0.5-11
,
21.0.5-11-cds
,
21.0.5
,
21.0.5-cds
,
21
,
21-cds
,17.0.13-12
,
17.0.13-12-cds
,
17.0.13
,
17.0.13-cds
,
17
,
17-cds
11.0.25-11
,
11.0.25-11-cds
,
11.0.25
,
11.0.25-cds
,
11
,
11-cds
8u432-7
,
8u432-7-cds
,
8u432
,
8u432-cds
,
8u
8u-cds
8
8-cds
For example, you can run a Liberica OpenJRE 8u432 container with the following command:
docker run -it --rm bellsoft/liberica-openjre-rocky:8u432 java -version
To run some application you can create Dockerfile, based on bellsoft/liberica-openjre-rocky image or mount volume with your code/applicaiton, for example:
docker run -it --rm -v /home/user/project/:/data bellsoft/liberica-openjre-rocky:8u432 java -jar /data/MyApp.jar
docker pull bellsoft/liberica-openjre-rocky