This commit is contained in:
Tom Karbowski 2020-01-19 09:50:28 -06:00 коммит произвёл GitHub
Родитель c750d1e325
Коммит 253bd7b4f8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
5 изменённых файлов: 54 добавлений и 209 удалений

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

@ -3,7 +3,7 @@ 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
# 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)

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

@ -11,8 +11,8 @@ and an installed version of the Azul Zulu JDK (Java Development Kit).
docker pull mcr.microsoft.com/java/jdk:tag<br>
docker run --rm -it mcr.microsoft.com/java/jdk:tag`
## Further Information
* [Java SE JDK](https://hub.docker.com/_/microsoft-java-jdk)
## Further Information On Docker Hub
* [Azul Zulu JDK](https://hub.docker.com/_/microsoft-java-jdk)
## Featured Repos
* `https://repos.azul.com/azure-only/zulu/yum`

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

@ -1,95 +1,20 @@
## Tags
+ `docker pull mcr.microsoft.com/java/jre-headless`
Java 11 Update 2:
+ `11u2-zulu-alpine` - [Dockerfile][zulu-11u2-jre-hl-alpine]
+ `11u2-zulu-centos` - [Dockerfile][zulu-11u2-jre-hl-centos]
+ `11u2-zulu-debian8` - [Dockerfile][zulu-11u2-jre-hl-debian8]
+ `11u2-zulu-debian9` - [Dockerfile][zulu-11u2-jre-hl-debian9]
+ `11u2-zulu-ubuntu` - [Dockerfile][zulu-11u2-jre-hl-ubuntu]
+ `11u2-zulu-windowsservercore` - [Dockerfile][zulu-11u2-jre-hl-windowsservercore]
Java 8 Update 192:
+ `8u192-zulu-alpine` - [Dockerfile][zulu-8u192-jre-hl-alpine]
+ `8u192-zulu-centos` - [Dockerfile][zulu-8u192-jre-hl-centos]
+ `8u192-zulu-debian8` - [Dockerfile][zulu-8u192-jre-hl-debian8]
+ `8u192-zulu-debian9` - [Dockerfile][zulu-8u192-jre-hl-debian9]
+ `8u192-zulu-ubuntu` - [Dockerfile][zulu-8u192-jre-hl-ubuntu]
+ `8u192-zulu-windowsservercore` - [Dockerfile][zulu-8u192-jre-hl-windowsservercore]
Java 8 Update 181:
+ `8u181-zulu-alpine` - [Dockerfile][zulu-8u181-jre-hl-alpine]
+ `8u181-zulu-centos` - [Dockerfile][zulu-8u181-jre-hl-centos]
+ `8u181-zulu-debian8` - [Dockerfile][zulu-8u181-jre-hl-debian8]
+ `8u181-zulu-debian9` - [Dockerfile][zulu-8u181-jre-hl-debian9]
+ `8u181-zulu-ubuntu` - [Dockerfile][zulu-8u181-jre-hl-ubuntu]
+ `8u181-zulu-windowsservercore` - [Dockerfile][zulu-8u181-jre-hl-windowsservercore]
Java 7 Update 201:
+ `7u201-zulu-alpine` - [Dockerfile][zulu-7u201-jre-hl-alpine]
+ `7u201-zulu-centos` - [Dockerfile][zulu-7u201-jre-hl-centos]
+ `7u201-zulu-debian8` - [Dockerfile][zulu-7u201-jre-hl-debian8]
+ `7u201-zulu-debian9` - [Dockerfile][zulu-7u201-jre-hl-debian9]
+ `7u201-zulu-ubuntu` - [Dockerfile][zulu-7u201-jre-hl-ubuntu]
+ `7u201-zulu-windowsservercore` - [Dockerfile][zulu-7u201-jre-hl-windowsservercore]
Java 7 Update 191:
+ `7u191-zulu-alpine` - [Dockerfile][zulu-7u191-jre-hl-alpine]
+ `7u191-zulu-centos` - [Dockerfile][zulu-7u191-jre-hl-centos]
+ `7u191-zulu-debian8` - [Dockerfile][zulu-7u191-jre-hl-debian8]
+ `7u191-zulu-debian9` - [Dockerfile][zulu-7u191-jre-hl-debian9]
+ `7u191-zulu-ubuntu` - [Dockerfile][zulu-7u191-jre-hl-ubuntu]
+ `7u191-zulu-windowsservercore` - [Dockerfile][zulu-7u191-jre-hl-windowsservercore]
[zulu-11u2-jre-hl-alpine]:https://github.com/Microsoft/java/tree/master/docker/alpine/Dockerfile.zulu-11u2-jre-headless
[zulu-11u2-jre-hl-centos]:https://github.com/Microsoft/java/tree/master/docker/centos/Dockerfile.zulu-11u2-jre-headless
[zulu-11u2-jre-hl-debian8]:https://github.com/Microsoft/java/tree/master/docker/debian8/Dockerfile.zulu-11u2-jre-headless
[zulu-11u2-jre-hl-debian9]:https://github.com/Microsoft/java/tree/master/docker/debian9/Dockerfile.zulu-11u2-jre-headless
[zulu-11u2-jre-hl-ubuntu]:https://github.com/Microsoft/java/tree/master/docker/ubuntu/Dockerfile.zulu-11u2-jre-headless
[zulu-11u2-jre-hl-windowsservercore]:https://github.com/Microsoft/java/tree/master/docker/windowsservercore/Dockerfile.zulu-11u2-jre-headless
[zulu-8u192-jre-hl-alpine]:https://github.com/Microsoft/java/tree/master/docker/alpine/Dockerfile.zulu-8u192-jre-headless
[zulu-8u192-jre-hl-centos]:https://github.com/Microsoft/java/tree/master/docker/centos/Dockerfile.zulu-8u192-jre-headless
[zulu-8u192-jre-hl-debian8]:https://github.com/Microsoft/java/tree/master/docker/debian8/Dockerfile.zulu-8u192-jre-headless
[zulu-8u192-jre-hl-debian9]:https://github.com/Microsoft/java/tree/master/docker/debian9/Dockerfile.zulu-8u192-jre-headless
[zulu-8u192-jre-hl-ubuntu]:https://github.com/Microsoft/java/tree/master/docker/ubuntu/Dockerfile.zulu-8u192-jre-headless
[zulu-8u192-jre-hl-windowsservercore]:https://github.com/Microsoft/java/tree/master/docker/windowsservercore/Dockerfile.zulu-8u192-jre-headless
[zulu-8u181-jre-hl-alpine]:https://github.com/Microsoft/java/tree/master/docker/alpine/Dockerfile.zulu-8u181-jre-headless
[zulu-8u181-jre-hl-centos]:https://github.com/Microsoft/java/tree/master/docker/centos/Dockerfile.zulu-8u181-jre-headless
[zulu-8u181-jre-hl-debian8]:https://github.com/Microsoft/java/tree/master/docker/debian8/Dockerfile.zulu-8u181-jre-headless
[zulu-8u181-jre-hl-debian9]:https://github.com/Microsoft/java/tree/master/docker/debian9/Dockerfile.zulu-8u181-jre-headless
[zulu-8u181-jre-hl-ubuntu]:https://github.com/Microsoft/java/tree/master/docker/ubuntu/Dockerfile.zulu-8u181-jre-headless
[zulu-8u181-jre-hl-windowsservercore]:https://github.com/Microsoft/java/tree/master/docker/windowsservercore/Dockerfile.zulu-8u181-jre-headless
[zulu-7u201-jre-hl-alpine]:https://github.com/Microsoft/java/tree/master/docker/alpine/Dockerfile.zulu-7u201-jre-headless
[zulu-7u201-jre-hl-centos]:https://github.com/Microsoft/java/tree/master/docker/centos/Dockerfile.zulu-7u201-jre-headless
[zulu-7u201-jre-hl-debian8]:https://github.com/Microsoft/java/tree/master/docker/debian8/Dockerfile.zulu-7u201-jre-headless
[zulu-7u201-jre-hl-debian9]:https://github.com/Microsoft/java/tree/master/docker/debian9/Dockerfile.zulu-7u201-jre-headless
[zulu-7u201-jre-hl-ubuntu]:https://github.com/Microsoft/java/tree/master/docker/ubuntu/Dockerfile.zulu-7u201-jre-headless
[zulu-7u201-jre-hl-windowsservercore]:https://github.com/Microsoft/java/tree/master/docker/windowsservercore/Dockerfile.zulu-7u201-jre-headless
[zulu-7u191-jre-hl-alpine]:https://github.com/Microsoft/java/tree/master/docker/alpine/Dockerfile.zulu-7u191-jre-headless
[zulu-7u191-jre-hl-centos]:https://github.com/Microsoft/java/tree/master/docker/centos/Dockerfile.zulu-7u191-jre-headless
[zulu-7u191-jre-hl-debian8]:https://github.com/Microsoft/java/tree/master/docker/debian8/Dockerfile.zulu-7u191-jre-headless
[zulu-7u191-jre-hl-debian9]:https://github.com/Microsoft/java/tree/master/docker/debian9/Dockerfile.zulu-7u191-jre-headless
[zulu-7u191-jre-hl-ubuntu]:https://github.com/Microsoft/java/tree/master/docker/ubuntu/Dockerfile.zulu-7u191-jre-headless
[zulu-7u191-jre-hl-windowsservercore]:https://github.com/Microsoft/java/tree/master/docker/windowsservercore/Dockerfile.zulu-7u191-jre-headless
## 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.
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).
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).
## How To Use
+ `docker pull mcr.microsoft.com/java/jre-headless:tag`
+ `docker run --rm -it mcr.microsoft.com/java/jre-headless:tag`
docker pull mcr.microsoft.com/java/jre-headless:tag<br>
docker run --rm -it mcr.microsoft.com/java/jre-headless:tag
## Featured Repositories
## Further Information On Docker Hub
* [Azul Zulu Headless JRE](https://hub.docker.com/_/microsoft-java-jre-headless)
## Featured Repos
* `https://repos.azul.com/azure-only/zulu/yum`
* `https://repos.azul.com/azure-only/zulu/apt`
@ -97,14 +22,14 @@ Java 7 Update 191:
* [Azul Zulu JVM for Azure FAQ](https://assets.azul.com/files/Zulu-for-Azure-FAQ.pdf)
* [Azul Zulu JVM for Azure](https://www.azul.com/downloads/azure-only/zulu/)
## License
[Zulu for Microsoft Azure Terms of Use](https://www.azul.com/downloads/azure-only/zulu/terms-of-use)
## Support
[Microsoft Azure Support](https://support.microsoft.com/en-us/help/4026305/sql-contact-microsoft-azure-support)
For support or general questions [Microsoft Azure Support](https://support.microsoft.com/en-us/help/4026305/sql-contact-microsoft-azure-support)
## Issues
Report Docker image or Dockerfile issues [here](https://github.com/Microsoft/java/issues)
Please direct all feedback to [Microsoft/Java](https://github.com/Microsoft/java/issues)
## License
This image is for use with [Zulu for Microsoft Azure Terms of Use](https://www.azul.com/downloads/azure-only/zulu/terms-of-use)
## Further Reading
* [Java on Azure](https://azure.microsoft.com/en-us/develop/java/)

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

@ -1,95 +1,20 @@
## Tags
+ `docker pull mcr.microsoft.com/java/jre`
Java 11 Update 2:
+ `11u2-zulu-alpine` - [Dockerfile][zulu-11u2-jre-alpine]
+ `11u2-zulu-centos` - [Dockerfile][zulu-11u2-jre-centos]
+ `11u2-zulu-debian8` - [Dockerfile][zulu-11u2-jre-debian8]
+ `11u2-zulu-debian9` - [Dockerfile][zulu-11u2-jre-debian9]
+ `11u2-zulu-ubuntu` - [Dockerfile][zulu-11u2-jre-ubuntu]
+ `11u2-zulu-windowsservercore` - [Dockerfile][zulu-11u2-jre-windowsservercore]
Java 8 Update 192:
+ `8u192-zulu-alpine` - [Dockerfile][zulu-8u192-jre-alpine]
+ `8u192-zulu-centos` - [Dockerfile][zulu-8u192-jre-centos]
+ `8u192-zulu-debian8` - [Dockerfile][zulu-8u192-jre-debian8]
+ `8u192-zulu-debian9` - [Dockerfile][zulu-8u192-jre-debian9]
+ `8u192-zulu-ubuntu` - [Dockerfile][zulu-8u192-jre-ubuntu]
+ `8u192-zulu-windowsservercore` - [Dockerfile][zulu-8u192-jre-windowsservercore]
Java 8 Update 181:
+ `8u181-zulu-alpine` - [Dockerfile][zulu-8u181-jre-alpine]
+ `8u181-zulu-centos` - [Dockerfile][zulu-8u181-jre-centos]
+ `8u181-zulu-debian8` - [Dockerfile][zulu-8u181-jre-debian8]
+ `8u181-zulu-debian9` - [Dockerfile][zulu-8u181-jre-debian9]
+ `8u181-zulu-ubuntu` - [Dockerfile][zulu-8u181-jre-ubuntu]
+ `8u181-zulu-windowsservercore` - [Dockerfile][zulu-8u181-jre-windowsservercore]
Java 7 Update 201:
+ `7u201-zulu-alpine` - [Dockerfile][zulu-7u201-jre-alpine]
+ `7u201-zulu-centos` - [Dockerfile][zulu-7u201-jre-centos]
+ `7u201-zulu-debian8` - [Dockerfile][zulu-7u201-jre-debian8]
+ `7u201-zulu-debian9` - [Dockerfile][zulu-7u201-jre-debian9]
+ `7u201-zulu-ubuntu` - [Dockerfile][zulu-7u201-jre-ubuntu]
+ `7u201-zulu-windowsservercore` - [Dockerfile][zulu-7u201-jre-windowsservercore]
Java 7 Update 191:
+ `7u191-zulu-alpine` - [Dockerfile][zulu-7u191-jre-alpine]
+ `7u191-zulu-centos` - [Dockerfile][zulu-7u191-jre-centos]
+ `7u191-zulu-debian8` - [Dockerfile][zulu-7u191-jre-debian8]
+ `7u191-zulu-debian9` - [Dockerfile][zulu-7u191-jre-debian9]
+ `7u191-zulu-ubuntu` - [Dockerfile][zulu-7u191-jre-ubuntu]
+ `7u191-zulu-windowsservercore` - [Dockerfile][zulu-7u191-jre-windowsservercore]
[zulu-11u2-jre-alpine]:https://github.com/Microsoft/java/tree/master/docker/alpine/Dockerfile.zulu-11u2-jre
[zulu-11u2-jre-centos]:https://github.com/Microsoft/java/tree/master/docker/centos/Dockerfile.zulu-11u2-jre
[zulu-11u2-jre-debian8]:https://github.com/Microsoft/java/tree/master/docker/debian8/Dockerfile.zulu-11u2-jre
[zulu-11u2-jre-debian9]:https://github.com/Microsoft/java/tree/master/docker/debian9/Dockerfile.zulu-11u2-jre
[zulu-11u2-jre-ubuntu]:https://github.com/Microsoft/java/tree/master/docker/ubuntu/Dockerfile.zulu-11u2-jre
[zulu-11u2-jre-windowsservercore]:https://github.com/Microsoft/java/tree/master/docker/windowsservercore/Dockerfile.zulu-11u2-jre
[zulu-8u192-jre-alpine]:https://github.com/Microsoft/java/tree/master/docker/alpine/Dockerfile.zulu-8u192-jre
[zulu-8u192-jre-centos]:https://github.com/Microsoft/java/tree/master/docker/centos/Dockerfile.zulu-8u192-jre
[zulu-8u192-jre-debian8]:https://github.com/Microsoft/java/tree/master/docker/debian8/Dockerfile.zulu-8u192-jre
[zulu-8u192-jre-debian9]:https://github.com/Microsoft/java/tree/master/docker/debian9/Dockerfile.zulu-8u192-jre
[zulu-8u192-jre-ubuntu]:https://github.com/Microsoft/java/tree/master/docker/ubuntu/Dockerfile.zulu-8u192-jre
[zulu-8u192-jre-windowsservercore]:https://github.com/Microsoft/java/tree/master/docker/windowsservercore/Dockerfile.zulu-8u192-jre
[zulu-8u181-jre-alpine]:https://github.com/Microsoft/java/tree/master/docker/alpine/Dockerfile.zulu-8u181-jre
[zulu-8u181-jre-centos]:https://github.com/Microsoft/java/tree/master/docker/centos/Dockerfile.zulu-8u181-jre
[zulu-8u181-jre-debian8]:https://github.com/Microsoft/java/tree/master/docker/debian8/Dockerfile.zulu-8u181-jre
[zulu-8u181-jre-debian9]:https://github.com/Microsoft/java/tree/master/docker/debian9/Dockerfile.zulu-8u181-jre
[zulu-8u181-jre-ubuntu]:https://github.com/Microsoft/java/tree/master/docker/ubuntu/Dockerfile.zulu-8u181-jre
[zulu-8u181-jre-windowsservercore]:https://github.com/Microsoft/java/tree/master/docker/windowsservercore/Dockerfile.zulu-8u181-jre
[zulu-7u201-jre-alpine]:https://github.com/Microsoft/java/tree/master/docker/alpine/Dockerfile.zulu-7u201-jre
[zulu-7u201-jre-centos]:https://github.com/Microsoft/java/tree/master/docker/centos/Dockerfile.zulu-7u201-jre
[zulu-7u201-jre-debian8]:https://github.com/Microsoft/java/tree/master/docker/debian8/Dockerfile.zulu-7u201-jre
[zulu-7u201-jre-debian9]:https://github.com/Microsoft/java/tree/master/docker/debian9/Dockerfile.zulu-7u201-jre
[zulu-7u201-jre-ubuntu]:https://github.com/Microsoft/java/tree/master/docker/ubuntu/Dockerfile.zulu-7u201-jre
[zulu-7u201-jre-windowsservercore]:https://github.com/Microsoft/java/tree/master/docker/windowsservercore/Dockerfile.zulu-7u201-jre
[zulu-7u191-jre-alpine]:https://github.com/Microsoft/java/tree/master/docker/alpine/Dockerfile.zulu-7u191-jre
[zulu-7u191-jre-centos]:https://github.com/Microsoft/java/tree/master/docker/centos/Dockerfile.zulu-7u191-jre
[zulu-7u191-jre-debian8]:https://github.com/Microsoft/java/tree/master/docker/debian8/Dockerfile.zulu-7u191-jre
[zulu-7u191-jre-debian9]:https://github.com/Microsoft/java/tree/master/docker/debian9/Dockerfile.zulu-7u191-jre
[zulu-7u191-jre-ubuntu]:https://github.com/Microsoft/java/tree/master/docker/ubuntu/Dockerfile.zulu-7u191-jre
[zulu-7u191-jre-windowsservercore]:https://github.com/Microsoft/java/tree/master/docker/windowsservercore/Dockerfile.zulu-7u191-jre
## 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.
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).
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).
## How To Use
+ `docker pull mcr.microsoft.com/java/jre:tag`
+ `docker run --rm -it mcr.microsoft.com/java/jre:tag`
docker pull mcr.microsoft.com/java/jre:tag<br>
docker run --rm -it mcr.microsoft.com/java/jre:tag
## Featured Repositories
## Further Information On Docker Hub
* [Azul Zulu JRE](https://hub.docker.com/_/microsoft-java-jre)
## Featured Repos
* `https://repos.azul.com/azure-only/zulu/yum`
* `https://repos.azul.com/azure-only/zulu/apt`
@ -97,14 +22,14 @@ Java 7 Update 191:
* [Azul Zulu JVM for Azure FAQ](https://assets.azul.com/files/Zulu-for-Azure-FAQ.pdf)
* [Azul Zulu JVM for Azure](https://www.azul.com/downloads/azure-only/zulu/)
## License
[Zulu for Microsoft Azure Terms of Use](https://www.azul.com/downloads/azure-only/zulu/terms-of-use)
## Support
[Microsoft Azure Support](https://support.microsoft.com/en-us/help/4026305/sql-contact-microsoft-azure-support)
For support or general questions [Microsoft Azure Support](https://support.microsoft.com/en-us/help/4026305/sql-contact-microsoft-azure-support)
## Issues
Report Docker image or Dockerfile issues [here](https://github.com/Microsoft/java/issues)
Please direct all feedback to [Microsoft/Java](https://github.com/Microsoft/java/issues)
## License
This image is for use with [Zulu for Microsoft Azure Terms of Use](https://www.azul.com/downloads/azure-only/zulu/terms-of-use)
## Further Reading
* [Java on Azure](https://azure.microsoft.com/en-us/develop/java/)

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

@ -1,25 +1,20 @@
## Tags
+ `docker pull mcr.microsoft.com/java/maven`
Java 8 Update 192:
+ `8u192-zulu-debian9` - [Dockerfile][zulu-8u192-jdk-debian9]
[zulu-8u192-jdk-debian9]:https://github.com/Microsoft/java/tree/master/docker/maven/Dockerfile.zulu-8u192-jdk-maven
## 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.
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) and Maven.
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) and Maven.
## How To Use
+ `docker pull mcr.microsoft.com/java/maven:tag`
+ `docker run --rm -it mcr.microsoft.com/java/maven:tag`
docker pull mcr.microsoft.com/java/maven:tag<br>
docker run --rm -it mcr.microsoft.com/java/maven:tag
## Featured Repositories
## Further Information On Docker Hub
* [Azul Zulu JDK And Maven](https://hub.docker.com/_/microsoft-java-maven)
## Featured Repos
* `https://repos.azul.com/azure-only/zulu/yum`
* `https://repos.azul.com/azure-only/zulu/apt`
@ -27,14 +22,14 @@ Java 8 Update 192:
* [Azul Zulu JVM for Azure FAQ](https://assets.azul.com/files/Zulu-for-Azure-FAQ.pdf)
* [Azul Zulu JVM for Azure](https://www.azul.com/downloads/azure-only/zulu/)
## License
[Zulu for Microsoft Azure Terms of Use](https://www.azul.com/downloads/azure-only/zulu/terms-of-use)
## Support
[Microsoft Azure Support](https://support.microsoft.com/en-us/help/4026305/sql-contact-microsoft-azure-support)
For support or general questions [Microsoft Azure Support](https://support.microsoft.com/en-us/help/4026305/sql-contact-microsoft-azure-support)
## Issues
Report Docker image or Dockerfile issues [here](https://github.com/Microsoft/java/issues)
Please direct all feedback to [Microsoft/Java](https://github.com/Microsoft/java/issues)
## License
This image is for use with [Zulu for Microsoft Azure Terms of Use](https://www.azul.com/downloads/azure-only/zulu/terms-of-use)
## Further Reading
* [Java on Azure](https://azure.microsoft.com/en-us/develop/java/)