diff --git a/azul-zulu/README-short.txt b/azul-zulu/README-short.txt new file mode 100644 index 000000000000..41eed29ad896 --- /dev/null +++ b/azul-zulu/README-short.txt @@ -0,0 +1 @@ +Azul Zulu is a fully tested, compatibility verified, and trusted binary distribution of OpenJDK. diff --git a/azul-zulu/content.md b/azul-zulu/content.md new file mode 100644 index 000000000000..eb8436cf9604 --- /dev/null +++ b/azul-zulu/content.md @@ -0,0 +1,40 @@ +# What are Azul Zulu Builds of OpenJDK? + +Azul Zulu Builds of OpenJDK are fully tested, and TCK compliant builds of OpenJDK for Linux, Windows, and macOS operating systems. + +%%LOGO%% + +Azul Zulu Builds of OpenJDK are available for free unlimited use and are commercially supported by [Azul](https://www.azul.com/) as a part of the Azul Platform Core bundle. +Check out [Azul Platform Core](https://www.azul.com/products/core/) for more information. The technical documentation can be found on [docs.azul.com/core](https://docs.azul.com/core/). + +Docker images of Azul Zulu are available with different base systems: Ubuntu, Debian, CentOS, Alpine, and Distroless. + +## Usage + +To run a container of your choice, use the commands below as an example. + +* Azul Zulu 17 based on Ubuntu: +``` +docker run -it --rm azul-zulu:17-ubuntu java -version +``` +* Azul Zulu 17 based on Debian: +``` +docker run -it --rm azul-zulu:17-debian java -version +``` +* Azul Zulu 17 based on CentOS: +``` +docker run -it --rm azul-zulu:17-centos java -version +``` +* Azul Zulu 17 based on Alpine: +``` +docker run -it --rm azul-zulu:17-alpine java -version +``` +* Azul Zulu 17 based on Distroless: +``` +docker run -it --rm azul-zulu:17-distroless java --version +``` + +As the entrypoint, use: +``` +/usr/lib/jvm/zulu17/bin/java +``` diff --git a/azul-zulu/github-repo b/azul-zulu/github-repo new file mode 100644 index 000000000000..ce0c403d0113 --- /dev/null +++ b/azul-zulu/github-repo @@ -0,0 +1 @@ +https://github.com/zulu-openjdk/zulu-openjdk diff --git a/azul-zulu/issues.md b/azul-zulu/issues.md new file mode 100644 index 000000000000..233ab02712b1 --- /dev/null +++ b/azul-zulu/issues.md @@ -0,0 +1 @@ +https://github.com/zulu-openjdk/zulu-openjdk/issues diff --git a/azul-zulu/license.md b/azul-zulu/license.md new file mode 100644 index 000000000000..66158e6e7ea7 --- /dev/null +++ b/azul-zulu/license.md @@ -0,0 +1 @@ +View [license information](https://github.com/zulu-openjdk/zulu-openjdk/blob/master/LICENSE.txt) for the software contained in this image. diff --git a/azul-zulu/logo.png b/azul-zulu/logo.png new file mode 100644 index 000000000000..c2d73d70ed45 Binary files /dev/null and b/azul-zulu/logo.png differ diff --git a/azul-zulu/maintainer.md b/azul-zulu/maintainer.md new file mode 100644 index 000000000000..0f056dc134ca --- /dev/null +++ b/azul-zulu/maintainer.md @@ -0,0 +1 @@ +[Azul](%%GITHUB-REPO%%)