This commit is contained in:
Tom Karbowski 2020-01-19 16:58:42 -06:00 коммит произвёл GitHub
Родитель 6744011b5a
Коммит 8461d34b23
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 20 добавлений и 32 удалений

Просмотреть файл

@ -3,11 +3,11 @@ These Zulu OpenJDK Dockerfiles are to be used solely with Java applications
or Java application components that are being developed for deployment on Microsoft
Azure or Azure Stack, and are not intended to be used for any other purpose.
## Further Information On Docker Hub
+ [Azul Zulu JDK](https://hub.docker.com/_/microsoft-java-jdk)
+ [Azul Zulu JRE](https://hub.docker.com/_/microsoft-java-jre)
+ [Azul Zulu Headless JRE](https://hub.docker.com/_/microsoft-java-jre-headless)
+ [Azul Zulu JDK And Maven](https://hub.docker.com/_/microsoft-java-maven)
## Further Information
+ See [Azul Zulu JDK](https://hub.docker.com/_/microsoft-java-jdk) on Docker Hub for more information.
+ See [Azul Zulu JRE](https://hub.docker.com/_/microsoft-java-jre) on Docker Hub for more information
+ See [Azul Zulu Headless JRE](https://hub.docker.com/_/microsoft-java-jre-headless) on Docker Hub for more information.
+ See [Azul Zulu JDK And Maven](https://hub.docker.com/_/microsoft-java-maven) on Docker Hub for more information.
## Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a

Просмотреть файл

@ -1,18 +1,14 @@
## About
These Zulu OpenJDK Docker images and corresponding Dockerfiles are
to be used solely with Java applications or Java application components
that are being developed for deployment on Microsoft Azure or Azure Stack,
and are not intended to be used for any other purpose.
Each image contains the base operating system, taken at a point in time,
and an installed version of the Azul Zulu JDK (Java Development Kit).
These Zulu OpenJDK Dockerfiles are to be used solely with Java applications
or Java application components that are being developed for deployment on Microsoft
Azure or Azure Stack, and are not intended to be used for any other purpose.
## How To Use
docker pull mcr.microsoft.com/java/jdk:tag<br>
docker run --rm -it mcr.microsoft.com/java/jdk:tag
## Further Information On Docker Hub
* [Azul Zulu JDK](https://hub.docker.com/_/microsoft-java-jdk)
## Further Information
See [Azul Zulu JDK](https://hub.docker.com/_/microsoft-java-jdk) on Docker Hub for more information.
## Featured Repos
* `https://repos.azul.com/azure-only/zulu/yum`

Просмотреть файл

@ -1,18 +1,14 @@
## About
These Zulu OpenJDK Docker images and corresponding Dockerfiles are
to be used solely with Java applications or Java application components
that are being developed for deployment on Microsoft Azure or Azure Stack,
and are not intended to be used for any other purpose.
Each image contains the base operating system, taken at a point in time,
and an installed version of the Azul Zulu Headless JRE (Java Runtime Environment).
These Zulu OpenJDK Dockerfiles are to be used solely with Java applications
or Java application components that are being developed for deployment on Microsoft
Azure or Azure Stack, and are not intended to be used for any other purpose.
## How To Use
docker pull mcr.microsoft.com/java/jre-headless:tag<br>
docker run --rm -it mcr.microsoft.com/java/jre-headless:tag
## Further Information On Docker Hub
* [Azul Zulu Headless JRE](https://hub.docker.com/_/microsoft-java-jre-headless)
## Further Information
See [Azul Zulu Headless JRE](https://hub.docker.com/_/microsoft-java-jre-headless) on Docker Hub for more information.
## Featured Repos
* `https://repos.azul.com/azure-only/zulu/yum`

Просмотреть файл

@ -1,18 +1,14 @@
## About
These Zulu OpenJDK Docker images and corresponding Dockerfiles are
to be used solely with Java applications or Java application components
that are being developed for deployment on Microsoft Azure or Azure Stack,
and are not intended to be used for any other purpose.
Each image contains the base operating system, taken at a point in time,
and an installed version of the Azul Zulu Full JRE (Java Runtime Environment).
These Zulu OpenJDK Dockerfiles are to be used solely with Java applications
or Java application components that are being developed for deployment on Microsoft
Azure or Azure Stack, and are not intended to be used for any other purpose.
## How To Use
docker pull mcr.microsoft.com/java/jre:tag<br>
docker run --rm -it mcr.microsoft.com/java/jre:tag
## Further Information On Docker Hub
* [Azul Zulu JRE](https://hub.docker.com/_/microsoft-java-jre)
## Further Information
See [Azul Zulu JRE](https://hub.docker.com/_/microsoft-java-jre) on Docker Hub for more information.
## Featured Repos
* `https://repos.azul.com/azure-only/zulu/yum`