Introducing our new CEO Don Johnson - Read More

bellsoft/liberica-openjre-debian

Verified Publisher

By BellSoft

Updated 22 days ago

Liberica is a 100% open-source Java implementation by BellSoft

Image
Languages & Frameworks
Integration & Delivery
Operating Systems
4

1M+

bellsoft/liberica-openjre-debian

What is Liberica JDK?

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

  • Flexible. Liberica JDK supports the widest range of present-day architectures and operating systems, which makes it a unified Java runtime for desktop, server, cloud, and embedded use cases.
  • Cost- and time-efficient. BellSoft produces the smallest containers in the world based on Liberica Lite and Alpine Linux, which enable companies to minimize deployment time and reduce cloud expenses.
  • Secure. Liberica JDK is TCK-verified for Java SE specifications and thoroughly tested for exposures before every release. The CPU release cycle helps to deliver timely security patches and bug fixes to keep the runtime secure and performant at all times.

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.

How to choose an optimal Java image?

We compiled an interactive scheme that will help you decide which BellSoft’s image is perfect for your project. How to choose an optimal java image

What’s in this image?

This repository contains the Liberica JRE images for Debian available for following architectures:

  • x86_64 (aka amd64)
  • aarch64 (aka ARM64)
  • armhf (for devices like Raspberry Pi 2/3)

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-debian:19.0.1-x86_64 is an image with Liberica JRE version 19.0.1 for Debian running on x86_64.

Tags

Usage

For example, you can run a Liberica OpenJRE 8u272 container with the following command:

docker run -it --rm bellsoft/liberica-openjre-debian:8u272 java -version

To run some application you can create Dockerfile, based on bellsoft/liberica-openjre-debian image or mount volume with your code/application, for example:

docker run -it --rm -v /home/user/project/:/data bellsoft/liberica-openjre-debian:8u272 java -jar /data/MyApp.jar

Docker Pull Command

docker pull bellsoft/liberica-openjre-debian