Chapter 6. Updating RHEL AI


You can update RHEL AI to the latest version.

Prerequisites

  • You have installed and deployed a Red Hat Enterprise Linux AI instance on one of the supported platforms.
  • You have created a Red Hat registry account.
  • You have root user access on the host.

Procedure

  1. Log in to your Red Hat registry account with podman or skopeo, for example:

    $ sudo podman login registry.redhat.io --username <USER_NAME> --password <PASSWORD> --authfile /etc/ostree/auth.json
    Copy to Clipboard Toggle word wrap
    $ sudo skopeo login registry.redhat.io --username <USER_NAME> --password <PASSWORD> --authfile /etc/ostree/auth.json
    Copy to Clipboard Toggle word wrap
  2. Update to the latest minor version of Red Hat Enterprise Linux AI by using the relevant bootc image for your machine, for example:

    $ sudo bootc switch registry.redhat.io/rhelai1/bootc-cuda-rhel9:{product-version}
    Copy to Clipboard Toggle word wrap
    1. Copy the /etc/skel/.config/containers/storage.conf storage configuration to your <USER_HOME>/.config/containers/storage.conf home directory before re-initializing. Run the following command:

      $ cp /etc/skel/.config/containers/storage.conf <USER_HOME>/.config/containers/storage.con
      Copy to Clipboard Toggle word wrap
  3. Alternatively, update to the latest z-stream version of Red Hat Enterprise Linux AI by running the following command:

    $ sudo bootc update --apply
    Copy to Clipboard Toggle word wrap
  4. Restart the system:

    $ sudo reboot -n
    Copy to Clipboard Toggle word wrap
Back to top
Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust. Explore our recent updates.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Theme

© 2026 Red Hat