Skip to main content
Redhat Developers  Logo
  • Products

    Featured

    • Red Hat Enterprise Linux
      Red Hat Enterprise Linux Icon
    • Red Hat OpenShift AI
      Red Hat OpenShift AI
    • Red Hat Enterprise Linux AI
      Linux icon inside of a brain
    • Image mode for Red Hat Enterprise Linux
      RHEL image mode
    • Red Hat OpenShift
      Openshift icon
    • Red Hat Ansible Automation Platform
      Ansible icon
    • Red Hat Developer Hub
      Developer Hub
    • View All Red Hat Products
    • Linux

      • Red Hat Enterprise Linux
      • Image mode for Red Hat Enterprise Linux
      • Red Hat Universal Base Images (UBI)
    • Java runtimes & frameworks

      • JBoss Enterprise Application Platform
      • Red Hat build of OpenJDK
    • Kubernetes

      • Red Hat OpenShift
      • Microsoft Azure Red Hat OpenShift
      • Red Hat OpenShift Virtualization
      • Red Hat OpenShift Lightspeed
    • Integration & App Connectivity

      • Red Hat Build of Apache Camel
      • Red Hat Service Interconnect
      • Red Hat Connectivity Link
    • AI/ML

      • Red Hat OpenShift AI
      • Red Hat Enterprise Linux AI
    • Automation

      • Red Hat Ansible Automation Platform
      • Red Hat Ansible Lightspeed
    • Developer tools

      • Red Hat Trusted Software Supply Chain
      • Podman Desktop
      • Red Hat OpenShift Dev Spaces
    • Developer Sandbox

      Developer Sandbox
      Try Red Hat products and technologies without setup or configuration fees for 30 days with this shared Openshift and Kubernetes cluster.
    • Try at no cost
  • Technologies

    Featured

    • AI/ML
      AI/ML Icon
    • Linux
      Linux Icon
    • Kubernetes
      Cloud icon
    • Automation
      Automation Icon showing arrows moving in a circle around a gear
    • View All Technologies
    • Programming Languages & Frameworks

      • Java
      • Python
      • JavaScript
    • System Design & Architecture

      • Red Hat architecture and design patterns
      • Microservices
      • Event-Driven Architecture
      • Databases
    • Developer Productivity

      • Developer productivity
      • Developer Tools
      • GitOps
    • Secure Development & Architectures

      • Security
      • Secure coding
    • Platform Engineering

      • DevOps
      • DevSecOps
      • Ansible automation for applications and services
    • Automated Data Processing

      • AI/ML
      • Data Science
      • Apache Kafka on Kubernetes
      • View All Technologies
    • Start exploring in the Developer Sandbox for free

      sandbox graphic
      Try Red Hat's products and technologies without setup or configuration.
    • Try at no cost
  • Learn

    Featured

    • Kubernetes & Cloud Native
      Openshift icon
    • Linux
      Rhel icon
    • Automation
      Ansible cloud icon
    • Java
      Java icon
    • AI/ML
      AI/ML Icon
    • View All Learning Resources

    E-Books

    • GitOps Cookbook
    • Podman in Action
    • Kubernetes Operators
    • The Path to GitOps
    • View All E-books

    Cheat Sheets

    • Linux Commands
    • Bash Commands
    • Git
    • systemd Commands
    • View All Cheat Sheets

    Documentation

    • API Catalog
    • Product Documentation
    • Legacy Documentation
    • Red Hat Learning

      Learning image
      Boost your technical skills to expert-level with the help of interactive lessons offered by various Red Hat Learning programs.
    • Explore Red Hat Learning
  • Developer Sandbox

    Developer Sandbox

    • Access Red Hat’s products and technologies without setup or configuration, and start developing quicker than ever before with our new, no-cost sandbox environments.
    • Explore Developer Sandbox

    Featured Developer Sandbox activities

    • Get started with your Developer Sandbox
    • OpenShift virtualization and application modernization using the Developer Sandbox
    • Explore all Developer Sandbox activities

    Ready to start developing apps?

    • Try at no cost
  • Blog
  • Events
  • Videos

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

Share:

    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

    • Storage considerations for OpenShift Virtualization

    • Upgrade from OpenShift Service Mesh 2.6 to 3.0 with Kiali

    • EE Builder with Ansible Automation Platform on OpenShift

    • How to debug confidential containers securely

    • Announcing self-service access to Red Hat Enterprise Linux for Business Developers

    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform

    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
    © 2025 Red Hat

    Red Hat legal and privacy links

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

    Report a website issue