Chapter 1. Red Hat Hardened Images for enterprise compliance


Red Hat Hardened Images provide a minimal, secure foundation for containerized workloads. These images reduce the attack surface because they contain only the absolutely necessary packages.

Note

You can use the Red Hat Hardened Image without subscription.

1.1. What is Red Hat Hardened Images

Red Hat Hardened Images provide a minimal, secure foundation for containerized workloads. These lightweight images include only the libraries and runtime components required to run an application, effectively minimizing the attack surface.

Operational advantages of this reduced image size include:

  • Faster deployment: Smaller image sizes result in faster pull times and reduce network traffic.
  • Simplified auditing: Fewer packages reduce the time spent on vulnerability scanning and compliance reporting.
  • Resource efficiency: Lower memory and storage requirements support higher container density on host systems.

The following measures are applied to ensure the security of each image:

  • Minimal software footprint: Includes only essential software packages required for the workload to significantly reduce the attack surface and potential vulnerabilities.
  • Rapid update deployment: Provides software package updates promptly to address vulnerabilities with minimal delay.
  • Non-root user default: Enforces the principle of least privilege by avoiding root access within the container whenever technically possible.
  • Hermetic build environment: Constructs images without network access to prevent package drift and maintain absolute control over software versions.
  • Distroless security: Removes traditional operating system utilities. This makes common exploit techniques and navigating in the container impossible.

Choosing between Red Hat Hardened Images and the Red Hat Universal Base Image (UBI) depends on your security requirements and operational constraints. Red Hat Hardened Images offer a specialized environment for production-ready security, while UBI provides a flexible, general-purpose base.

Expand
Table 1.1. Comparison between Red Hat Hardened Images and Red Hat UBI
FeatureRed Hat Hardened ImagesRed Hat UBI

Image size

Minimal. Contains only essential runtime dependencies.

Moderate. Includes standard utilities and a shell.

Package management

Does not include a package manager to prevent runtime changes.

Includes the dnf or microdnf utilities.

Attack surface

Reduced. Excludes non-essential binaries to limit exploit paths.

Standard. Includes common troubleshooting utilities.

Use case

High-security, production-ready micro services.

General application development and deployment.

CVE goal

Aimed at zero common vulnerabilities and exposures (CVE) status for the runtime environment.

Standard security patching cycle.

When to choose Red Hat Hardened Images
  • Production environments: Your environment is highly sensitive and must not include shells or utilities that unauthorized users can exploit.
  • Static workloads: Your application has fixed dependencies and does not require the installation of new software during execution.
  • Strict compliance: Your security standards or regulations require a documented and minimal software bill of materials (SBOM).
When to choose Red Hat UBI
  • Interactive debugging: Your manual troubleshooting or complex startup scripts require a shell environment.
  • Dynamic builds: Your build process requires standard Red Hat Enterprise Linux (RHEL) utilities to install additional software.
  • Enterprise lifecycle: Your workload requires long-term stability and security updates aligned with Red Hat Enterprise Linux.

1.3. The Red Hat Hardened Images catalog

The Red Hat Hardened Images catalog is a web-based application designed to help users discover, inspect, and integrate security-focused container images into their workflows.

Note

You can use the Red Hat Hardened Image without subscription.

To access the catalog, open https://images.redhat.com in your browser.

Click an image tile to open the details for this image. You can select a tag and, optionally, filter the tags to display only Federal Information Processing Standard (FIPS) variants.

The details for an image contains the following tabs:

  • Overview: Lists the available streams and variants. Additionally, this tab provides general usage information for the image.
  • Tags: Lists all available images with additional information, such as size and when it was last updated.
  • SBOM: Displays the software bill of materials (SBOM) for the selected image tag. The SBOM lists all software components, libraries, and dependencies in this Red Hat Hardened Image.
  • Verify Build: Provides details on how to verify the image integrity.
  • CVE Reporting: Lists all known vulnerabilities and exposures (CVE) for the selected image tag.
  • Containerfile: Provides a download option for the Containerfile of the selected image.
Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

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.

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 Documentation

Legal Notice

Theme

© 2026 Red Hat
Back to top