/zulu-openjdk

Dockerfiles for Zulu OpenJDK

Primary LanguageDockerfile

What is Azul Zulu?

Azul Zulu builds of OpenJDK are fully tested and TCK compliant builds of OpenJDK for Linux, Windows, and macOS operating systems.

Azul Zulu comes in two flavours: Azul Zulu Community Edition, a completely free version, and commercially supported Azul Zulu builds of OpenJDK.

Check out Azul Zulu Overview for more information.

Alpine, Centos, Debian, and Ubuntu Docker official images of Azul Zulu are available in the following repositories:

Tags and Dockerfile links

Most Recent

Previous

Earlier created Ubuntu Docker image tags of Azul Zulu for previous update releases of OpenJDK 6-16 are as follows:

Usage

This repository supports numerous versions of OpenJDK-based Java SE JDKs. Versions 7-16 of Zulu are compliant with Java SE 7-16 respectively.

To run a container of your choice, use the commands below as an example.

For Azul Zulu 11, run:

docker run -it --rm azul/zulu-openjdk:11 java -version