Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
527d628
Adding documentation for official Zulu Docker images
Mar 30, 2023
c48af46
Adding logo and content improvements
Mar 30, 2023
d623de9
Improved list of available base systems
Mar 30, 2023
7f24f87
Added issues link
Mar 30, 2023
4a7af6c
Extended example usage
Mar 30, 2023
f4c4277
Merge branch 'docker-library:master' into feature/add_zulu
FDelporte Apr 20, 2023
d7d92f7
Checking fix for check-markdownfmt.sh
May 8, 2023
26fe656
Merge remote-tracking branch 'origin/feature/add_zulu' into feature/a…
May 8, 2023
591a116
Renamed directory + new names for the docker images
Jan 26, 2024
3d9d9b7
Correct images, based on https://github.com/docker-library/official-i…
Feb 22, 2024
68be953
Correct images, based on https://github.com/docker-library/official-i…
Feb 22, 2024
9d008a4
Aligning documentation with https://github.com/docker-library/officia…
FDelporte Dec 8, 2025
7027147
Merge branch 'docker-library:master' into feature/add_zulu
FDelporte Dec 8, 2025
bb4e707
Aligning documentation with https://github.com/docker-library/officia…
FDelporte Dec 8, 2025
fad2fe5
Aligning documentation with https://github.com/docker-library/officia…
FDelporte Dec 8, 2025
56c1e4b
Aligning documentation with https://github.com/docker-library/officia…
FDelporte Dec 8, 2025
2e5a7b7
Aligning documentation with https://github.com/docker-library/officia…
FDelporte Dec 8, 2025
f3c2299
Merge branch 'docker-library:master' into feature/add_zulu
FDelporte Mar 3, 2026
a7e7bd1
Handle merge request remarks
FDelporte Mar 3, 2026
63106cd
Correct markdown formatting
FDelporte Mar 3, 2026
805a225
Update azul-zulu/content.md
FDelporte Mar 13, 2026
57c31e1
Update azul-zulu/content.md
FDelporte Mar 13, 2026
9ee42fb
Remove issues file to use default link
FDelporte Mar 13, 2026
d280c83
Merge branch 'docker-library:master' into feature/add_zulu
FDelporte Mar 13, 2026
23688b0
Rewrite to remove the hard-coded lists
FDelporte Mar 13, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions zulu/README-short.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Azul Zulu is a fully tested, compatibility verified, and trusted binary distribution of OpenJDK.
40 changes: 40 additions & 0 deletions zulu/content.md
Original file line number Diff line number Diff line change
@@ -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-openjdk:17 java -version
Comment thread
FDelporte marked this conversation as resolved.
Outdated
```
* Azul Zulu 17 based on Debian:
```
docker run -it --rm azul/zulu-openjdk-debian:17 java -version
```
* Azul Zulu 17 based on CentOS:
```
docker run -it --rm azul/zulu-openjdk-centos:17 java -version
```
* Azul Zulu 17 based on Alpine:
```
docker run -it --rm azul/zulu-openjdk-alpine:17 java -version
```
* Azul Zulu 17 based on Distroless:
```
docker run -it --rm azul/zulu-openjdk-distroless:17 --version
```

As the entrypoint, use:
```
/usr/lib/jvm/zulu17/bin/java
```
1 change: 1 addition & 0 deletions zulu/github-repo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/zulu-openjdk/zulu-openjdk
1 change: 1 addition & 0 deletions zulu/issues.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/zulu-openjdk/zulu-openjdk/issues
1 change: 1 addition & 0 deletions zulu/license.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
View [license information](https://github.com/zulu-openjdk/zulu-openjdk/blob/master/LICENSE.txt) for the software contained in this image.
Binary file added zulu/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions zulu/maintainer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[Azul](%%GITHUB-REPO%%)