bellsoft/liberica-openjdk-windowsservercore
Liberica is a 100% open-source Java implementation by BellSoft
510
Liberica is a 100% open-source Java implementation. It is built from OpenJDK which BellSoft contributes to, is thoroughly tested and passed the JCK provided under the license from OpenJDK. Liberica supports the following architectures: x86_64, ARMv8, ARMv7 Liberica binaries for the Raspberry Pi also contain JavaFX with hardware-accelerated EGL support and Device IO API as additional modules.
Liberica is built, tested, supported and made available by BellSoft.
https://bell-sw.com/java.html
This repository contain Windows Server Core images of Liberica OpenJDK and available for following architectures:
The Liberica repository bellsoft/liberica-openjdk-windowsservercore provides multiple tagged images. The latest Liberica versions are:
For example, you can run a Liberica OpenJDK 11 container with the following command:
docker run -it --rm bellsoft/liberica-openjdk-windowsservercore:11 java -version
To run some application you can create Dockerfile, based on bellsoft/liberica-openjdk-windowsservercore image or mount volume with your code/applicaiton, for example:
docker run -it --rm -v ${PWD}:C:\data bellsoft/liberica-openjdk-windowsservercore:latest java -jar C:/data/MyApp.jar
docker pull bellsoft/liberica-openjdk-windowsservercore