zulu-openjdk/zulu-openjdk: 该项目存放了Azul Zulu 构建的 OpenJDK 的 Docker 镜像的 Dockerfile。 · Issue #633 · awesome-ops/awesome-ops.github.io · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
For Distroless image with Azul Zulu 17, run:
as the entrypoint used [ "/usr/lib/jvm/zulu17/bin/java" ]
For Alpine image with Azul Zulu 17, run:
For Debian image with Azul Zulu 17, run:
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 theREADME.md
file in the same directory.README.md
: generated file. DO NOT EDIT. It will be overwritten by the build system.Dockerfile
.The text was updated successfully, but these errors were encountered: