Skip to main content
Redhat Developers  Logo
  • Products

    Platforms

    • Red Hat Enterprise Linux
      Red Hat Enterprise Linux Icon
    • Red Hat AI
      Red Hat AI
    • Red Hat OpenShift
      Openshift icon
    • Red Hat Ansible Automation Platform
      Ansible icon
    • View All Red Hat Products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat Developer Hub
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat OpenShift Local
    • Red Hat 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
    • Automated Data Processing

      • AI/ML
      • Data Science
      • Apache Kafka on Kubernetes
    • Platform Engineering

      • DevOps
      • DevSecOps
      • Ansible automation for applications and services
    • Secure Development & Architectures

      • Security
      • Secure coding
  • Learn

    Featured

    • Kubernetes & Cloud Native
      Openshift icon
    • Linux
      Rhel icon
    • Automation
      Ansible cloud 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

    • Product Documentation
    • API Catalog
    • Legacy Documentation
  • 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

Red Hat Universal Base Image and Docker Hub: Why should developers care?

May 25, 2021
Don Schenck
Related topics:
ContainersLinux
Related products:
Red Hat Enterprise LinuxRHEL UBI

Share:

    Red Hat Universal Base Image (UBI) is Red Hat's container-ready operating system image that allows you to build smaller images for use in container-based systems. With the announcement that UBI images are now “Verified Publisher” images on Docker Hub, developers now have nothing standing between them and their application running on Red Hat Enterprise Linux (RHEL). Freely redistributable Linux images that are OCI-compliant (Open Container Initiative) and ready for Kubernetes can be prepared with a simple FROM command in your Dockerfile.

    Why stop at one UBI image?

    What's more, there isn't just one UBI image available; there are several. As the press release notes, four are immediately available at Docker Hub:

    • Standard provides the necessary runtimes and YUM repositories to build, deploy, and share UBI-based containers.
    • Minimal is a UBI image that provides only the bare essentials needed for a lightweight RHEL-based image.
    • Multi-service is designed for container images that are intended to run multiple application services by also including systemd.
    • Micro, newly announced with Red Hat Enterprise Linux 8.4, delivers the smallest UBl footprint for edge computing and other remote applications.

    The advantage of UBI

    These images make life much easier as a developer. No longer do I need to log in to my Red Hat account and use their registry. Instead, my (.NET Core application, for example) Dockerfile can look like this:

    FROM redhat/ubi8-minimal
    
    RUN mkdir dotnetmvc
    WORKDIR /dotnetmvc
    ADD ./bin/Release/net5.0/rhel.8-x64/publish/. .
    
    EXPOSE 5000
    
    CMD ["./dotnetmvc"]

    FROM redhat/ubi8-minimal and I'm good to go. What's great is that this can be distributed and my application will run on enterprise-grade RHEL, no matter where it's being hosted.

    As an aside to .NET developers: By publishing a standalone application and using this UBI8-minimal base image (instead of the older UBI image with .NET included), I took my .NET application's image from 831MB down to 205MB. This is a good opportunity to experiment with different base images to reduce image size.

    Who cares?

    When it comes to Red Hat's UBI images being available at Docker Hub, the bottom line is this: As a developer, you no longer need to care. Pull the UBI image and keep coding.

    Want more info?

    My colleague, Mike Guerette, wrote the book about UBI, and you can download it for free.

    Last updated: November 17, 2023

    Recent Posts

    • Install Python 3.13 on Red Hat Enterprise Linux from EPEL

    • Zero trust automation on AWS with Ansible and Terraform

    • Cloud bursting with confidential containers on OpenShift

    • Reach native speed with MacOS llama.cpp container inference

    • A deep dive into Apache Kafka's KRaft protocol

    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