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

UBI 9 and 10 builders on Paketo Buildpacks with multi-arch support

June 2, 2026
Costas Papastathis
Related topics:
GitOpsLinuxPlatform engineering
Related products:
Red Hat Enterprise LinuxRHEL UBI

    Over the past year, one of the major things that has happened with Paketo Buildpacks is the addition of Red Hat Universal Base Image (UBI) 9 and UBI 10 builders and the support of multiple architecture builds. Paketo Buildpacks now publishes builders based on UBI 9 and UBI 10 with multi-arch output builds.

    First, we will discuss where the repositories and images live.

    UBI 9: Base images & builders

    UBI 9 base images are built from the Paketo Buildpacks repository with all the available published images listed on the release notes. Today, those base images cover Node.js and Java stacks. As more languages are added, expect additional base images. UBI 9 builders images are published from the repository to Dockerhub.

     The available builder images:

    • paketobuildpacks/ubi-9-builder
    • paketobuildpacks/ubi-9-builder-buildpackless

    UBI 10: Base images & builders

    UBI 10 base images follow the same layout with the source repository and the available container images listed in the releases notes.

    UBI 10 builders published from the repository to Dockerhub with the following available builder images:

    • paketobuildpacks/ubi-10-builder
    • paketobuildpacks/ubi-10-builder-buildpackless

    UBI 9 and 10 builders currently support Node.js builds. Java support for UBI 9 and UBI 10 is still in progress.

    For UBI8 each builder image has its own repository. UBI 9 and UBI 10 are published by one repo each. You can find further details on how builder and base images publishing changed in the Paketo article, What has changed on how we ship the Builders and the base images.

    For a full list of the available builders, you can use the pack CLI with the following command:

    pack builder suggest 

    The output should include the UBI builders with the others.

    Multi-arch support on UBI 9 & 10 builders

    Recently, Paketo Buildpacks added support for multi-architecture builds. The available options are arm64 and amd64. Choosing which architecture to build your application is as easy as adding an extra flag to specify the desired architecture. Let’s see how this works in practice.

    In the previous article, we covered how to install and properly configure the pack CLI. You also need a sample Node.js application. In case you do not have one, clone the Paketo samples repository as follows:

    git clone https://github.com/paketo-buildpacks/samples

    The next step is to select a builder. Each of the UBI builders in the following list can build images for linux/amd64 and linux/arm64:

    • docker.io/paketobuildpacks/ubi-9-builder
    • docker.io/paketobuildpacks/ubi-10-builder

    In our example, we will use the latest major version of Red Hat Enterprise Linux (RHEL): ubi-10-builder.

    Select the architecture by specifying the --platform flag:

    pack build my-node-app \
    --builder index.docker.io/paketobuildpacks/ubi-10-builder \
    --path ./samples/nodejs/npm \
    --platform linux/arm64

    Current supported platforms are linux/amd64 and linux/arm64. 

    We welcome feedback

    This article explained where UBI 9 and UBI 10 builder and base images live and how to request arm64 or amd64 output with pack build. If the community is interested in seeing Paketo Buildpacks support s390x and ppc64le, we would love to hear from you. We hope you're as excited about these updates as we are. Happy building!

    Related Posts

    • Red Hat UBI 8 builders have been promoted to the Paketo Buildpacks organization

    • Unlocking UBI to Red Hat Enterprise Linux container images

    • The journey to enable UBI with the Paketo Buildpacks ecosystem

    • Running applications with Paketo Buildpacks and Red Hat UBI container images in OpenShift

    • Build applications with Paketo Buildpacks and Red Hat UBI container images

    Recent Posts

    • UBI 9 and 10 builders on Paketo Buildpacks with multi-arch support

    • Deploy Hermes Agent on OpenShift AI with vLLM model serving

    • Evaluation-driven development with EvalHub

    • Improve vLLM Semantic Router accuracy with fine-tuning

    • Red Hat build of Cryostat 4.2: Enhanced Java monitoring for OpenShift

    What’s up next?

    Share graphics_Red Hat universal base image

    Red Hat Universal Base Images (UBI)

    Mike Guerette
    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.