Skip to main content
Redhat Developers  Logo
  • AI

    Get started with AI

    • Red Hat AI
      Accelerate the development and deployment of enterprise AI solutions.
    • AI learning hub
      Explore learning materials and tools, organized by task.
    • AI interactive demos
      Click through scenarios with Red Hat AI, including training LLMs and more.
    • AI/ML learning paths
      Expand your OpenShift AI knowledge using these learning resources.
    • AI quickstarts
      Focused AI use cases designed for fast deployment on Red Hat AI platforms.
    • No-cost AI training
      Foundational Red Hat AI training.

    Featured resources

    • OpenShift AI learning
    • Open source AI for developers
    • AI product application development
    • Open source-powered AI/ML for hybrid cloud
    • AI and Node.js cheat sheet

    Red Hat AI Factory with NVIDIA

    • Red Hat AI Factory with NVIDIA is a co-engineered, enterprise-grade AI solution for building, deploying, and managing AI at scale across hybrid cloud environments.
    • Explore the solution
  • Learn

    Self-guided

    • Documentation
      Find answers, get step-by-step guidance, and learn how to use Red Hat products.
    • Learning paths
      Explore curated walkthroughs for common development tasks.
    • Guided learning
      Receive custom learning paths powered by our AI assistant.
    • See all learning

    Hands-on

    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.
    • Interactive labs
      Learn by doing in these hands-on, browser-based experiences.
    • Interactive demos
      Click through product features in these guided tours.

    Browse by topic

    • AI/ML
    • Automation
    • Java
    • Kubernetes
    • Linux
    • See all topics

    Training & certifications

    • Courses and exams
    • Certifications
    • Skills assessments
    • Red Hat Academy
    • Learning subscription
    • Explore training
  • Build

    Get started

    • Red Hat build of Podman Desktop
      A downloadable, local development hub to experiment with our products and builds.
    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.

    Download products

    • Access product downloads to start building and testing right away.
    • Red Hat Enterprise Linux
    • Red Hat AI
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat Developer Toolset

    References

    • E-books
    • Documentation
    • Cheat sheets
    • Architecture center
  • Community

    Get involved

    • Events
    • Live AI events
    • Red Hat Summit
    • Red Hat Accelerators
    • Community discussions

    Follow along

    • Articles & blogs
    • Developer newsletter
    • Videos
    • Github

    Get help

    • Customer service
    • Customer support
    • Regional contacts
    • Find a partner

    Join the Red Hat Developer program

    • Download Red Hat products and project builds, access support documentation, learning content, and more.
    • Explore the benefits

Introducing the Red Hat build of the OpenJDK Universal Base Images—now in Red Hat Enterprise Linux 8.2

June 25, 2020
Ezequiel Aguilar Jonathan Dowland
Related topics:
ContainersJavaLinux
Related products:
Red Hat OpenShift

    With the recent release of Red Hat Enterprise Linux 8.2, we also added the first Red Hat build of OpenJDK Universal Base Images. These General Availability (GA) images for OpenJDK 8 and OpenJDK 11 set a new baseline for anyone who wants to develop Java applications that run inside containers in a secure, stable, and tested manner.

    In this article, we introduce the new OpenJDK Universal Base Images and explain their benefits for Java developers. Before we do that, let's quickly review what we know about UBIs in general.

    About Universal Base Images

    Red Hat Universal Base Images (UBIs) are:

    OCI-compliant container base operating system images with complementary runtime languages and packages that are freely redistributable. Like previous base images, they are built from portions of Red Hat Enterprise Linux (RHEL). UBI images can be obtained from the Red Hat container catalog and be built and deployed anywhere.

    In other words, UBIs help application developers reach the secure, stable, and portable world of containers. These images are accessible using well-known tools like Podman/Buildah and Docker. Red Hat Universal Base Images also allow users to build and distribute their own applications on top of enterprise-quality bits that are supportable on Red Hat OpenShift and Red Hat Enterprise Linux.

    The Red Hat build of OpenJDK

    The Red Hat build of OpenJDK is based on the upstream OpenJDK 8u and OpenJDK 11u community-led projects. Red Hat provides significant contributors to both projects and adds additional future features into Red Hat builds.

    This version includes:

    • The Shenandoah ultra-low pause time garbage collector.
    • Several installation options, including RPM, MSI installers, and also a ZIP version.
    • Java Web Start support (Windows only; for Linux, please use the Red Hat Enterprise Linux RPMs).

    The Red Hat build of OpenJDK is updated at least once per quarter for security and other bug-fix enhancements. Red Hat offers support and maintenance over stated periods for the major versions of OpenJDK. In this case, we offer long-term supported (LTS) versions until June 2026 and October 2024 for versions 8 and 11, respectively. (See also: OpenJDK Life Cycle and Support Policy.)

    For more information, check out the new images in the Red Hat Ecosystem Catalog:

    • OpenJDK 8 UBI8 Image
    • OpenJDK 11 UBI8 Image

    Get started with the OpenJDK UBI images

    The OpenJDK UBI images have default startup scripts that automatically detect application JARs and launch Java. The script's behavior can be customized using environment variables. Take a look at /help.md within the container to find out more.

    Meanwhile, here is a brief example of a Dockerfile that adds an application called testubi.jar to the OpenJDK 11  UBI8 Image:

    FROM registry.access.redhat.com/ubi8/openjdk-11
    
    COPY target/testubi.jar /deployments/testubi.jar

    Extending the Universal Base Image EULA

    When we introduced Universal Base Images in May 2019, we included an end-user license agreement (EULA) that gave Red Hat partners the ability to freely use and redistribute a substantial number of RHEL packages that can be deployed on both Red Hat and non-Red Hat platforms. Under this agreement, developers could build safe, secure, and portable container-based software and deploy it anywhere. The feedback has been overwhelmingly positive, and we thank you for it! We also learned that you needed more, so we're expanding the package set for customers.

    Application developers in the Red Hat Partner Connect program can now build container apps from the full set of Red Hat Enterprise Linux (RHEL) user-space packages (non-kernel) and redistribute them through the container registry of their choice. This extension nearly triples the number of packages available compared to UBI-only.

    See also: Red Hat simplifies container development and redistribution of Red Hat Enterprise Linux packages.

    Conclusion

    If you are looking to develop Java applications in a container—and you also want to be able to trust the underlying base in terms of security, reliability, and stability—then the OpenJDK UBI8 images could be the solution that you are seeking. We hope you will try the new OpenJDK Universal Base Images for building containerized Java applications in a hybrid cloud.

    In the coming weeks, we will continue this update with a more detailed introduction to working with the OpenJDK UBIs, including more examples of how to handle OpenJDK UBI8 container images. Stay tuned!

    Last updated: March 30, 2023

    Recent Posts

    • Every layer counts: Defense in depth for AI agents with Red Hat AI

    • Fun in the RUN instruction: Why container builds with distroless images can surprise you

    • Trusted software factory: Building trust in the agentic AI era

    • Build a zero trust AI pipeline with OpenShift and RHEL CVMs

    • Red Hat Hardened Images: Top 5 benefits for software developers

    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Platforms

    • Red Hat AI
    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Build

    • Developer Sandbox
    • Developer tools
    • Interactive tutorials
    • API catalog

    Quicklinks

    • Learning resources
    • E-books
    • Cheat sheets
    • Blog
    • Events
    • Newsletter

    Communicate

    • About us
    • Contact sales
    • Find a partner
    • Report a website issue
    • Site status dashboard
    • Report a security problem

    RED HAT DEVELOPER

    Build here. Go anywhere.

    We serve the builders. The problem solvers who create careers with code.

    Join us if you’re a developer, software engineer, web designer, front-end designer, UX designer, computer scientist, architect, tester, product manager, project manager or team lead.

    Sign me up

    Red Hat legal and privacy links

    • About Red Hat
    • Jobs
    • Events
    • Locations
    • Contact Red Hat
    • Red Hat Blog
    • Inclusion at Red Hat
    • Cool Stuff Store
    • Red Hat Summit
    © 2026 Red Hat

    Red Hat legal and privacy links

    • Privacy statement
    • Terms of use
    • All policies and guidelines
    • Digital accessibility

    Chat Support

    Please log in with your Red Hat account to access chat support.