The Red Hat Ecosystem Catalog is the official source for discovering and learning more about the Red Hat Ecosystem of both Red Hat and certified third-party products and services.
We’re the world’s leading provider of enterprise open source solutions—including Linux, cloud, container, and Kubernetes. We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.
The RHCERT LTSC provides containerized image for Red Hat hardware certification, including iperf3 network testing, NFS/kdump storage, and libvirt/KVM live migration. It automatically selects the correct image and feature set for x86_64, aarch64, ppc64le, and s390x architectures. Systems Under Test (SUT) use a UDP discovery protocol on port 8009 to identify reachable LTS servers, which respond with JSON payloads detailing their services, network speeds, and CPU/NUMA topologies.
You can deploy the LTSC by using only two commands. The first command extracts the deployment script from the container. The second command automates image pulls, NFS kernel setup, firewall configuration, and service validation. To support RHCERT sub-test code without systemd, a systemctl shim translates service calls into direct process operations. The container hosts core services, including iperf3 (ports 52001-52100), NFS (port 2049), and SSH (port 2222).
Use a registry service account token to authenticate your container client. This allows you to pull images without using your personal Red Hat credentials, which is recommended for CI/CD pipelines and automated deployments.
Run the following command, then enter your registry token credentials when prompted by the terminal.
Pull the image
Use the following instructions to get images from a Red Hat container registry using your Red Hat login.
Run the following command, then enter your login credentials when prompted by the terminal.
Pull the image
Use the following instructions to get images from a Red Hat container registry without providing authentication.
Use the following command(s) from a system with podman installed.
Source code is available for all Red Hat UBI-based images in the form of downloadable containers. Here are a few things you should know about Red Hat source containers.
Use skopeo to copy the source image to a local directory
Inspect the image
Untar the contents
Begin examining and using the content.