Gartner Report: Which Java Runtime is for you? | DOWNLOAD NOW
NOTICE: Zulu for Azure distribution has been End of Life (EOL)
On January 1st 2022, Azul’s Zulu for Azure OpenJDK-based distribution entered End of Life (EOL). As such, all support services and binary updates have ended. While Java applications can continue to use these open-source binaries in perpetuity (licensed under GPLv2 with Classpath Exception), quarterly bug fixes and security updates ended on December 31, 2021.
As such, Zulu for Azure users should move to Azul Zulu Builds of OpenJDK distributions (which has optional commercial support from Azul) as soon as practical in order to receive “secure and updated” binaries on a continuous basis.
Detail information on how users can seamlessly transition from Azul Zulu for Azure to Azul’s free and open-source Zulu Builds of OpenJDK for their Java deployments and container images is available HERE
Terms of Use
Learn More eastMicrosoft Azure Support
Microsoft Azure Support eastREST API Documentation
REST API Documentation eastFlight Recorder & Mission Control
Flight Recorder & Mission Control eastBy downloading or choosing to update products from this page, you agree to the Terms of Use.
Yum
To install Zulu packages for Azure from yum repository
sudo rpm –import https://repos.azul.com/azul-repo.key
sudo curl https://repos.azul.com/azure-only/zulu-azure.repo -o /etc/yum.repos.d/zulu-azure.repo
sudo yum -q -y update
sudo yum -q -y install zulu-8-azure-jdk
or
sudo yum -q -y install zulu-11-azure-jdk
To update Zulu packages for Azure from yum repository
sudo yum -q -y install zulu-8-azure-jdk
Note: previous release will be automatically removed. No need to uninstall previous version
To update Zulu packages for Azure from yum repository
sudo yum -y erase zulu-8-azure-jdk
Apt
To install Zulu packages for Azure from apt repository
sudo apt-key adv –keyserver hkp://keyserver.ubuntu.com:80 –recv-keys 0xB1998361219BD9C9
sudo apt-add-repository “deb https://repos.azul.com/azure-only/zulu/apt stable main”
sudo apt-get -q update
sudo apt-get -y install zulu-8-azure-jdk
or
sudo yum -q -y install zulu-7-azure-jdk
sudo yum -q -y install zulu-11-azure-jdk
To update Zulu packages for Azure from apt repository
sudo apt-get -q update
sudo apt-get -y install zulu-8-azure-jdk
Note: previous release will be automatically removed. No need to uninstall previous version
To remove Zulu packages for Azure
sudo apt-get -y purge zulu-8-azure-jdk
Docker
To install Zulu packages for Azure from apt repository
To access pre-built Docker images visit Microsoft Container Registry located a https://mcr.microsoft.com/ or Dockerfile examples visit Microsoft GitHub Repository located at https://github.com/Microsoft/java/tree/master/docker
Java SE JDK: https://hub.docker.com/_/microsoft-java-jdk
Java SE JRE: https://hub.docker.com/_/microsoft-java-jre
Java SE Headless JRE: https://hub.docker.com/_/microsoft-java-jre-headless
docker pull mcr.microsoft.com/java/jdk:
docker pull mcr.microsoft.com/java/jre:
docker pull mcr.microsoft.com/java/jre-headless:
Examples:
docker pull mcr.microsoft.com/java/jdk:8u212-zulu-alpine
docker pull mcr.microsoft.com/java/jre:8u202-zulu-centos
docker pull mcr.microsoft.com/java/jdk:8u212-zulu-debian8
docker pull mcr.microsoft.com/java/jre-headless:8u212-zulu-debian8
docker pull mcr.microsoft.com/java/jdk:8u202-zulu-debian9
docker pull mcr.microsoft.com/java/jre:7u211-zulu-windowsservercore
To access Zulu machine images for Ubuntu and Windows visit the Azure Marketplace at:https://azuremarketplace.microsoft.com/en-us/marketplace/apps?search=Azul%20Zulu&page=1and search for Azul Zulu.
Microsoft Azure Support in conjunction with Azul engineering provides support and updates for these binaries.
For any issues regarding Zulu for Azure – Enterprise Edition, please visit Microsoft Azure Support.
Flight Recorder and JDK Mission Control are available for free. Click here to download a free Zulu Mission Control build.