Zulu is a binary distribution of the open-source OpenJDK project for Linux, Windows, and MacOS operating systems.
Zulu distributions are fully tested and verified for compatibility builds of the latest versions of OpenJDK 7-16.
Zulu comes in two flavours: Zulu Community Edition, a completely free version, and Zulu Enterprise Edition that is backed by full commercial support.
Zulu is built, tested, supported, and delivered by Azul Systems.
Check out Zulu Overview for more information.
Alpine, Centos, Debian, and Ubuntu Docker official images of Zulu are available in the following repositories:
The Zulu azul/zulu-openjdk repository provides various Ubuntu Docker image tags. The most recent Zulu versions of OpenJDK 16, 15, 14, 13, 11, 8, and 7 are listed below:
Earlier created Ubuntu Docker image tags of Zulu for previous update releases of OpenJDK 6-15 are as follows:
-
11.0.1, 11.0.2, 11.0.3, 11.0.4, 11.0.5, 11.0.6, 11.0.7, 11.0.8, 11.0.9
-
8u05, 8u11, 8u20, 8u25, 8u31, 8u40, 8u45, 8u51, 8u60, 8u65, 8u66, 8u72, 8u92, 8u102, 8u112, 8u121, 8u131, 8u144, 8u152, 8u162, 8u172, 8u181, 8u192, 8u202, 8u212, 8u222, 8u232, 8u242, 8u252, 8u262, 8u272, 8u275
-
7u55, 7u60, 7u65, 7u72, 7u76, 7u79, 7u80, 7u85, 7u91, 7u95, 7u101, 7u111, 7u121, 7u131, 7u141, 7u154, 7u161, 7u171, 7u181, 7u191, 7u201, 7u211, 7u222, 7u232, 7u242, 7u252, 7u262, 7u272, 7u275, 7u282
-
6u49, 6u53, 6u56, 6u59, 6u63, 6u69, 6u73, 6u77, 6u79, 6u83, 6u87, 6u89, 6u93, 6u97, 6u99, 6u103, 6u107, 6u113, 6u119
This Zulu 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 commands below as an example.
For a Zulu OpenJDK 11 container, enter:
docker run -it --rm azul/zulu-openjdk:11 java -version