Skip to content

zulu-openjdk/zulu-openjdk

Repository files navigation

Docker images of Azul Zulu Builds of OpenJDK

This project contains the sources used to generate the Docker Hub images and info pages available on:

Usage

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

For Azul Zulu 17, run:

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

For Distroless image, run:

docker run -it azul/zulu-openjdk-distroless:17-distroless-latest --version

as the entrypoint used [ "/usr/lib/jvm/zulu17/bin/java" ]

Project structure

For each base operating system, a directory is created with the following content:

  • README.j2: template file used by the build system to generate the README.md file in the same directory.
  • README.md: generated file. DO NOT EDIT. It will be overwritten by the build system.
  • A directory per version containing a Dockerfile.