Skip to main content

How to install RHEL a new way with image builder

Red Hat Enterprise Linux's image builder service saves time and reduces complexity when deploying optimized systems across datacenters and cloud footprints.

I am sure many sysadmins can relate to this scenario:

You get into work on Monday morning, attend your staff meeting, and log into your ticketing system, expecting a quiet week. NOPE! Right there in all caps (why do people use all caps in a ticket?) and marked Urgent is a request for a new application environment. Of course, the requester needs the new server up and running by the end of the week.

You are a savvy sysadmin. No problem, right? How hard could it be to deploy a new server with a database and web server? You thought ahead. You have templates for these things!

[ Want more on this topic? Watch the full session, The new way to Install Red Hat Enterprise Linux: Image Builder service, on-demand from Red Hat Summit. ]

Then that database server you spent all weekend trying to fix crashed again. That took all day. Tuesday was that company all-hands meeting. Wednesday, more meetings and fires. Now it's nearly Friday. That urgent ticket with its all caps glares at you every time you log in to update a ticket.

Time to be a hero! You close your email, mark your calendar as busy, and put on your headphones. You deploy your production template, but uh oh, that one is three minor versions behind.

So you check the one on your laptop. That one is running the latest version, woot, but nope, that one is running the "old" security tool. In desperation, you log in to your private cloud (say OpenStack). You know that template is up to date, but something corrupted the boot image, so now you can't get a terminal.

In frustration, you return to your production image and just run the patches. You throw your hands up and add three new tickets to your queue to fix these out-of-date images.

A new way to RHEL

If that feels familiar, you should connect with me on social media: @itguyeric. I think it's about time we start a club, support group, or something. While that may be an amusing anecdote, it was true of my experience for a good chunk of my operations career. And not just for me, but for many of you who work in the trenches daily keeping companies, universities, and governments up and running.

Deploying an operating system is expensive. It costs resources (hardware or compute time) and something far more precious: the time and attention of a sysadmin.

Do not despair; those days of managing images across platforms, versions, and configurations are swiftly closing. The issue of template management is where image builder comes into play.

Red Hat Enterprise Linux's (RHEL) image builder saves time and reduces complexity when deploying optimized systems across datacenters and cloud footprints.

Image builder comes in three flavors: command line, local install (on a RHEL host), or Red Hat's hosted service. No matter which flavor you choose, you'll be able to design optimized images for your targeted platforms: hardware, qcow2 or vmdk, or cloud image.

[ Get hands on: Build a RHEL image using the Red Hat Image Builder, then upload it to your chosen cloud service. ]

Image builder workflow

You can break down the image builder process into five steps:

  1. Select your platform. Choose one of the three big cloud providers, a virtual image, or a hardware installer for servers or edge devices.
  2. Select your image builder tool. Choose between an on-premises build or the hosted solution.
  3. Create a blueprint. Define filesystems, select packages, and configure users.
  4. Build the image. Pick virtual, AWS, GCP, Azure, VMware, or ISO types.
  5. Deploy your instance. Not just one, either. Image builder helps create images to deploy anywhere, anytime.

[ Free eBook: Manage your Linux environment for success. ]

How does it work?

I sense some disbelief, so I'll walk through an example. And if you prefer to learn by watching, check out my video at the bottom of this article.

First, log in to the tool at console.redhat.com. Once you've logged in with your Red Hat Customer Portal account, navigate to Red Hat Enterprise Linux and select Red Hat Insights.

Image
Red Hat Cloud Console
(Eric Hendricks, CC BY-SA 4.0)

The link for image builder is toward the bottom of the Insights panel (or just navigate straight to the tool).

Image
Insights menu, select Image Builder
(Eric Hendricks, CC BY-SA 4.0)

Now you can begin to create a new image.

Image
Image Builder Create Image page
(Eric Hendricks, CC BY-SA 4.0)
Image
Create Image initial landing page
(Eric Hendricks, CC BY-SA 4.0)

From the Create image wizard, you define how your image will look. First, choose between RHEL major releases. Versions 8 and 9 are currently available on the hosted service. Next, decide what kind of image to build.

[ Free download: Advanced Linux commands cheat sheet. ]

For this example, imagine you want to deploy a production instance on Google Cloud Platform (GCP) but also have a qcow2 file to do testing and development work from your local laptop.

Image
Image output page
(Eric Hendricks, CC BY-SA 4.0)

Notice that when you select certain options, your breadcrumb trail adjusts to reflect the additional steps. For GCP, you can choose to share the template with a user account, a service account, a group account, or a domain. For this example, I will just share it with my Red Hat account on GCP.

Image
Target Environment
(Eric Hendricks, CC BY-SA 4.0)

Now, this is one of my favorite features: You can bake your registration into the image. All you need is a valid activation key setup in your customer portal. But that's not all; you can also preconfigure your image to register with Red Hat Insights right from the template.

Image
Registration
(Eric Hendricks, CC BY-SA 4.0)

One of the newest additions to the image builder tool is manually configured filesystems. You can now define sizes and locations for multiple partitions. For this example, I'll add a home partition, and also add a webapp directory under opt. I will set both of those to 5GB but leave the root at the default 10GB.

Image
File system configuration
(Eric Hendricks, CC BY-SA 4.0)

Next stop, packages. There are literally thousands of packages available in the Red Hat repositories. You can add any combination of these packages to your image. For instance, I am a huge fan of tmux, a terminal multiplexer. I mentioned this would be a web application, so I'll grab Nginx, too.

Image
Packages selection
(Eric Hendricks, CC BY-SA 4.0)

What you cannot see from this menu is that image builder automatically added all the dependencies for tmux and Nginx to the image. That's over 100 packages that it added to the list without any intervention.

All that is left is to give your image a descriptive name and review the choices. Image builder does the rest.

Image
Image name
(Eric Hendricks, CC BY-SA 4.0)
Image
Review settings
(Eric Hendricks, CC BY-SA 4.0)

Building an image varies greatly between how complex the image is, how large the actual image will be, and, like all shared services, how heavy of a load there is on the platform. In this demonstration, I saw between 10 and 18 minutes.

Image
List of images
(Eric Hendricks, CC BY-SA 4.0)

Once the images are done building, you can start deploying them. For the qcow2 image, I received a link to download the file directly from my browser. You can then upload it to a file share or hypervisor, or import it into your laptop for local use. Your options will vary depending on your choices above.

You receive an image name for the GCP image that you can use to copy the template into your GCP account. You can use it just as you would any other cloud image.

Image
New images
(Eric Hendricks, CC BY-SA 4.0)

Wrap up

This article may sound like an infomercial for image builder, but the process is that easy. I have used many different tools over the years: Documenting the process in text files, complicated Kickstart scripts, or VM templates. Image builder has been the easiest to incorporate into the workflow for my home lab and for the content I help develop for Red Hat Enterprise Linux.

With different platforms, formats, and combinations of settings, image builder quickly meets the needs of any number of operations projects.

Please don't take my word for it, though. Try it for yourself. Either visit the hosted service or try out our two Image Builder labs. The first is web console-based and the second relies on the command line interface.

Here's a demo video we made of the full process.


For more insight, see Eric's presentation The new way to Install Red Hat Enterprise Linux: image builder service from Red Hat Summit 2022, available on demand through 2022.

Author’s photo

Eric "IT Guy" Hendricks

I have over 14 years of IT experience ranging from systems administration and engineering to technical sales and community advocacy, most recently, as a Technical Marketing Manager at Red Hat. As the IT Guy, I fight against burnout and poor work-life balance. More about me

Try Red Hat Enterprise Linux

Download it at no charge from the Red Hat Developer program.