Sign inSign up

vgrusdev/liberica-openjdk-alpine

By vgrusdev

•Updated almost 6 years ago

Liberica is an open-source Java implementation by BellSoft

Image
0

114

vgrusdev/liberica-openjdk-alpine repository overview

Liberica is built, tested, supported and made available by BellSoft.

This repository contains Debian Docker images of Liberica OpenJDK and available for following architectures:

  • ppc64le

Dockerfile at https://github.com/vgrusdev/liberica-openjdk-alpine⁠

⁠Usage

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

Tag summary

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