8000 zulu-openjdk/zulu-openjdk: 该项目存放了Azul Zulu 构建的 OpenJDK 的 Docker 镜像的 Dockerfile。 · Issue #633 · awesome-ops/awesome-ops.github.io · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zulu-openjdk/zulu-openjdk: 该项目存放了Azul Zulu 构建的 OpenJDK 的 Docker 镜像的 Dockerfile。 #633

New issue
8000

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
eryajf opened this issue May 22, 2025 · 0 comments

Comments

@eryajf
Copy link
Collaborator
eryajf commented May 22, 2025



Repos zulu-openjdk/zulu-openjdk
Views views
Stars stars
Forks forks
License license
UpdatedAt last-commit
CreatedAt create-at

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 Ubuntu image with Azul Zulu 17, run:

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

For Distroless image with Azul Zulu 17, run:

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

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

For Alpine image with Azul Zulu 17, run:

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

For Debian image with Azul Zulu 17, run:

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

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant
0