Liberica is an open-source Java implementation by BellSoft
114
Liberica is built, tested, supported and made available by BellSoft.
This repository contains Debian Docker images of Liberica OpenJDK and available for following architectures:
Dockerfile at https://github.com/vgrusdev/liberica-openjdk-alpine
For example, you can run a Liberica OpenJDK 11 container with the following command:
docker run -it --rm vgrusdev/liberica-openjdk-alpine:ppc64le-11.0.9.1-1 java -version
To run some application you can create Dockerfile, based on bellsoft/liberica-openjdk-alpine image or mount volume with your code/applicaiton, for example:
docker run -it --rm -v /home/user/project/:/data vgrusdev/liberica-openjdk-alpine:ppc64le-11.0.9.1-1 java -jar /data/MyApp.jar
Content type
Image
Digest
Size
175.2 MB
Last updated
almost 6 years ago
docker pull vgrusdev/liberica-openjdk-alpine:ppc64le-11.0.9.1-1