Trusted Java Containers: Azul Zulu OpenJDK Joins Docker’s Official Images
嗯,用户让我用中文总结一篇文章,控制在100字以内,而且不需要特定的开头。首先,我得仔细阅读这篇文章,了解主要内容。 文章主要讲Azul Zulu现在作为Docker官方镜像可用。这意味着开发者可以从Docker Hub直接获取这些镜像。官方镜像有几个好处,比如严格的安全标准、持续维护以及符合Docker的最佳实践。此外,这些镜像支持多个Java版本和不同的变体,如JDK、JRE和headless。 接下来,我需要把这些信息浓缩到100字以内。要抓住关键点:Azul Zulu成为Docker官方镜像,提供多种Java版本和变体,具备高安全性和维护标准,并且支持自动更新。 最后,确保语言简洁明了,直接描述内容,不使用“文章内容总结”之类的开头。 </think> Azul Zulu OpenJDK 现已作为 Docker 官方镜像提供,支持多种 Java 版本及变体(如 JDK、JRE 和 headless),具备高安全性和维护标准,并支持自动更新。 2026-3-20 18:24:29 Author: securityboulevard.com(查看原文) 阅读量:4 收藏

What’s new with Azul Zulu and Docker?

Earlier this week, Azul Systems announced that Azul Zulu Builds of OpenJDK — its TCK-verified, fully compliant builds of OpenJDK — are now available as Docker Official images. This marks Azul’s successful contribution to Docker’s official-images repository and means developers can now easily access Zulu OpenJDK from the Docker Hub Official Images library. 

This milestone makes Azul Zulu one of the few Java distributions to earn the official image designation — a recognition that requires strict security standards, continuous maintenance, and alignment with Docker’s best practices. 

You can now pull the verified image directly at: https://hub.docker.com/_/azul-zulu  

Why use Docker official images?

Using ‘Docker Official Images’ means you can benefit from measurable trust and security benefits. Each Azul Zulu container image configuration undergoes detailed review and continuous monitoring to ensure: 

  • Verified cryptographic signing using Azul’s GPG key 
  • Automatic rebuilds whenever upstream base images are patched 
  • Fully open-source licensing (GPL v2 with Classpath Exception + other OpenJDK licenses) 
  • Conformity to Docker’s high security and maintenance standards 

The availability of official images spans multiple Java versions, including but not limited to LTS versions of Java 8, 11, 17, 21, and 25, and covers a full range of variants: JDK, JRE, and headless. Each is optimized for specific use cases, from lightweight cloud workloads to traditional enterprise applications. 

Available tags Include: 

  • azul-zulu:25, azul-zulu:21, azul-zulu:17, azul-zulu:11, azul-zulu:8 
  • -jdk, -jre, -headless variants per major version 
  • -debian, -debian13 suffix tags for pinned base image selection 

How can you start using it today?

Developers can immediately integrate Azul Zulu OpenJDK into their Docker workflows by pulling from Docker Hub or exploring the image definitions on GitHub

Quick start guide: 

  1. Visit hub.docker.com/_/azul-zulu
  1. Select your preferred version and variant. 
  1. Run docker pull azul-zulu:<version> in your terminal. 
  1. Build, test and deploy Java apps securely with Azul’s verified OpenJDK images. 

These official images will continue to receive automatic updates, ensuring the latest patches and base image improvements are always included. 

Explore official images, tags, and resources at hub.docker.com/_/azul-zulu, or visit  Azul’s GitHub repo for technical details and examples. 

The post Trusted Java Containers: Azul Zulu OpenJDK Joins Docker’s Official Images  appeared first on Azul | Better Java Performance, Superior Java Support.

*** This is a Security Bloggers Network syndicated blog from Security Blog Posts - Azul authored by Dominika Tasarz-Sochacka. Read the original post at: https://www.azul.com/blog/trusted-java-containers-azul-zulu-openjdk-joins-dockers-official-images/


文章来源: https://securityboulevard.com/2026/03/trusted-java-containers-azul-zulu-openjdk-joins-dockers-official-images/
如有侵权请联系:admin#unsafe.sh