Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-22028 (GCVE-0-2026-22028)
Vulnerability from cvelistv5 – Published: 2026-01-08 14:16 – Updated: 2026-01-08 15:55- CWE-843 - Access of Resource Using Incompatible Type ('Type Confusion')
| URL | Tags | ||||
|---|---|---|---|---|---|
|
|||||
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-22028",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-01-08T14:52:00.716865Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-01-08T15:55:06.321Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"references": [
{
"tags": [
"exploit"
],
"url": "https://github.com/preactjs/preact/security/advisories/GHSA-36hm-qxxp-pg3m"
}
],
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "preact",
"vendor": "preactjs",
"versions": [
{
"status": "affected",
"version": "\u003e= 10.26.5, \u003c 10.26.10"
},
{
"status": "affected",
"version": "\u003e= 10.27.0, \u003c 10.27.3"
},
{
"status": "affected",
"version": "\u003e= 10.28.0, \u003c 10.28.2"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Preact, a lightweight web development framework, JSON serialization protection to prevent Virtual DOM elements from being constructed from arbitrary JSON. A regression introduced in Preact 10.26.5 caused this protection to be softened. In applications where values from JSON payloads are assumed to be strings and passed unmodified to Preact as children, a specially-crafted JSON payload could be constructed that would be incorrectly treated as a valid VNode. When this chain of failures occurs it can result in HTML injection, which can allow arbitrary script execution if not mitigated by CSP or other means. Applications using affected Preact versions are vulnerable if they meet all of the following conditions: first, pass unmodified, unsanitized values from user-modifiable data sources (APIs, databases, local storage, etc.) directly into the render tree; second assume these values are strings but the data source could return actual JavaScript objects instead of JSON strings; and third, the data source either fails to perform type sanitization AND blindly stores/returns raw objects interchangeably with strings, OR is compromised (e.g., poisoned local storage, filesystem, or database). Versions 10.26.10, 10.27.3, and 10.28.2 patch the issue. The patch versions restore the previous strict equality checks that prevent JSON-parsed objects from being treated as valid VNodes. Other mitigations are available for those who cannot immediately upgrade. Validate input types, cast or validate network data, sanitize external data, and use Content Security Policy (CSP)."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "PRESENT",
"attackVector": "NETWORK",
"baseScore": 7.2,
"baseSeverity": "HIGH",
"privilegesRequired": "NONE",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "HIGH",
"vulnIntegrityImpact": "HIGH"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-843",
"description": "CWE-843: Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-01-08T14:17:41.614Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/preactjs/preact/security/advisories/GHSA-36hm-qxxp-pg3m",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/preactjs/preact/security/advisories/GHSA-36hm-qxxp-pg3m"
}
],
"source": {
"advisory": "GHSA-36hm-qxxp-pg3m",
"discovery": "UNKNOWN"
},
"title": "Preact has JSON VNode Injection issue"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-22028",
"datePublished": "2026-01-08T14:16:22.461Z",
"dateReserved": "2026-01-05T22:30:38.718Z",
"dateUpdated": "2026-01-08T15:55:06.321Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2026-22028\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-01-08T15:15:44.853\",\"lastModified\":\"2026-01-12T18:58:38.207\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Preact, a lightweight web development framework, JSON serialization protection to prevent Virtual DOM elements from being constructed from arbitrary JSON. A regression introduced in Preact 10.26.5 caused this protection to be softened. In applications where values from JSON payloads are assumed to be strings and passed unmodified to Preact as children, a specially-crafted JSON payload could be constructed that would be incorrectly treated as a valid VNode. When this chain of failures occurs it can result in HTML injection, which can allow arbitrary script execution if not mitigated by CSP or other means. Applications using affected Preact versions are vulnerable if they meet all of the following conditions: first, pass unmodified, unsanitized values from user-modifiable data sources (APIs, databases, local storage, etc.) directly into the render tree; second assume these values are strings but the data source could return actual JavaScript objects instead of JSON strings; and third, the data source either fails to perform type sanitization AND blindly stores/returns raw objects interchangeably with strings, OR is compromised (e.g., poisoned local storage, filesystem, or database). Versions 10.26.10, 10.27.3, and 10.28.2 patch the issue. The patch versions restore the previous strict equality checks that prevent JSON-parsed objects from being treated as valid VNodes. Other mitigations are available for those who cannot immediately upgrade. Validate input types, cast or validate network data, sanitize external data, and use Content Security Policy (CSP).\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":7.2,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"PRESENT\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"vulnConfidentialityImpact\":\"HIGH\",\"vulnIntegrityImpact\":\"HIGH\",\"vulnAvailabilityImpact\":\"HIGH\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"UNREPORTED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}],\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\",\"baseScore\":6.1,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.8,\"impactScore\":2.7}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-843\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:preactjs:preact:*:*:*:*:*:node.js:*:*\",\"versionStartIncluding\":\"10.26.5\",\"versionEndExcluding\":\"10.26.10\",\"matchCriteriaId\":\"1DDBA9E9-C9AF-4A0C-A2B7-E2EA43E9DF0E\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:preactjs:preact:*:*:*:*:*:node.js:*:*\",\"versionStartIncluding\":\"10.27.0\",\"versionEndExcluding\":\"10.27.3\",\"matchCriteriaId\":\"0E2DB796-AF49-4BCD-9D92-FDF44B81BA49\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:preactjs:preact:*:*:*:*:*:node.js:*:*\",\"versionStartIncluding\":\"10.28.0\",\"versionEndExcluding\":\"10.28.2\",\"matchCriteriaId\":\"FD739420-5F94-401E-8D6E-048B9EE0AAC4\"}]}]}],\"references\":[{\"url\":\"https://github.com/preactjs/preact/security/advisories/GHSA-36hm-qxxp-pg3m\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Vendor Advisory\",\"Mitigation\"]},{\"url\":\"https://github.com/preactjs/preact/security/advisories/GHSA-36hm-qxxp-pg3m\",\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"tags\":[\"Exploit\",\"Vendor Advisory\",\"Mitigation\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-22028\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-01-08T14:52:00.716865Z\"}}}], \"references\": [{\"url\": \"https://github.com/preactjs/preact/security/advisories/GHSA-36hm-qxxp-pg3m\", \"tags\": [\"exploit\"]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-01-08T14:52:03.379Z\"}}], \"cna\": {\"title\": \"Preact has JSON VNode Injection issue\", \"source\": {\"advisory\": \"GHSA-36hm-qxxp-pg3m\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV4_0\": {\"version\": \"4.0\", \"baseScore\": 7.2, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"PRESENT\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"HIGH\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"HIGH\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"vendor\": \"preactjs\", \"product\": \"preact\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 10.26.5, \u003c 10.26.10\"}, {\"status\": \"affected\", \"version\": \"\u003e= 10.27.0, \u003c 10.27.3\"}, {\"status\": \"affected\", \"version\": \"\u003e= 10.28.0, \u003c 10.28.2\"}]}], \"references\": [{\"url\": \"https://github.com/preactjs/preact/security/advisories/GHSA-36hm-qxxp-pg3m\", \"name\": \"https://github.com/preactjs/preact/security/advisories/GHSA-36hm-qxxp-pg3m\", \"tags\": [\"x_refsource_CONFIRM\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Preact, a lightweight web development framework, JSON serialization protection to prevent Virtual DOM elements from being constructed from arbitrary JSON. A regression introduced in Preact 10.26.5 caused this protection to be softened. In applications where values from JSON payloads are assumed to be strings and passed unmodified to Preact as children, a specially-crafted JSON payload could be constructed that would be incorrectly treated as a valid VNode. When this chain of failures occurs it can result in HTML injection, which can allow arbitrary script execution if not mitigated by CSP or other means. Applications using affected Preact versions are vulnerable if they meet all of the following conditions: first, pass unmodified, unsanitized values from user-modifiable data sources (APIs, databases, local storage, etc.) directly into the render tree; second assume these values are strings but the data source could return actual JavaScript objects instead of JSON strings; and third, the data source either fails to perform type sanitization AND blindly stores/returns raw objects interchangeably with strings, OR is compromised (e.g., poisoned local storage, filesystem, or database). Versions 10.26.10, 10.27.3, and 10.28.2 patch the issue. The patch versions restore the previous strict equality checks that prevent JSON-parsed objects from being treated as valid VNodes. Other mitigations are available for those who cannot immediately upgrade. Validate input types, cast or validate network data, sanitize external data, and use Content Security Policy (CSP).\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-843\", \"description\": \"CWE-843: Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-01-08T14:17:41.614Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-22028\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-01-08T15:55:06.321Z\", \"dateReserved\": \"2026-01-05T22:30:38.718Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-01-08T14:16:22.461Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2026:6564
Vulnerability from csaf_redhat - Published: 2026-04-09 13:13 - Updated: 2026-04-11 20:05A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
A flaw was found in Preact, a lightweight web development framework. A security regression allows an attacker to bypass JSON serialization protection, leading to HTML injection. This vulnerability arises when applications process unsanitized data from external sources, allowing malicious JSON to be interpreted as valid user interface elements. If exploited, this could enable arbitrary script execution, potentially compromising user data or system integrity.
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.20.18 is now available with updates to packages and images that fix several bugs and add enhancements.\n\n This release includes a security update for Red Hat OpenShift Container Platform 4.20.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.20.18. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2026:6559\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/release_notes/",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:6564",
"url": "https://access.redhat.com/errata/RHSA-2026:6564"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61728",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22028",
"url": "https://access.redhat.com/security/cve/CVE-2026-22028"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25679",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33186",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_6564.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.20.18 bug fix and security update",
"tracking": {
"current_release_date": "2026-04-11T20:05:46+00:00",
"generator": {
"date": "2026-04-11T20:05:46+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:6564",
"initial_release_date": "2026-04-09T13:13:19+00:00",
"revision_history": [
{
"date": "2026-04-09T13:13:19+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-09T13:14:36+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-11T20:05:46+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.2",
"product": {
"name": "Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.20::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-ui-rhel9@sha256%3A4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774977480"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3Af1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3A14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651926"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3Aa33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3Af787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634092"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3Afcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634707"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636495"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3Ab87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775006910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3Ad5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636352"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3Ae2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637478"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3Aee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3Ad5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3Aa8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636542"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9@sha256%3Af7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3A0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3Ae0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshot-metadata-rhel9@sha256%3Ab1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637026"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636489"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3Adcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3Acb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775090860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636444"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Ad71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634583"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637360"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774946635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3Ab29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652288"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3Aeccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774567421"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3Aaa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774566989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3A64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774891577"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3A56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774567078"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635141"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636572"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3Aaaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635881"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3Ad0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3Aa42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637394"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3Ada9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634819"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774573312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3Ac21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774638071"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3Ad2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775019921"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637090"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3Af542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774653100"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775064589"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774568659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635212"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3Adc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3Aaa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775010884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3Ac4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3A8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635034"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774851740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774851746"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637561"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3A3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635280"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3Aa58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637264"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3Aa6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636390"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634715"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel9@sha256%3A9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3A42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634181"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9@sha256%3A1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3Acb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634169"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel9@sha256%3A5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634142"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel9@sha256%3Afa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel9@sha256%3A7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3Af8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634134"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9@sha256%3A9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3A04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636953"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel9@sha256%3A9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634505"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775064538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775084215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3A540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774653285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774858510"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3Af10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634477"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3Aa0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637331"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3Afa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637189"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3Aa6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652024"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Af04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651993"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3Aba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636747"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3Aad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635685"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3Aad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634578"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Ab36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635432"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Afc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634448"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Af2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635542"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Af02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651948"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3Af48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Ad699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3A33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635460"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3Adec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774569245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3Ae7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637081"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3Ab2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3Ad5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634425"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634887"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3Acc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635826"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3Abc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3A5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775091051"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651943"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel9@sha256%3A949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636002"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Ab8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635855"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635044"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel9@sha256%3A686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774959132"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel9@sha256%3Ae6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774891095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3Abca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3A6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3Ab0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636718"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3Ac48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775064490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775064607"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3Aefc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634925"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3Ad359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637412"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Adca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3Ae473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3Ae0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel9@sha256%3Afc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel9@sha256%3A72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3Ad96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636296"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3Aa73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636533"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774758099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775074682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636962"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774653160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3Acfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651944"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3Acb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635920"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3Ae77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775010888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-cloud-controller-manager-rhel9@sha256%3Ab595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-machine-controllers-rhel9@sha256%3A5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634012"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3Afb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636802"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3Aae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636594"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3Abd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775091049"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Af8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3Acb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3Ae35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774851768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636143"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774931944"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3A8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652241"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775054956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel9@sha256%3A3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel9@sha256%3Acdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634017"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634580"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3Ae1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636700"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775007032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634037"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634037"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3A286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634011"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3A286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634011"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cloud-controller-manager-rhel9@sha256%3A4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cluster-api-controllers-rhel9@sha256%3A073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774931807"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3Ad97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635299"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3Aadbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Af57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651939"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3Aff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-csi-driver-syncer-rhel9@sha256%3A5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634045"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/volume-data-source-validator-rhel9@sha256%3Ad98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635068"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-problem-detector-rhel9@sha256%3A03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634020"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3Af3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3Afc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651926"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3A323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3Ad581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634092"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3Af941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634707"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636495"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3Ab2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3Ae0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3Ab2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775006910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636352"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3Ac58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637478"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3Af7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636542"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3Ac574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshot-metadata-rhel9@sha256%3A575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637026"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3Abea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3Ac7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636489"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775090860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636444"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Ae153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634583"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3Ad3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637360"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3Ace63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774946635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652288"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3A668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774567421"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3A04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774566989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3Ab8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774891577"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3A845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774567078"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635141"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3Aceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636572"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635881"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637394"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3A6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634819"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774573312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3Ae6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774638071"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3Ac10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3Adf5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775019921"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637090"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3Ad1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774653100"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775064589"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774568659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3Ab636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635212"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3Adf2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3Ab92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775010884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3Af2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3A094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635034"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3Ad808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774851740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3Af05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774851746"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637561"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3Aea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635280"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3Aa42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637264"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636390"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634715"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel9@sha256%3Ace7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3A9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634181"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9@sha256%3A615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634169"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel9@sha256%3A0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634142"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel9@sha256%3A17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel9@sha256%3A9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3A3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634134"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9@sha256%3Afda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3A4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636953"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel9@sha256%3Ab74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634505"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775064538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3Adfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775084215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3Ab2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774653285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774858510"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634477"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3Ac398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637331"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3Ab3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637189"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3Ad7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652024"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651993"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3Ac2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3Aa35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Ae88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636747"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3Ad0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635685"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3Ab2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3Ab3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634578"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635432"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Aef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634448"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635542"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Aa8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651948"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Ac36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Ad4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3Ac7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3Af5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635460"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3Adbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774569245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3Aa9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637081"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634425"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634887"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3A079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635826"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3A39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3A217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775091051"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651943"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel9@sha256%3A5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774891095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3A2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3Aeeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636718"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3Af0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775064490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775064607"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634925"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637412"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Af49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3Acaf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3A15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel9@sha256%3Ae1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel9@sha256%3A93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3A8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636296"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636533"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774758099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3Adcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775074682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3Aeb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636962"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Afc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774653160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651944"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3Af20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635920"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3Afdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775010888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3Acf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636802"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3Ad611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636594"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775091049"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Ab1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3Aeeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774851768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636143"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3Ac1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774931944"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634580"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636700"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775007032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774931807"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3Adcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635299"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651939"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3Aa5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/volume-data-source-validator-rhel9@sha256%3A965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635068"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3Ad6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3A226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651926"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634707"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636495"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3Acbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3Ad0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3Aae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3Ad355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775006910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3Aa7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636352"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637478"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3Abbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3Af79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636542"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshot-metadata-rhel9@sha256%3A6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637026"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3Aa93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636489"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775090860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3Af159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636444"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634583"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3Adfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637360"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3Ab3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774946635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652288"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635141"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636572"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635881"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3Ab33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637394"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3Ac78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634819"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774573312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774638071"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775019921"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637090"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774653100"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775064589"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3Ae44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774568659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3Ad987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635212"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3Abe4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775010884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3Ae9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635034"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774851740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3Ac0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774851746"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637561"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3Ae747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635280"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637264"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636390"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634715"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3A1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636953"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Afcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634505"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775064538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775084215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3Ae29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774653285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774858510"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3Af5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634477"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637331"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637189"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3Add620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652024"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Acb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651993"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3Ada4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3Ae935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Ade39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636747"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635685"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634578"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635432"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Abee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634448"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Ac6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635542"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Af550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651948"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3Ad442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3A5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635460"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3Afbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774569245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637081"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3Ad6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634425"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634887"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel9@sha256%3Aff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636002"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Aa388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635855"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635044"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Af85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel9@sha256%3A53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774959132"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3Aabb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3A84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636718"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775064490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775064607"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3Ab1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634925"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3Ae18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637412"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Aa54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3Ab68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3Ac35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636533"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774758099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775074682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3Afb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636962"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Ab984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3Ad08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774653160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3Aad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651944"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635920"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3Ab6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775010888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636802"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636594"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775091049"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Aa4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3Ace389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774851768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636143"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3Ad18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774931944"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634580"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3Ac632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636700"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775007032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3Af11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774931807"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3Aedb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635299"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Abcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651939"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/volume-data-source-validator-rhel9@sha256%3A8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635068"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3A3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3Aee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651926"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3Ad116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634707"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3Acac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636495"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3Ad383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3Acab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3Addb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775006910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3Aa5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636352"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3Ad4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637478"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3Ad8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3Af1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636542"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3Afd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9@sha256%3A87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3A4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3A0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshot-metadata-rhel9@sha256%3Aeec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637026"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3Ab6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636489"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775090860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636444"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634583"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637360"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3Af50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774946635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652288"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635141"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3Aab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636572"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3Aff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635881"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3Afff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637394"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3A5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634819"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774573312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774638071"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775019921"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3Ab244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637090"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774653100"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3Af5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775064589"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3Adafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3Acd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774568659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635212"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3Af38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775010884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3A58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635034"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774851740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3Af4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634425"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3Afa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774851746"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637561"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3Aba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635280"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3Aaf2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637264"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636390"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3Af1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634715"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3A8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636953"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634505"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775064538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775084215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3Ad57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774653285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3Ae0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774858510"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634477"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3Ac9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3Aaf27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637331"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637189"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652024"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Ac278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651993"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3Add5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Afae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636747"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635685"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3Ae552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3Aa17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634578"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Ad0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635432"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Ac455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634448"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635542"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651948"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3Ab16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3Ae6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Ad868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Af0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3A5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635460"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3Afc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774569245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3Ab8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637081"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3Af489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3Ad2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634887"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3A358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635826"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3A667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3A888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775091051"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651943"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Aff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3Aa9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3Ad491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3A9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636718"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3Ae225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775064490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3Acaa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775064607"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634925"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637412"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Adf010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3Af4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3A67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3A9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636296"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3Ade458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636533"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774758099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3Ac7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775074682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636962"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Aff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774653160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651944"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635920"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3Ac4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775010888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636802"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3Af28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636594"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3Ada78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775091049"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Aae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774851768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636143"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3Ab9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774931944"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3A5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774652241"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775054956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel9@sha256%3A86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel9@sha256%3A78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634017"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634580"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774636700"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3Adc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775007032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774931807"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774634453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3Ae16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635299"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Ac7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3Ae9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774651939"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3Ab23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774637428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/volume-data-source-validator-rhel9@sha256%3A0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774635068"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T13:13:19+00:00",
"details": "For OpenShift Container Platform 4.20 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:2dab927fd20984e247301b2483083b71f942a1f550f5d8a1db42897edc042e39\n\n (For s390x architecture)\n The image digest is sha256:49f803e9e47070ebc2aae9ed3433c45c04d967e87175664d061b53d1c0d18b2c\n\n (For ppc64le architecture)\n The image digest is sha256:d3cf84b3adc2adc115da38debf360eaec1d5a7a27edf2b2108e7d58dd7124be8\n\n (For aarch64 architecture)\n The image digest is sha256:0f7c6277a847229d3ac5ae4f3539cabf7487b0c6030c9e71e321303400439f13\n\nAll OpenShift Container Platform 4.20 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6564"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T13:13:19+00:00",
"details": "For OpenShift Container Platform 4.20 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:2dab927fd20984e247301b2483083b71f942a1f550f5d8a1db42897edc042e39\n\n (For s390x architecture)\n The image digest is sha256:49f803e9e47070ebc2aae9ed3433c45c04d967e87175664d061b53d1c0d18b2c\n\n (For ppc64le architecture)\n The image digest is sha256:d3cf84b3adc2adc115da38debf360eaec1d5a7a27edf2b2108e7d58dd7124be8\n\n (For aarch64 architecture)\n The image digest is sha256:0f7c6277a847229d3ac5ae4f3539cabf7487b0c6030c9e71e321303400439f13\n\nAll OpenShift Container Platform 4.20 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6564"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T13:13:19+00:00",
"details": "For OpenShift Container Platform 4.20 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:2dab927fd20984e247301b2483083b71f942a1f550f5d8a1db42897edc042e39\n\n (For s390x architecture)\n The image digest is sha256:49f803e9e47070ebc2aae9ed3433c45c04d967e87175664d061b53d1c0d18b2c\n\n (For ppc64le architecture)\n The image digest is sha256:d3cf84b3adc2adc115da38debf360eaec1d5a7a27edf2b2108e7d58dd7124be8\n\n (For aarch64 architecture)\n The image digest is sha256:0f7c6277a847229d3ac5ae4f3539cabf7487b0c6030c9e71e321303400439f13\n\nAll OpenShift Container Platform 4.20 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6564"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"cve": "CVE-2026-22028",
"cwe": {
"id": "CWE-843",
"name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)"
},
"discovery_date": "2026-01-08T15:01:41.556864+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427941"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Preact, a lightweight web development framework. A security regression allows an attacker to bypass JSON serialization protection, leading to HTML injection. This vulnerability arises when applications process unsanitized data from external sources, allowing malicious JSON to be interpreted as valid user interface elements. If exploited, this could enable arbitrary script execution, potentially compromising user data or system integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "preact: Preact: Arbitrary script execution via JSON serialization protection bypass",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat because it requires applications to process unsanitized, user-modifiable JSON data directly into the render tree, assuming it to be strings. This specific configuration is not common in Red Hat products by default. Red Hat AMQ, Red Hat Ansible Automation Platform, OpenShift Lightspeed, OpenShift Container Platform, Red Hat Enterprise Linux, Red Hat In-Vehicle OS, Red Hat OpenShift AI (RHOAI), Ansible Services, Hosted OpenShift, and cloud.redhat.com are affected if they meet the described conditions.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22028"
},
{
"category": "external",
"summary": "RHBZ#2427941",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427941"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22028",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22028"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22028",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22028"
},
{
"category": "external",
"summary": "https://github.com/preactjs/preact/security/advisories/GHSA-36hm-qxxp-pg3m",
"url": "https://github.com/preactjs/preact/security/advisories/GHSA-36hm-qxxp-pg3m"
}
],
"release_date": "2026-01-08T14:16:22.461000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T13:13:19+00:00",
"details": "For OpenShift Container Platform 4.20 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:2dab927fd20984e247301b2483083b71f942a1f550f5d8a1db42897edc042e39\n\n (For s390x architecture)\n The image digest is sha256:49f803e9e47070ebc2aae9ed3433c45c04d967e87175664d061b53d1c0d18b2c\n\n (For ppc64le architecture)\n The image digest is sha256:d3cf84b3adc2adc115da38debf360eaec1d5a7a27edf2b2108e7d58dd7124be8\n\n (For aarch64 architecture)\n The image digest is sha256:0f7c6277a847229d3ac5ae4f3539cabf7487b0c6030c9e71e321303400439f13\n\nAll OpenShift Container Platform 4.20 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6564"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "preact: Preact: Arbitrary script execution via JSON serialization protection bypass"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T13:13:19+00:00",
"details": "For OpenShift Container Platform 4.20 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:2dab927fd20984e247301b2483083b71f942a1f550f5d8a1db42897edc042e39\n\n (For s390x architecture)\n The image digest is sha256:49f803e9e47070ebc2aae9ed3433c45c04d967e87175664d061b53d1c0d18b2c\n\n (For ppc64le architecture)\n The image digest is sha256:d3cf84b3adc2adc115da38debf360eaec1d5a7a27edf2b2108e7d58dd7124be8\n\n (For aarch64 architecture)\n The image digest is sha256:0f7c6277a847229d3ac5ae4f3539cabf7487b0c6030c9e71e321303400439f13\n\nAll OpenShift Container Platform 4.20 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6564"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
},
{
"cve": "CVE-2026-33186",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-03-20T23:02:27.802640+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449833"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "RHBZ#2449833",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449833"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33186"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3",
"url": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3"
}
],
"release_date": "2026-03-20T22:23:32.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T13:13:19+00:00",
"details": "For OpenShift Container Platform 4.20 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:2dab927fd20984e247301b2483083b71f942a1f550f5d8a1db42897edc042e39\n\n (For s390x architecture)\n The image digest is sha256:49f803e9e47070ebc2aae9ed3433c45c04d967e87175664d061b53d1c0d18b2c\n\n (For ppc64le architecture)\n The image digest is sha256:d3cf84b3adc2adc115da38debf360eaec1d5a7a27edf2b2108e7d58dd7124be8\n\n (For aarch64 architecture)\n The image digest is sha256:0f7c6277a847229d3ac5ae4f3539cabf7487b0c6030c9e71e321303400439f13\n\nAll OpenShift Container Platform 4.20 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6564"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement infrastructure-level normalization to ensure all incoming HTTP/2 `:path` headers are properly formatted with a leading slash before reaching the gRPC-Go server. This can be achieved by configuring a reverse proxy or API gateway to validate and normalize the `:path` header. Ensure that any such intermediary is properly configured and restarted to apply the changes, which may temporarily impact service availability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:14dcafafa4d942a58f2bd8f9575f8e0f93dd5b54579a666165547bb76199e77e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:226bee3ae41e8f3835b991ea5f2b3aec620b0e741384a0c06e6b5acf68a2e16d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3e17f9e248e98c966d41ab9d88cbedd23cb8182024667ceb00398252069e9ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fc0a2f0ae15e9db793b727d653e39d5370eb1480ca89a6e388a9becbaa00053c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:090cf234301888cfa1b5715acc6a3b41c71529fd4a2758326df6897ab79afbd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5040e428251940f113b2fbb12792c2f39e091566b2f7bed86bc382979ede6521_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:98ef433417eb53d16a329d9b503db9fad36a069254e7d31b9e9233d62e41e88e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ee36165cbe698f4da348121c1d1b47e3979dc1487e10ff6b5032902982b3282e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e458093a77e942578ac4fd3fa6d14ebac33df4982acceb8f3232f61db5bd64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d116400fc7a9270e83831471cec0a351c774f6eb5eefa28986942e3dc57fa7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f941f4238c7c0e4e0d5577c68b893453d4029517131fa94770ee6436d059d4ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fcd57705fc93f6cf74f58764c9f229071932255eddb398c1d7fe7d0e18b18d60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04d83b13ba85d5c74695328ae48fc6fff0cabf77adfdac368f6ae3dc3ae9657c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1f5531d6ae06bd72e04b67dc04bbd77720ce7e6e3d94df9885d217bdf5a3f430_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b493d3c70b43e3d0b9ebae16a594f554548b6f0b368287c756cf54fdb2e243f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8b6f21e3f59d6e7b7a94ad29ab822a237a4829f62916eea26ae1ca2d4a091411_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:35cb81575c44c103d3d84d0fa1f8912980b8c13bb334b099edc558b5c45be843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6fd730af4dce3b130c320983d23334c095f1510ffe5ccfee387de54674a769d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f10c6ce7698bf185a3f439712a0f4d631aa221e17e535def9716f047db6da732_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f5b77be8fb15944a0d60a7673b5f1e839ea58e3bfb1ae6194ea6eaab811142c7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:216ec439741acb6f8da9954b626403ab6c435c2f8e6f86adb8315f4a94c26368_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:53bba5c683612dd9ce94471f295104a12e64fa65c9754cb1a693b0f2ba4a5d31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5acfe04caa894811a0cd9cbe0360562b2c69d2227c0c5d39822a81501bdc6db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d5b1b74ba0ce890a64de82ca000bd47443021f73f18380cb2798f52f199f9506_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e03fb55f2ee2336e7910e4fd143c5174ec63d3606c0eb324fbe32a4ba2562e9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e16a4a2e860e2ae741473165f524b555b845d9a74d71735f54d36ed9e2833c9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4fa4e08e27c74b8b10017e8bdf10dd79f51c3de7c23adac3108006bf0e03d86c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb9af9ccd482dab6586fdd3e32896a7a1afab4e4293ea73dd19b72806df6c9b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:49f95a77a49cbb3c65f0c676bd97141cf5b9817823237ef3d027727f555980d7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5fc05dd69cb40790549f466bed4d5e0f98ad3249e66fc143822f6710f31f8b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7ae5539fae6028fff4d116d044a0fcb8cf2780d27093fa5e4cd821a59b7dd291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f159b5d0ed105d270b890fb17fe641f31efdaa7d9241d9d1e65f79e0471bcb5b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:2824ec87049b57ce10127c4a7fbf5203fb04fc969c0adc3fd15890b6a54a558c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:682b5a6aa538dbbfcaea7600349f0f450466cee1ba2e7c8ffe77076e4982d7b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:6b697a22d08efb2532d26dd873b5839c8ee7fb823d3b814c797b863d3b2e5a95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d2d8c4af91315cca3fa7c452ac97019565f65a66d196ee861ce73201e5a478ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2c41422344195d0c3c3a3a765db8d8884730864a9dea0f89b8cef1b549d93eb1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6f32d0c10bd6d915d0b6007ed51c184fea24962653b5ef49b208633753147c22_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:abb10cfcebdcb6f504242eed02f989eee118f93dddbf4cfa929728c1ee565db7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d491bc45e2dc6af25f90d25ebcc913937e0936323b49628b0de3de0132ea2c70_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:84ea58bb84362fd34ca07fd90f9fbaacc0d231863b36fd581243f19fbfcfcf21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9f2ab13c4ce5d0e53f7c52602b2fc388a580af7ea698e446c3e8f9a194ef16bd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b0c644329c65a7a915d776fd6cbb89fec2c8abe23ce3d87d6b8c3467ee0f453b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eeb6b7bc8c108931c0829db0b805ee0dcb88008102f5b7a9b974db972542847c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:021e3839c048020209d465a98bc7d3ec73514f24b43537dc5f686d09e32a6ce6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:093ffca8ce1a0be650e8c6257857a6c2a5c7086c0c52044e9cdb738ca2e9de9a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b1620b38f91a78ac830c5e275ca5e8d7435df9e67f318e4c376cf5a2c9ec8061_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:efc6fb32c0c6be2333c359f10d7681dcf7d16bd7d4d6bca188ba3affc0ba3eb5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9f8ae61ad40be7caff8a108470e332b95845dead45538bbde321f8299321556e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:caf57f382603b75ee7b6d72bcc1fd0b32f05ae1861cc8246c56ba2b30be655e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e473df9a8dd61b17959a44a2748779dcc1967801fd93adaf85af1a4e219084d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f4d138fff1a716a6c811f35aa44b84b5b592368bdc8515e124168cc6a2f36393_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b6386c5b68fbfd0de404ee36e96b9a8a0e808bbc8e991e98a17ba33d88d28008_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c4f2d9c9be09bdfc9091def79ad1c79039fb93deb6622a717773c24bab13691d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e77e415aed13f8a756b029249a0f93ec7c61f5166941c7e96f157e3483f826de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fdb994c73388d8430d05593f6a683c51be3c1c984be6f54e7ca912e917207642_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4996c01de87227daa5e6d33d754a76754373cfbd8a9349fd666e2c4ded4b5ad5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:50c63b9fac9da5e1ac706343af70d062f0c01fce7ae04f4ac509f91de58962c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5ab30292292396accb34640b347afd1b80fe04ad709a0e4783023b8432e65832_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c21159fe8f215d1645f5a2447f17eb762c410c0404e4808d4902c43312b29d02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1d4f0a2458ef5bcbc616908fd78d1b21ef466054280299345f75ecc42209034e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:26f80e97fd89fa88daf54785db96d0311cd17dd04fff371d027ff74a351ccc34_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2c4638c7fb5f84b91941c70279ff046112f837e42bfff53ff221a87dad2cfcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:686dce638ae19d7f4d294bb89a0906ac9a3be138552837a14a36a2f28d8a5790_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:094210aac4b61e02645c722731f25b47f9f8423a01842fd88948eb6846efef43_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58353e52164e7d34a8321f45f57b7f07e209b89e97bb8f1df40a9fe3053ef696_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8fa981afe57bd26401421598d4c9be2269adb11f31f8fb8af2d863b6a07bbece_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e9041c848c618982381ece77720c21bab5ace908e1e7e236075274660d58a13e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:433bcc74402e5d38632adbe8570c786e72794b351e67dbbe2447d7f4d6436746_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:450f75e3495c7a68ff916cc9ddf90b6d6e4f650efe4119404e21ed62456a3a8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8110d913bf48b00be775d18326f617e6a16b7d6729b1948765641ee50ac9ee1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c9f89f5710772a042b5a17dc80a772881c36f024e35c2ecc85657075966bb64_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3d3ca64199e4cf7dc815c7e163a4733e0b4fff68894d4e158f91aa263ec1701d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba6577428cc113c62cb41381db605300c0672006400bde66f320696b3bc722eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e747917fd3e928de989c562166dabb51b1a06ff66ef3654ad102ff05811a1852_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ea28d80d55a100b619f57782aa9fc1e169c62e8ab855b45bf3dbaae0293a77f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:49613dce65a2a6c1be3c3ecc5553ed701b3be83b33a87ce23ee270190d227aaf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:914c07d009cb09f30a3f4fdeeb172ae2f0678472c9a91429e5ba62b585ba6172_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a42335c44e539a9e37e6ee022e350bd5417b8cb8d869eca0ccdb683a24d698cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af2d84df2ec71c3c6e6fb255c39883769458724bbd57f2b9a0670bd449856e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5c99ba69ccffacd3497a54057c927f45ac48cbe89ab1fbfa1768c1b7225f501c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:60e2b32f144ac4b608201773b7c39f13aa790ff304671068a28cdf86546ab1cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7f96a09de94a56940daf7794bbf584cfa18308a670b84009f409023557fcecad_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a58323f7532a77b02ab6bf6cbf6d90df7943bc3cafa0853e2187176f312d03dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:4cd4b531fef78f6c7d60836359242178623f5aa294abdf827811a9edeb69b77d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3a272f36626aa95276a44ef2e042d6cd8fd0c3e13699a543f97a0f71037e6071_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8d911a3c504e431d1a44f36caa6ed04465fdd462e148c54345d721d50f31e919_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95a7155144f1bce9b8018e1c0554e43c2fc5b6aeef436abe505b1eecfe5566a9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a6f992b4be4d72ab7ecb94039a06220966a0d928dc397f154ac085a41c8afcb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0985976919d1c72cf09062f052ae903ada4cf24fcc52d8e4b72d731e000e4df1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:16cca08103468394d90c59ea9385765f10153502c0c27ea87cd64b506fd4ac21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:59fbca1795a26a2b5f49e01c0c13b67f5bd5dac01be23ebfd19fbbd3a1a230d4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f1e5aa1991df1db2763b8a006cbce04ac1b9955c2c8bdba6848820a25018919d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9f31b8a1b365f6cfeeaba18d61bfa1cc571979f233378fc6b0453ce4c5e769ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ce7a1683c3117c5b03046632087d304f4248b543153ee23c92e01eb483585ab4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:42e943c10fa40eafa7e7d737e25a62c6c3480061897d63b2226b3d376883fbd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:9ea63df769cbe935cd90d4e007eb80831d847c15c8c21e3b1ebc1588d85f4062_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:77f3eab58bc8e7384381ad0e059f14af20bff49ad08af82d443c950ebb7639c6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cb0c14df10b58b69a77658a09dbf1ce95fad53571b3f41da8077590266648a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1c17a4036a2192eb8d035f5300a6c87d178533407c2257dfcf226131eac5d98c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:615de02dfbdbd0ed5f66e9dfe9c3dad986885017113db34187962963ffab300c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:0cdaf2b413cd0ffa7cef5f8dc52304180b942818710d3ba72604c2b62c68593d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:5476ce6af4aebc91e0ae538baf2b331f84043cdc3a4b7c5d6dcaeb176bd80da5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17642e14347673f748eebb65266b3a042edc0f1888f9f61d06ab9cb23076b214_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:fa94a9e6da4a4192c0d4ca1475faaaebb8a5be4e134069a8948cbf18dc22b90b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7f6473483e7835389510fe598304d341383bb54c4c7127f6dc4082b85dfc2e72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:9ecefce41a6ae344b03af2b20ccd803cc3b242de56a6faee5a54b2e762bff427_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3a42a496e328d0b379c29390446e93eba02b0c619032af0623b63ec192bf4857_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f8471f34e611a42ec7e73978b12e1936a0f81aeacb9a5f151d3526eddb72ce96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:1209c57cd26f482ae921500b3260ef8452adfe9651d46f2b2ef9ebec7ef2a7c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:611455f61e34af1115ca36684a83fc495e78f17c7924ba0a085bbe0813ff4a5a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9c54ce8f2ede2c0ba33053ed7ce9ef0cf64072309e741ddd7060b395e0a590ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fda78938f3a143757cf13a8e983de38284cadc3b6d9bcee97cd84e68752c2895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d581d8dbb8186159cf90dd34f4765ef2dbbffb004b9b7e884aa0b9ec2cb182a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f787c74560db595c553c234c1f9f011e2650fd8665487d816f920a78887b59ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:323c3f5a6b427b48f9439c3e983b9492da03dfb0017291a10104708dbb95409f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a33432979c6e4bd0847bafce7a0022ed1390f20f1d16fdfd8e6e1be301c07d5f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9f68a50cd3bbeb5313350b15dd88bc779a843e31a9d16ac74ea0f2cf64a27a69_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b74c93e8e47adb2accdf4aff561f242413a2cc54da36ce903770dd8f23dcaae5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0128ed5d0f9dd915d2dad01d8e4501bde909343859073fa8fdf4008aa20eba8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20263988c3e90686d137cefb15228c4dc98b4f569f6656e2f57b42644a8c9f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:936f543eda1103f31be2bf2a54c81b0e226fb0f8f0e5cacc479677e9a95045e4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fcd88a041aef298a8c6760bfb5964d6b65ba7a6659f198233471f0b0095f3700_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:16c88beb3ffb2fba8db9a6c428e169363fec1661b6621e839042e65817c10f89_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1ed70bd15321e4cdcaa7874b56d88d251b377b8608b4fbda7ade30df3bddaacf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3018eafca9b603e36fadfdd5bacb53ee6df540a9ebd49d13358cd67ff8185bc5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:867d080a8e1ef9be96caf3f525f7bb310291832b301884ee1adbac479d88c414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:170286e20c8524e5222bd9a8827b02fe1cd40a7a5872749af3ba10fd2d474c5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7da200c100b990cfe4ca2091419bde86fcdb8cd5d06f2c373c6421b1c35627c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:95c05a457261ba04bd5cd3ec177b199da101c88c745ea8f576161227511e26d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cac1ec8b8b0f5f5a1cbd8c24ba59f6f817c8077629fe8b5ee88bf27b372f271a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7b676bbd89bb12dbcd7a2a0aac666d5a8d0637c7810692f74df6b7ff29c74afe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:96af5fdf6d8c451096b1f3c453b8a94b3a6868accf87117cec6d2ce662306281_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9cc0c497fcf98ec768aac03707f66b41a7d6663778e2ca1f2cbcf85f22450ff6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dfac553a806820abf29ca58d4150cac5e7e653b95a563c879859245f7ee30f72_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:09112679695573f693333733446d019f136f95417366d19c9f9ba9be036357a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9e064a4658aa243e36e1ab8a2005032e26422138725016e2c677fdc530831d15_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b2a121f9ce843472a4ecf68693ea067fc597f57aa94df782bbc14c59063e1b7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d383ad4c9322ff042f6a6fd86a3b52af0d14ff8835e777b5cd223ce4a812f99d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:540f22655f16478579645d8a0b56fa1b03121eb469ac1bc47d85f725ac559f6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b2faf3d166f581b67d2f44feff30c54d5889c88ed1008a19dda99859ad61a743_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d57d67dc134c8b02544b0e7f30812df5c89f3bb56af395ebc211868c231d40cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e29cdfb3c2c26893954d6df27e0fa4ceea12768db316d4dbe30d24c2c0c208b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:487095a895868da430ee2104c3098bfde5c1bdd20e9cd089eb4e5b6fb7c07a3f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4b1cd11560edd9b1a4981df11e265fd2f0d7978b6d6639c864ced27b8b186cec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:760751c07d293aa549be70af486f32d3c39e910068186158f103f2aa6d757ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c10799d3be9fc42ac30c18e12d0cfd5dd783c8784b0d95064bf863c35c24bbd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:576c5ac92d51383ff769c42de2c1f5e595bde5ca38338ff698b24c79526ce8b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:751d4074c1eefd29b4911e2a77a53418e7a4849f6e4d3c7a3df5a05cc610451d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8b3d4e856f8c177acf923005b6a44276ef4f06136c2fae103e021bc942cfefe6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e0b4e74331d5a6715456fd444e19cd25f074d40aa674584780ee5d4225f86b42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4f74c41650f3971924ce5c358098cbef05128c61ca3148a5b9a498ff9119e078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:75af980f39d14cc8a1b2404721766cb0e03c87b07deb2574d579e97794407b87_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7ce7e8a4e38085b1db526760330319c3f6f95564d7282ab674db2e1a7d1c1657_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:98368be9f522c76f6c3fb7425ffda84d01deefaaa2f6f3bc847c76ed908e70d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:519843766c17987e41919a6ed657c4f34558d3333f6dc48118fa5fa63f6e043b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6f3cd73dc3435b298e4c0352ef1f5f06e05309ba990be951e490e19b970bf586_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9f4f5dbdbb93bc5b4db057b740ac9631600ed7f8d06d51cb2fe9743d10aedc88_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c9323660a3737ee58a2bbef3745433cbe823a4a3b813cce2bb11d8bc2987201f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6cd8efa7d29bf566f6aca3bd7f2d4770712468ed5f1782155c0ede4765055f93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:836378c65a9930dc451be929d8da61a44f4db286d5dae6ba0eddcad352ffc9bd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a0c16c1697845a243934e3ca5e8233aaf6f7f9f2433435d618d90536c922e29e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:af27c2ab68c29fed5cff3cbfc785dd63fbd242f699dbe66e78a6825b22e331dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d0c56503110d695bd90e3404e975c127d1c720d0ea449dc203d9bf3a9d1394b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d6aff4d880c01fcfc71e251ae63541da984fb099cf771ba97ab95aa7f1eea989_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f1963f204f51cdc167901901ce92e0b6ef1ff6c604f05bd31bb4cb74029fddd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f3a97b60d12ee869a1158b8bfb9c79bde2f61253ebd55713fd844d6b26274dd5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:31ab5363e90935627399f256579d68f077a2d0b3a9adf68ba431d79c254536d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7484ad735000a38eaa01352a6ca653b51c30a07d61da47f12fcc6f31c9b83d6f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8ab06a23ef94333bc9deddfc07bca921fd91ecdd45201e79bb7bbe0547fdcf30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c398a5763c87220f782249c9d2caea116621cc6821280688c1b0889b2791b8ba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2f1e138fa0dcb22a4864d8d9e5a95f53ba559a55767f4c3aa7f8410dfa05c85f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a52b95148a0a3d48df0580472b2145a2a9de26999a0e9429ecabd2db8957c9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b3e7b6d64e7a66e925d7d248a6b23cb57d5dca4647160988338d3943a6bf6390_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fa9ef7fd2d1d246d780c828ab63e1c79e10e0b8036fc7bcb8386866ec6fedd0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1493c65a4423a9399627571e539602c2143676e53f45bee339196a130a57fc59_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a6e05cce766bd2628b1c4c2c96cd121f1f381ccd4a92a9259156c74b9d48295c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7fae834b83e9468cd46fa001bee7a19254747af53bfae3aca6c5828ca550f78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dd620817f6d3e304b727fd43b007bf4b97da32b329f0c38a3fc0f072bb1f4b01_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6944de9fa0c81740e17e4f08fc868327ad437c41eaca49b865dd41aff8cfc65f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c278969b857c92d32c4741272c8f0c681bf1673591849f8ae89b0dcf6a10e437_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cb600f3f4765892564e3ab3b81fd6d58e886ff6d47f1ec567fdd4c1e378bfbe6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f04440b637d648b2d4632e2df2caa8a86d17bc10e628d2f84b920dcaf61fb730_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:600e5932d488a99f9e0a284596e1a0246776e29a780f0b00fd82c6c970bd486f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c2ceabbca2323a295cbb29bc0122ada057aa53419d3cecb20e8f298fa03fd77f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:da4a739eb8b139372145aab899c372ed47160257f3f31512d1b13366d823920e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dd5b3af8e71862ff6092b01dd66c2863feb3f68c31747a758de27595bf717078_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5edb55e124a3abe43dd60c98f0d8e22d55d5d8919a660633f98fc02853747eb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a35b4fe15cedfdcaafbe0011b48f802e00a31f7991dd2b7901ca137ebc266ce1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ba447d322846768c77842bbde1a60ec21c83b4c32a8b946186637dd70ab7927c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e935c63f814ee6918e3785285163de2c280b8d1ad407e2a218a5c90e8e073063_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6d1909f4cb0f1276e9e54eebe0a7877308d0da26aa4faf4af1011436fc32494a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6eb07877ad14fc52201da6613c33705b2f54407800e41af6083debe9d45c4186_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:949704fc5e43bfe38cb95274095e086dbfe1a975abfc04e76c1832957d8f1dac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:de39f6e54979245d728a0f0df472e9f0c0e75146b4e4fe4aabe43074a0e48d2c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28bfff1322964b562819b18927c365c91f2b4ffd47e725c8e17098da58ccdbdb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e36060c0a022c91cc4b1270c9aeb4c1ef2a9c3c40824a7f72f1a3ea7144ef25_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e88271be8a5cf7079fecbb73a0b763c3b1e3dfbe6b3bbaac31bbe8867f836437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fae3a108ac7e9ea9d0ad0112b04fdea5f21ee17ce3deecacd913a3dd7d1d246c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4a74df31377f8f37c0a278096e92708eac6c637003b213089bc7b310ce915e6f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:96ee7a4a5267b633665e485595d1880da9cdc6166ae30f278a0dc197ecdb1bf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ad9838f06b50dd8314a6aff18d7b2cabf28f71f54140a868e37ec452f0a3c2a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0bf05cdeb125a7068f4dba0ed9b7a2ea67f45d832c27c1bb14ff1ad99c604f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:151f03b65a6fb516e597fe5e9a144865af00cedc8f8fae1a763b2c9abcb5e2fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:342ce685e1786f913b45b8c6527fbc2708669855c1d889ea18f9619a4db200d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cab846e70fb0804df8f204374f8343021492a11505d5cacd4e45f676765a4f46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbe92b864434287ef06592a667cdfe07fa32bf549ee102726081e273357c7923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:436022e81ac4043a15e85a5ad10838d58ee5d974732ddacfdcb0e40851be35ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:911bdd94559d28b563a21baff72c74e563b1d3c296d7531be1f39892e52cffbb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2f84983bf74e3fb964fa87cb9687b912f188fd8117a858caff119f1054489d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e552d21396d15e504fe04ad953e563cace1bc9126df62550cec94c14f3159320_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:01dc29c4e9a6a085d91d0216ded51fb61f754d6b0c9f975e06062b620125b350_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a17d58539a5751edbc5a7a8cd2e6cf105bdb7693f095ccceede66c4eb7e7bd76_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ad6ce5d08ece1833c400cc6e7e08292c58dc11a46b514f854f12ad6a8a4f7d80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3f3166814d04736f1a33bbe0342a05973ae222b7e46c3516e90ec845572acea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:89496cc48d2d323fb90f6aa9813e572949f1767f08413963088ad41fb4b4bc6a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9105830ecbb6d57994a057c269a570fe3b0b4b125eac1184b893798b10829c92_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b36b5b8c7805e9a63885abea8e7cc27e18f853e546534bfa81de0b1f467eed94_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d0e0d847e4da04af9399ae4c1c4db0f927296280abf5dc8ee6e04b960da187a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bee0a4f34b950d27fdb88ab873e5ba4f394c838f4d76d3184e0f75f69dec59d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c455b45ce4036c6edea6081f8eef4622561f4eb4cf03119be0cf58cb3a20537b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ef7ff844aac619d9d751277d6a95779e114c06f5fbe2a607b4a3692c9c61035f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fc7e1f44ab0209ffbc780648fd81fdd095f9946e55ce3f84b0e252d3a0da6756_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f57fb10dbfa7ca698bd6a04e6492dfe3df29d0b935defcc8d83e43dfeccb365_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:75f817fb734fc183ca8ab1385485c7839de302562c49946117402e00d3252a91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c6bea2dae59827a6c96c6969b7834027874c7ca2c85699bd8f358f5d37faab40_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f2fec6ba603b9a6e4f8a40b717be37ce2d6f8bbcf64336991ac7ab76e573250b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:335df356e7a25b91f06efea7bfb885be3e282036957694a67732a7b3e356a841_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a8819cadc9b3658024ca9a8f99d1d0287e542c853271c5896bc8b853322fa277_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f02bb3ff5806f8bfe8b575dba536389a06a7ebd41b38a59afba78d09ac708dda_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f550bdf5a296dfe7bfef190a4517c93314e71079cd8be7d749e58631ff5cf763_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38c19adc9413acd274baa0dc477f6a640c22393a0dc301255c037f4beaa3853a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:595a202c4bb025a01d2903d68a85aaa60430711c7cd01081fe563c911de54b9b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9158d407112e0a5adbaef29cca980d6cab3c19d8b6fd62e9406033b44124ffa9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c36ef81a92ec6ce6c5d7d8e5a01c02f4e9071735bd56a76caaa83b41d6e0b500_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91bed01241183f232e2aec2bf9bd6752104db965d37c4fd5316f4cffc7bf7ced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b16e36afb2b452755c7c139d7bd8d22ac8f24e4650fe8e6eb824e64173c1100a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d442f1fe503977b7e409fdbb0cf51cad3def5a9f089ca3b987473d98a608a796_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f48d64c084989c3b2b1dd8bbaf280c96e9a7e15499c15bd6a9edcee4135d56cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:751a96061741ece87a795af0b5a2073d71fb8c76cd41abe079374881a975bbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b87fcaf4d76b0eb2f675a142ecc281bb475039c925bb5ecd2d7158e09a166c1b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d0a0f7083fe3d01b9e8c9302d2c1cf721184850b6ffd28ab659c486ddae45c06_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e0325b381c0e6b145364c42fa7127206f766158e0dedebbf6bfc2654b774e9b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:49ec4d336deef9bd14a874876adadf75891d8b38839ea5a9b523024bce110942_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:924c612ca4ab8358d83401ec4373ff209d78b19af53b9fc55b49bc00a1dcc585_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ae1cc989e4d7f1843396471b60b50d509dc48020956da079a5002e443f596f3d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b2a24abb2d87e9fe5e5a43c474321e27e3706f7b39848704f4f44fd1d3cc0db1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2c3e69d1ed49d85b39809b45a3d83cff149c7a0a1e1aa71cc66f1b339d59ae4d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9db35df4013bf4bd89bd2634dcff8450e0d10e52328635a67281e7f9e3042543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d355bf304cadc25eebff36f0c3cb9ebb55eae8787c338a27aab4cfe14d28fda1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ddb2cdaee8737a2bbefc8d33e856a12547367941874e225bc107cf62e503ad07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0409a6ebb267d16e80deeed2bdb9046de8a3d05ac81927eb70b9dc7f94d8b226_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5ce9b2628b40fd4a81c3b3ae26fabb5c3f9f0fdb414cf7946bd07e39c2692e48_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6b88ab7c17e6751f19b8b87d1f23d97bb1c2b0c4dfe62c56f2947e98eedbfeab_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e6cc250eb5baa2cb2ab54a2c32de090345e8f4fc84e1871d2ce810902f9a593b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1df03aea869efb41b6b696a5d00b8a5119e3a3ae5b0795d8ccb3d2986a46f495_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:424b43dd157ed9606687f98405d95739edea2798cededc2db3c35cf232094da9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f80cfc4e89ae384652d618b54bc0882b907723ab34b6399e6492b4e21f62b7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d868bb9898af50391269b38c00fda6b41e4939c0034c427f5b323a25e23d19af_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3009c45d6c26de30c3d141b0af7c69eb3e1af78286e32da8742d3e27b170b40b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d4a5dc6a2edc737e7f446963a01d09bbd0bad3ea89dad683a4b07f9101f5bb29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d699fcd28df2283e310487aa2519bd90c1bd68559057c36e3555a43f414e8d59_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f0e5ac454fd61b087352ebb88cd35c9e0bd810a39d2c099a71d258c02baf1647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8da7a671f6982518bbda1630bdc921f654eadb15ffb66b672afdf3cab3ada32e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a5e8b19dc74d4b1a4af783a94abad69d594cd2a239f99baa16c3856cff314786_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a7d293efa1c2d88c326a70db577c72ad2a055be7d4de0e6e9728389691ccef62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5db3debfa414912ec0ee30ae8ec72c65f28ecb60fa7e5d699840cd1caab1b6d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0fbb8f5db329bc070f2e35623fc45fb37b5cf18ff30ffb538c4bbdadb604f04f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:88d0bfcaf89dcafc317b7a94b45a8688f085e4c077d0dc5566816e5eb4fdf78c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:996b174cca4cf1c240c062c8f22541dde7f73843299287b4c0541829e43006df_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f5e02213382843329c2d76fdf5d6f950625e5d6e88adb0d37fdbd8160503f3fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5b244c844b5d431b5b9610125fd51017c80da9759bd847feeb911819a764f07c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c58363a9e5a90e92ddd070356488f3cd684ba7e398d11ec13430062ce5c77e4e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4193c6e625f07145a23d18abc1a8f7a5078c30b9bbe27725b5c0050d88b188e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e2944b7a6326f91e0ce68c0b5617dccaf7b70b1bc2263ab036cb6dcc02ce655f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dbaad2d60c647f331268c0e8ac723e5300ff0aa16a038a0345bfc78227f0704e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:dec7af8d782ba13f4aacd502d37c7d0fc6ce38ed4078dc719d414f423b0f3f16_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fbf25e725f5574be6ed992c4632e65f947080ddad8c466f6243d0306a1eeb75a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fc82439c3805d3d2083a3d27b7b3562d15d86d5163e2d8c74d3fb016199fad32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5d03c35fc35d160d9e0b24f69ae1fdbf52cc4ad6839599d815e4f1898f25f12f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:650276f02f3514188ae597933707a3190b61314ea5b3c2aef15a0dd9878f0ad7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbf9ff3002abb181423e66e820a9eec0bdf4a8d5b26deaa2bbef28cf3424dc22_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d8e735198279c0562edbf191389563ad383b8bffe5211ab8af643b1626f98a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b02005d2c484acd9dc60e983031b1a3f1e65c6cf9b4bf39526a4804fa486ae0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4466f4250ea6de60e66f8ae2b3cd49ff92cbcd127cb53a32f03aadac13958d6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee966e2095ca0fc1b636860d487eb4afd6d42200ffb729aa1a0313668d0ec651_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f1875e87c9d05f8e46ac7f08fb00957e39e229f922b6885a9187fd90dada38cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:577880082d2109aaa963408228826f0003949c4c00e88c7c8ef6096e6b6cda67_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:72e3be209dedc583f36cd5d5d6bee4ff2ee190c50e71ebdf94bc8daef2299dea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:959f03b735282789a4e65887a7c0c3249c50c7f408cea639912d2ffbc3a8bd36_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b244dc6a54ea3979bb608acaa0a3bd96462ae8d82a01c91e9627d39bc559719d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ca2a8af7303561b06ae2ab259f359212c73e229e93c4f185474c3e9f4642183_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8516fb082aa44694359f3aba524a88f910de616c554bf995fbd037ee4d3fdbde_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d2863925280462d59e18d51d95fca8e5c2941076873457e91a92fed4df4bd88d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:df5b6e14e9e4b20b3619a81b0c5478c18d18894a5cf85f3424499dc207f5eb66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:36a722b64c558714b400c7c57e10f912a8f347e508d902f115c7a0e99fb177f5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9ec192233046bf4684d6cbe3eb1d9418afe692e7c38be353e9512a0d0a5bda4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b8885a4da15b1899254f352e1c0c6d003f1687ef2aa17d4ca0d26e8dbfb3d97c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7ed1c517895be2df46c23ba8915d245bb3bea849f644d8f3e957a2fa2c4e454_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4871ce20e6d1ebca8d2bd9ad638a53d81122dda7e40f66fb217c57b9fba1ee00_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a8bb938b9b7f725be3d10bdf52b70675b2079766cd1ea272dc005299f8bdfba4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f79ab9487468673b4310c3b1a499dfd6b45b6604f626b47b58b3c740b25edebd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f7a15b83444c4c27429f295a26cb6b37894d8a8a7e5831a9256ce5b7f1e73fd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0c4bfb1b80086869bf3ad41c05a1c4b2e22028919b1e00983aacc6ee33cd9b43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4a57769008e4c65e8e5443806bde34a9ce7c5bce606e5f2de9b6f52ccde60959_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:87e98983d0290b9b5a7cbea53ff4952b2f14f98a92137a3eb298c32d8bf02645_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7202bd759ec06a80d5da124be3caf73c021a6cd39191d1c163ba2f8d5588cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0c4615a4eba5a78e931ab56e951a76cb102e9e9b8b46e123ffab7a0ca95eacb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e0ca9001e5adc3e185b275afd9d8d05f0f59a1cedf02c51b1bd453d7ac46b282_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:49faa8ce1ef66c63418c3d438ffbf3a9f8fc8633603136b139be412bd3390e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cf4fa4d72a48ba6674b9d35a5e815e92e296fb11b06d51ce4ed85d35050f73f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c574eb1218761ab8a2de5e3307961ed2831a53ba6ea00a7123e687651d6ef4dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fd1b5d236e11eb7d30035fb143cb80d1ce54d1accdf3a36f8ea0c7c042fe05df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:04682a14779e79eda5b46e54fc0b01d13b6e9ee1b21594f6cdcb9c94132d1ee5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:100b46441753fbe7695faac4e26de1a8e1dd0336f239b0aee07e0d8dc1f2d6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4d214a371886ccea2263e4c70ad84909f5c978db00fd10d5f35ede646e0959b5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:dcbf048103b0e5f2f56fd8d3f3ce16e0f511b27facb17453dd9bfb3e85038101_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3e41abe84aad3a4a632cafda5804dfea3e7f429dd03238ba957d85f68723dba3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4deaeb76db710d452cbdb705b685bf91584c17445c9c522a11c5e2eed1e3d9d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b2d97465dfc905d469df89d46b43d0a1d51baa583564d2f69a516bb5288b4698_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f489f546c335b59a82ca0c037eec3e587f593b07a3b5c1d179c49a439ae39312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:575dec97e1a190e2409357d8fd66b27974ff880a537dceb4684d0c615ae3fb16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6ec5ef541f19129cdd8d9c67855b5b354d93397f3fc74a0f3f07515a7934580c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1c8a9378b12289b4586d4320dc1101224942c4ada77602f9922a1f8dfc85c72_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:eec349dcb7261865e0a9b73cb191e954abceaad558dae24c7a792a68d337eade_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0ab533cda97a13d03e5f65c064225bbfc75056d6f0050bf92db19cd6cc6ad90c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:52c76bbea650adc79d2038e78eadc89cdf0701f52a0f9bba740622c201fcf4e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d31add862803e5bf70bce1e2c9446e2bf72223c37d4f40220ff760c2502aaa1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:62b4c04d653e8e1f084db3dc970812ba7f3118bbf455b6c8850725a02f0ad5d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:124fec022248d2d23c051ba2187e6a10d90da5d5ca497fcc5d5e721eac9940a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4f2dc7ef37209c471ef4918160fa74836cf8eccd9836e3925a44151258986bc7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6285ac9eb172e09e87d1eae6dd5d159c5d6f52181c2ad433d2d262373a2cdddb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bea74502797934dde1c8c03847c3f2641db5a98791c05a70c5f24801364246ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3905575d8580aeebdda8d6f6f4d06cd8a18acb62c472f00675577e03d6f16c66_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a93036400a6ceb83aaa54327a569466dfc46721d12f760a2dc968ff7d6b7b8fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b6bfe28df2e3baa1aaf20336ffd8e50178070fc6d7c40030cbf650d6e2e40290_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c7fd10d178c862262e13aaacda18b3367528f8aa6731a33cdcac8697239320cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6f38666deb5c0efb5852d17ff9d04187c8d88aeb7930e026c978aeaa376fd5bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:88aa00332a1812be3fb1dc9f5a762b9f23afef2901a0d27facad11cd3139871d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8e9c23a8213d2f6329ecd201c1ec288b4db464c96dbd1ec1a4aab00c97a4c4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:d6560b59aa813120fae6289009883e02ef38ef8d6991ebced118192ecfd88e49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5d4fbdd2253625ca838a023a9d79e678c68d2329faa724581b0c3314143b88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:70fb6ca9af1bc8a2e9b9f6a839dc3215b02aa5786dbf6c0e26e75bb807278d17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1c66316716d612153fb8363578cd235fd29b9ceef0fde4b3857367ffd8dfe9b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f542023b562f81ebdb358a4435ff53c1807e68adcdd05c82d1699110c4613ee6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:41e5a17af81187a29589e2345a4264ced20a9a0e571d53b7f0b593ce1431f727_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5f3b8d620e33c73371adcc1c7f1d664245ee1f92b7ba013c6dd70e15c7041658_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7dd31efeb1bc8d788ede4c5249ad9fa640d425486e27484407f2f392f60b05cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e6fbe99532cd62be2cf60549d64d36ec52185630722fe5f92e69155dfb82fe66_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be4151310796393763e38fd60e83efd71161065da62c31147e9c3f1b398b2441_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dc6515d915101e8eb9509d732a44d6b9774788442adb3a599c81b1d8baede96b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df2ceed2fbb9221de29651d16f672c623e711981d3b49b44c4e7f0e227e08d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f38a316ad211693e9cda44f68feeaf5abd96a30eba89f3e19a7b1d4e3b006462_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:36f54e6e0e2de4dac21ac38a3a6604977f43aa2fab99f2fcabf147213b8536ae_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:44a8435b08187dc8f0fc2abe27d334922c00350c06a1debc79df4d75627ebbce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d5eaf11f2fbdc54bd30b749062ff34f40b95dcc548efb04ffebb1320bded0332_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f4a9bf3ebd109c852dd89fc75829b47190f9a913bfa26fcbb5a8980fba466111_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:079ad8811fe36d9b4fbd1c0fb8b72904202b046fe7e47e731e6689c2edd5e989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:358a8f6431b7a58904458a6e478f38017497a4136ac72fba570b3b78e47bf554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:cc5e0692c479b6b22c3102e033c401b0dac9267c1564aad90834559d4bde532b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:39b2f805e5e0be7c38cd215ff79b1d319618e15248b5cc0d3abfb4b45979ea0f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:667f8ee82f3efbefb48cd9627e274ce291b8078c28c53e55f67c95986a11d9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bc770824295c7de4b1afb7a6b1fd7aef625673baafbb899e385ceeafcc52bd88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3ac00878532eb245084ae35670e3acc8cfbbb56a2422c110db52120b9294f299_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4402f6295697c877c04da6dab42376554da60f865c979c2e24a9eb875ba0a948_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:56b4581f7a974120e061cbd5baa858921d4a6d55355746cc0aded314a6c3a8ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:217c0243330a571e1c5e8ab91b9c0d47edeafd2ca617cfc0e5f34d4a54af9339_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5a428e0b8b0cbbe97fd3aa96baf0ff308650e0ed736e7a82ee79174641a33b95_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:888a7c79439a607fa44396ff7d6ee06e370f664a4946207a6009e2b1c15ceaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:275618a4d80ade2ed732670017c3d6d4bda3dd3195ff40585645fde821159937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5d690eeac23f95f2602dc155fd2682ddc849b9549df76296f640d69db66ba2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d71aedbe2fc267d59a0a82d57ced282f66a8bb944b6a5bf924f6aaf4b03a5260_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e153a05debb8ea2f2c473df9a131c849a2bedde9f528383c4bfb19cd6ff2e614_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3849ab1a8c87d322c499d38e4a55f7949778d208b423b5187a5473186b459a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7534cffb860df8351d4e7c4872551f4238b71f161adb876a5852061455e5eb7e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9cb287eeb1531d23533793d808df98e0bb5d2396f067ae87d1b3f3d10547d116_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f5e169a7163be90e746e139500775ed33db1beab23329860f5831e4fc70c74a6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4469b29d3f9571da0d04f515867c723179fb346256991840797ff6226aa689a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:714471740c45afe9a9767dafe39dab962b1d936f6ce15e4538ee7409057f61d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:809aff817eeea076025ca5ff284c3eb73cc84ff9dcdd7bb5a20e1bd82d861245_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dafb4e58b72fcd975c6773302b3d4ce60a834df623c39d7ab497040e7ce09b39_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0fcb3d047e4148f72cfe27c880292d3df2f2e4ed0e612ce6218aedad0f8d34b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7fd25e77d52609f4f65b65485fdf54ae63c4024b7044ab16694c7af63f69a83b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:88e9c944eac8415a646a3d85b6c36fae41e031c63e8c7b093eafce8a8920bd7a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b29eec795e12e7a1fc88e838ae8296caceb06dfb0092779aee0a0364175e076f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:949ed1fe4e4e24c2a7e718a0b847a73f6dd82b08e621e985b80e6f0c09bad2f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ff4c0cbbceb3b21924b85b400213d177dcbb7dcbb9d42bc0be5adfdb6e756bfa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0c8f488377aefb043639eac53d0b7c62e1ae2b723e2f707b4a528796591c2bee_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:343c89173bc6a9f64f346b11c091e5b6758a5df9d0fcbc9d78aa46f7565caa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a388763f1bb23d35476878b7db77afd6305a39c7b68b1a3594661e0b78cf5c91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b8736051efb2bc00666e5734c24607e5a37e4e856f3120c272c3e640e0e1613c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8eb077126005fe6010cfcb97851eb6849be76af96518b9c98912a9f42a2a115c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f85f5b6252413aa34c8d2284be42b31d5121508a02db696e39a1660f90c1922d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ff8e7a911d4e6ad39e76542417e8f385fc7f86032a46bcf10af61b7f616c5297_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:53a4b373dfddb0f8159e8c46f0db01aeecfa4d914d4bf1f11489ee06cd522263_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:686c7ae0e3e6bfeff07ffb482d2d74ac7a8cb354c182300bcfb25bbcac60d43d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5bec6dfe5ed671c793af59974b11763d5372253a08e9388e21fb603eae400895_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e6a23f415e5edcc57ad4de68a2cc3be7576723e6c09135d7ce7ada1ff28043fd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40b5a61ce39d9d72f019dd119d931767df61d04b24502b589b48fe603fce6218_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4ab7f4ee661c99bd43746c23582bcc9b455bffad8eeb05ab370b962fc620dd35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a9158250bdd66ca79f745ae6df04259d99fb523451c67f6bfa38abc5e7842b94_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bca3407079a3312eab25fd1e50c4265ef705d9d0e25d061aa185e87ea14a10bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:70e1e80024ba8eea35e003dca18864778ff1113b347e7bba0fca1e7126754636_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7d76f2bac07e9ddfc3730d220e22290549fb5409d5e941563e7f0587ad76e3f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9f42a65366bcacafac5cae6fd1277d1b15db5fd061e7c2df735ba723de4505a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:caa5e834729af868c40bac6277bc58598f3d76d311ddda94483dc08159f6f961_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:883c776b37e728f8af63faaa1bd08b571bd2e2cb90c99136a6b21d46e5520ce5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c48583287c894730b3e68911af7da63a4b622ade781c3dad816e9c78c29c61a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e225a4c0eea708bf2ef5e7fb3098f32cf076b4bf004737eed8c48ac0d5fd0588_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f0d16f53ffe0d8f36c1dfeca370ceb59be3b2dd5d6d5675f0b725593c3cb4ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:04eec4975fe0ef6af699de5f0a374d44069b916d74d90b5938429917502400f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa53835ffcfd19789dcd0506b8c8a58a2d0dc4647bafdd281bf89f21e143b291_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:64fec7ac18f64a485176bb2d906e0c4de7c23f2194e427325db5c700f561bc13_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b8de70a78c738b361f4af9d9b8c0677695c1340a987baaecb8bba3142ca12af1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:668ed7e5c3241d0d227cb62914ba48f66f1cebf802f0371c182f3ef4a771e98f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:eccdeaa6b130534a86a872aeba240ef026547a240161828fb0ffaf3cdf386cd4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:56d6b3fccc76e63ded4730c1164711e401877e15a65c604cc511c0e5ae121b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:845345cf2ac9963c53f7f8a2f4c8cd93d79d8c86286296bbb6c889e0fae5b8c1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3e8f528d769ab8c13f4eecc1442fb8c58bbc027b4e69c05b7d3148f79832bd51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4b7ca807395c8bed6e5e7c139b3c7e01796a2abd5982889f5193b0267cbcdf79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cd0cece27298dd9d448b1b7c3bbdd9f4b0f8a4069a4f1e1a6c5e08539d2a1ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e44441c78132808ab097bd0ecb357f3d494a8033c2abc678bbe1ea6cdbb7decb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1e2612364afa39a98e9f1b56929c4ef649f5e111aa24b161292aa50e58d73261_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31195a1c4ac91bd0312a1a440492e15f5dd876637e956e211647d6928bef8ffe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:363046a88e36ed451e173c233203441b8b9f4b74f98ba6d5a23684495304541f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:581d2bf7e374bc7a238b1184fc2bc55bb86874bcc6e0bff4fe759520044fe5f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:158e081d0c32566525949e13de58356c30821f6163e6eb415e67474c3fd7b8b9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3366d391aaeff028defbc936ce86754c0d454f9fc89e9e126d1e961bbf66facc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ab42df7a5bcb8141d2050ab34f579d2f9f16036a76737a87b7a06199a80b953d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ceb14b17cc0957ea00866b134cbf30457dee760b10b4ec0078c252e3966c52db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30cb7130f02fc147c699477ab49450d51958cb5e54358c6088d69221b8dfbafb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:339943ad965150ac1f929f0a483ab3feba1564bb4941c1d4ec7845360f615059_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7979f83bb46df054a8c8e79ac8cae7e6288e2519ae472a278f57ddd2812ee4d1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9650eb9a92c63a2c88646e42710e4a85470d502589571f619836ca901db6d221_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5580c38f8b24a3194f4bc67737f787cb7237c36e449acfefda6b0ecb12482bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:669ee3c3cd16243e6822de4ff81d99e6d3696cf18a0c626076f4a35cd7676f45_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d359f6407a7d9b70ce6d20b914385d20bf90c1a2480d02deaed4421a1052e513_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e18d7cf7be725d09b0b2d8fdc28e96e809be05fd60ff04cb2dd44421bd7c0fbf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a54aa69c7013d7b6c582cd3c7e72040826d1cfbe1192d047fe6dbf509bf1a054_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dca96e7713fd075ed19f4f9019e1efe09037355f43b31fc5ddd964ca84978630_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:df010fc6e0d44722285751c3f2f4ac0b56b32c1381f56d04b3bd6345a27443aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f49ec21250837193c4144dbd7b58169be8e164bebc86d55cba79d7db78826751_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:15417c36f257bc4f44bd4dea66536a8ed29de646621a45d853c7468a1325b6fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:67fb4e13315e0749e5f4edd0fedfac38e3dd48284238aa0ecb834e88f6dd1977_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b68a903590a8fcbbd38282fbcbca4ec0bd88e38723a26010fa175d9e5633bb84_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e0bd4d7a3d05ea86d65e604f8f9e193514fb17fc7a99b4f9ddf8ce550d456793_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1f955110cdc4c782a7dfe3d11b01779ec36fce8a52fbe25ec8b569b8a36ab5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fc53b5f2f80ea87cec51df85e90e037fbffd4f11d553d5a992f6efaa05aa4f02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:72db6d3486a0afba9ba1566df18a85595c6f456e7f8f85dbb96514a8a46b5209_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:93f8d39b5b6777ba54873f5a2131306e8bdc57579bf591da0dfa2555b7734738_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8578d8805d18b9243050a34f995e24a6f72481acade58e6f54b0ef5b3296d2ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9c26f186268acd91e2354e94278378b2bf450017befd69314ac6a47838b0eec9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d96768f491484a760e9f46c0a081cef64e4a6804f1afeeff3033ca28adc53236_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:05ef7b530a3f054081e2154eada265fa38f622ae59ccd5bc4ef4a2eee8402730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:30dc6df534d56573059fcb29709a53eeac630d4cf27e5c0203396339bceaf5ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a73c324b5f3f268366884edba2fbe7011855b89669505a9df2f3c972acd197f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:de458cfbc52343a48270f4e86b81d7903b3eb0d885e41f3b6b69aaa343c0266c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:14b3dfa499e9d9b83f5fdfd1d9fc3e8a247ee1e985c474e5da0d6eedbf0b1a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:588c989fe68fbd2f34c2cc68f75b8f0b3c15cd0270dd041c3ef4706116f5cb6a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8ba2d460a874532fac459d4dcff35cfe49248c46d51639736231bbd8d7b656be_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c35359cf02cf4c08af4b6e450f48deccb44196c5ab3b08083e57f56ce46302b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2fcda05f8e94cd96e73270dcba648232eabf7015c290dba39a958ea198dd194a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3d9943a10c7edad996c29f46a6373fff5234a4c65bcb2f4c97f4c34f2737aa4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6346c882d280f5f4f4f79ad9fed5caa6bfaa2d26600e62388cb533b268b02701_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:63dfc6ec8d2203c35247501910db95df7f6056c0620c21f21e50bb7618ed66b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:55e35eee7a02c96d086a2f13109fe87a8948101f28d12bfb256ae9286c1644be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85265cac051738009dfd57e433f4a1c27bdf062ac1268ad4bb2204e6d3c6652c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c7209d51daddf786c3044630573a4bab0e26a9cd56881ccdda857012bbbfccdc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dcca68091a3aa58e9365e69cb55ffd4b2ecd66427cd745330acdaceccd972581_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:699daef65bb8d5d68093a86cb1d24a300347945ffec5c7413aac827d23c54940_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8c8bf838d99994dc1034549dd0095fce633890b8e39e1387fd9a2427b3a110d3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b33f47c9a2e078bc77f3c2f0b764900082ba4782317639d71322307928a2ec5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d0f88168db11d79b92e37482096965cd22e89d9c93e425b24a2682fd58ec57b1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:22f81a8e8d32f068a510e60257ae8acc74377c7146e2743bf8382bd1b4124638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6e4b91e712712fdb72f0ddba50496ad86227e709df8c1886cc30fcadeb0b4b0d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:eb6e061b60b191a5204a904f696fcb94ce8d5fbb26b8148fe64cc38c96ffd4c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb33fe3a93a8858e73284fd1803090343125185b0058a0590457cc3b166d8bd5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:11bd97b6986a7fa6e62e7f9cd0eb602d17e91c2564c37c0a8d58b96be05be4e5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1b475b4ea907ea6fbcce813c8519ed27fdb36ab82a78b115bb4bc2bd31120243_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f260eed53a4130bdcf5d74a9acd4d20771ab852e45dc3c74377ed205f0f18c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7f7f5b47a38759f9d3cecdfd5e296db29c7a3f4ae87d8ad0b61a838f2809e451_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:90414d66fea2250976e031cc99cc96075ce1f354729ede570a66c6564ec5db56_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:93e728ff49c2f5b8ba948db0cad432149473d82015dad821bc04eef55fe97c74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a42120a83db7cd7de76baf52c2336c60be42486a2025e305ab43e50000f3a671_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fff8a2faf9133547afd474de4e9cc88483145c6ad2079b5c335247ddc919095c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5f922bc5c05d9946534890f1d44fa69e0b5508fdca7eebbec1800da5b6f3f279_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6903d3bf5eae74d3bc3b23fb41e4611688be5d7c4a66da4c3ec9870c06869ad1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c78d79f1837d0501ec2d349ddded153b85276b35127dd6af8a81b2381031f47d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:da9004fc0c702fd4e4fe110e896470e87bfbd65cd64b5967c188458ea2366cf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27ed497875cf17231c74af201f20f9d0fa994e448c5d50416a43bbb03f0b2578_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:283e79fed1684e2a25af73074d57ee1460f889fc0abfea0024eeccc14c57d1f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:39538f8950a51ecb57fe1c8ca8a96831003a9e7cdce561266c247a927e789d2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:43fc2e922acefbaa98f7d558b013ed9445c3f42dd2291608dc961797b390dbef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:03b79ad962ab93a071a74331b6e9f164f48407c683ac2fe0508af19c0dd348cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b984e1f7655bf2d7a5a208a7ca379968f3720daddd79eaca30842daab0881455_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fc852cfe131e4735774b5372822388b333048352a95335055c80e0cca8eab988_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ff321616c16a21ac8463ee8e66510518165f7225c6406080916b2a2150f834b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d18dcfcb4ae9983fbe33ac8e6cbffd7d23f6a9c495e1398e28190d40e38e719_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5f1ff19173bd2290b7bff491fa44a2d5eb1d85e9e5f3ca7dbfe71cee50a2af27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6e53b69c0c5409ae40ceb730d91aac612a1b0773e7203125841c9b9f4bf2d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d08fabf48fb3cf1bfd18ace45ecdfebe8b50710e4431aa81ed3e2e766808f719_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:68765820fed8304edd0c435240f754bcd3cd4dba24185d6b71aa66df2d3307f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:99ec0d257040bde76e6ab3525d7da24195ccc3f6a18494940c5f438571938406_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b8088694aa5e9ea16617620d986f8d3338e63ab8edf73bd4be4e43aa22bac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cfb8e5119fd8ee21c3cc8ae827d615ba2ecf8c1d588e5810be309878e4906d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2375e11a897da1b3c72ca9999369673cd9268f0481990359869808c3fe2045fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4796ab71fa3e79704654a285701ef48237becfcded002aec6db50a679978d94a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cb59e2bf4eefd02d7988c52633584f62c3f145563ffba8dc2bc0294554db1d46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f20ee509bff274408cb4567e64a0f6764261251e448656b0f2ae358917332c19_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1eb79474d78d91b7d7eada437c80a45806457b979311c004026396d2dd10e24b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:728f3942042dad9eed25c1514f3f930f900116bfe10710aaf65db0b587139e43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7fa14ce485f900110e0238156b6be6034f240c9a67573439605155146637b744_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:887998559d860d00bd0a3375ae2bf2a64c385270a6870094e00069bcccb5dced_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b595ecf2a37b46ced7f497ace9e234d782e268dd39a3883c07320c3558c9047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5d4c7dbc08d143a2d61bd4441c9c4d1f460f42e13c26f5acf63a4cf80123e8dd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1280ed05250a93fc44389649149545745cb8f4be3da0ebce21ddaea8dc2fc7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4a5f8e9aa443bebdb2344372bfd69895921f267941affa0936cdf08d43e0e48a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf78cdb1cdd9c27b08278920c000c563801976cfd5c9298bddc81c51406ced56_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb0e566a837d644ea91ca3f959a73ff676022f5af0689f5ca5f1f792ab17996d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3658224842663a1b12bd26ab80f664b8504a05d51c39c71da7aac7ee4f03c880_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:495594fe58bf4efb714e02409cf6ac719775bd64477a21de18de6a08c2ebaba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3060b6d101814a9761ffb89e6786311ac1733377662d1a0511acda105f3619c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfe932b82e3d8fc784cb44bdb6e19b6ec6c6b480fa959afa37fa8e99a8470679_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:15a98ef1e195efc09b1c478159ce6ba421cd4e846f175fac434580c177f4c9a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:42702d7933188decc73f625025af1990cf74e2f5c09173b0214d9f5cbbf2c76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:851868c0cb832ffea39ee1246a08416b40a710246dc0297e973b4ecdaa87917f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9c4c1d170fb00e89dc97e9f393bb5b0c4ba25bb12b08c795be399d32f093b3f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:399510989023194b09dca8011c9b44c4ca66a95d2e06fca35f5cc882c3cc8ccc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3b80730be8a09d6a6798e41e5d51afe2db1e147ad54908118d7a0c33552489c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:47a98b72f05baf2638f95b1a2b75823d1ab61f88d36bbebae5745d7ad88dbbf1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:76238b7e3e9c6fe22fa573dae716b7bda1725b8bbf010b7408a4c24c8a17fa3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0d867874f41604bfb4153f31fcb6814c8bfe4a0f725f4ca85062b552acaddc47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1fbe0a50a6518d13bdbeb49f4c466092728d62fb0daf57a997acbe681edad93a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:69f571fa95e2b09e5bbc106b8977fba9ff1e69371d08e8d0e0ddfdaee8918054_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f28826dbeff5927b07f4287e4623e406b8188cf569b1fa788bba646575cc8cf8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:479a696521c01eace3cbe9e03ea3ec1de8cd768d64d179fda2299de9f01c9e93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:56b8818525353d5cc9eb22bfbcb58186615dfca9752cce6504a0696a7f60a5da_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae870abf546c50741f57c2c439a44920b096ad97ea329475a3673b5c4bb621c4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d611788bc3f09956b2ad015a8775f861597eb1e289df929f2ffa957de5a8fc3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:346c59c04a2b13f7af639af7702c7d4fa94281aa2dcb4b915379fc33997def3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:70a83061899bbe333179d79d98e1fc5fd04450ff6e3c6843eb12d96c13468acd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:81db67664fe1dfbc7eee30e78939ffce7c3786c9b0428741a19b35aba753fa91_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bd0bbec66ac2d5b2c8fc1fd5e5018436d3a9c2e1b3124d8845b7a99592693f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:13a4d37701c4e80754beed47c7f2db33d5033e50bfe7fc8eba470735654a0dea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d5d4ae37c8ab013e5aa79c89ac2f6101ce99e4764d48e042c507d345036f0c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4054a1c8002daab8e6da8a59e21426e2777d250c8881314e3f57176509a54790_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:67cbb873b3ecbcaffd2ac52fa8654e422df805ecdb71c3982fcd417ded009455_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a4917293630c43c7c9ca2400e855233283c2b64c9a9c4eb81943dffc219bb732_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ae242d187f1d761cee609900c4844b922f12061238433bd4c85f68fdb46efc87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b1f27b1965ad367cf3595e38cd16e4be1130c1abdd314766172ecd6e25cb4ef0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f8326778f69a011af60449077d7976405bac63ea7d7006b682aa69f7a59d3f97_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2664b1adc7b0a809a8dd2280e5d881f599e3c3fbf9eb723350e531be77e9bb35_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f068ccb903c257de1abdded291b1d3a1582bdbdcc4699a55eccbb52aca4d1c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:93be16db884b3203c82eff29b34a23cdf25ea6c283c171f3fb200b3caa33ab53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da78652a0649dbf08f7d8f5df71a7559ae60314799efa6acd1f75a0c410db2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:64f60ee4a1b18e7dab9d7206736278b2b72c91bea838cede98cdd770642be2fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6c07edf809e7d133c1390f841f011c0fde1da4ee8e84eb2da9b5d8cf2e66407b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9a21ed2d76e3b029d8ae9f17d81157af63d13703727b7db847401d3e82313d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb37de2fec09abb47f44f979dfa9ab448612899f8fffb8df8cd127cfd422d695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:435da7d15aa2b83de6c70ba00d2844d84d4723cdcb23f6296815f694b455142f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69b7061e2bacf188ce839f8eb3696132b0a89778b53f5646f9c5a20525c6c422_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c4e71753790cf377444cfa92a9085c2a5a96c20b52d5280c65435e402f86714f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f2c036cab86b6e38a8b291bcc2d0b9e22110e131f1a5fc1c8c80b773752f87d4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29a5e84e915edbe113864729abb12aa27ff3587e72cfbc879c1a7ed6c8f0cea4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce389096ae87a5e44333dac638e0ee65b62d02fecce7d15e931103343f0f9744_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e35aa53c69a9ca7ca4e46668fa7156be30acd8d3a84bc539c79ab72c366e2d26_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eeae4a8d9ce20e28b705a3325f664412463dd0e6264f9fcd25e2346826a3fe63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0372336465e4ba8e0f2520bf6359d9b816186ac10f643cf0e932fa567e89484f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:063e9b958ae41c22ba89401dc083392d76650e71f43f3a27989c1b222c58ed5c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:89e5463fb12cb7c48bba5ece14cc8be8a86cf7cc54598036fa602a2f35e0414c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d808cc076920019a93718c1f064efe4e25335f9cfd03761b200f22c061df5c71_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:67a2a2b15485cdd4a0ae85ce06ecc66641d892fc75a547ba1a6cd43e55ecedde_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:91d4bcd0e7477275431d733ff800213cde4ff556263a67d4f692bfe55571125c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:aaf1625a3d8af3a010844b9992b23149d5ef0799dac6e0fdaefa5b8e2b43a64f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ff162faccc7da47aefc902f6b704b4b029c44addcebd2c05ecb693b798eb3b30_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:66692f70e8e0039d7eafe869229c74ae0826a16a13457127925070252fc5bea2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0f8e22882e5d50a0d9398e01e32978ae90adaf2595c25b88e29b4efbdf96860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f05c7310c0c89e1a7526e99eb12f7c895151bd769583baf15193cf06092f486a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa9656e5141663b05a4b8d3193fdfe0cb069faba5dfd30573bdffa244137338b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1c6d8f27d82fde7b0e84c9f5ee3d321d1f5432af218ac798ed075fbe93ea89f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3120ded844d994e60f1144c298d839d53e009526b1a8b45b3dcd3dad346d51bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9e6a366dd801f3315c875c25cf47973df64370af1f2b6cd33f55152ed7fa0519_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f11e5a42d0c257dbd22d313cfd324643418bad3fb9a4f5a4ee382f91178d9359_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53ecbed423371b09c2867ebbc1ad10dbc259eb69a1dadb0162a491548a503d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b9752169f561f270d6d9afed7a32ec2554edc227174b4c814c4bc3573cc8072b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1c30020ddb583d361ad7befb39f1d05fd5f96ccb34fbaee6c028fa5fd284c3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d18c9c80f90e5c1034ca0a6eb3f4bebdef529413f0d406ed5d60f3f6ef26cc28_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:37855996387ecc78f44047f010664215d67e36a949f8729b2b89515d47110924_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:389b5fc033eab98f434f2c027a3876a5ae55405c9a96a0322f47c0198c7e8cfb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b636f5be0b3a25b4e255348d7a681e2222176de56937b96b1c1b829f61032a4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d987414b68664f1814c5539e8ad0ed623d6c9542537aeb6a185ce3a881b7829c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:121a497c12db985c4bc55611b8e9e853651cc9d458b9d0525bc4d3edff7b7b24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:58a0e618e6b7b649e4ece17ce5cc64b1b3e54def5a4ea8796fceba9cdcfc19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5ab050c2c84f40ee4cd7ba203f151e874c16cd0b40f97f0a166cccc310aed720_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8749158220097769cb3c5a4ea34be97f2489f066f81cec84b6e901980b1cd759_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3868edfb70763f2c80725bb1cd0dd009ffae6385089ccedab0f286c30749dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:86a5190e9bb4e690d6d071cb87f1e448df722e7372712944761f70e419d4856d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78633171940c8f27870f125fe3dfed3963fe5c91dd2b7f514d495d322abd0dee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cdbe82ff23b71544a30e61c3493a0726b63ff22f2dd58c9254ea0461494ddce1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:377ff39e8116538ac01c0157872641f464ab7cb6d18b5722e68204eeadf11eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5d9e43974e65d721edaf24c497a9dd62e378a98812aa32192f2d5308b5ddf7ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:dcf6a947af7c57318e292d6e3088ec42f19d1632222984e818d419b8321edee3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edb795921e3617094723173574d53f7f04184a6e35a3ee92644903c1830c5c8a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3b9896073601bb6832a38571e9a0c19c04e5891166285cc7e6a7b1bc3dee8626_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6f0c47bce97c8b3991906c8b7b6f038feb62f10c411cdd02d7a928ad02b8e64d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:745052ff951988c76701e1adaf58cc98d3fe6b4c4a6bc02ad345b2cc3a64331a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8deb3ab7e16bf5616156f620765b5f5b24b5293ed4ce8316046c600518b9ff8f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a2abfc3b04a63244f92f3cf1448bd00f3f9432aa0641e52f8c4c0e451fe1835_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b2c2689e5f916a1be061bdf77a63732bc53179be7d7c63be2fd40f00130974_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d97e83009b9c36553f45c7e62670e15bbc9ef027db7d9c581a5b9ed4db40a317_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e16d129afeeefdd49015ba380acd061215a681dc61f1c2629bdc638493c3f4f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:02211ac4c239fda0e0462d81714bae62dcee67a0889feb12bf8f96f1acd357eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6a39926b0051f2876e6ac90552aacf99277aeb16caa399038f17d0ac6fde5c08_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b3526594dc8a2ce7b9068b4d1a8fd17507c067b4b1c2fcd3c5142aff57bd2926_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f50629a489223ddc3485b5afbff87902d43e912054e042c23015cee617d7a92f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2beeda886f1c9cfdb0198292cb36b79a30d3b4b2411705509ed923b27e54d535_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcb8cb1c7c37b8895b3a038252212f66299f29b5d29f2110b5e27c786b550143_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c7bf96a2a5ab9150c2b6dfb793688fa78f32b56df5e59197abc9e06bcc7a56fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f57a3da583f62be6afc645f866e45a2a934dd62508ec8490f7a7ad360fe4b6c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18cc0070a37402e71212723090e9af4cbdf7ebbca46e31c66d9fa46c584defa2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2a94a396d0a1fe93bfd39debaaa0c27cc70e9e2680ddfdd851679da62536727d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9de42fc8688a4c1231da0adf0a32eef11fd81d34370c2b37c3001cf1cf85567c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:adbbe0197715808ab81c103b18394e2c39ad81da1a0bf4a4ded40d138675c500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5168ad626da265477aaeaac2b17c8524e054ee2c60cfb137be9c959cb4635351_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:72f4cf0cc1eaa761a9144f1ad34da2209cc5ab863482e704318683f499fdee56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:82bfac2121bd61b5857201c351926f33d7a64cc75d852c3852761299b6256530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce63d1185b4e36222392ed7e29b7f94a2d5e34f43e90b3b7573151dcd0dbd431_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:274f457d8ef9f6cc72f9af1444cd99d870ea6f43e4647def1e1cfc0f584855e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:581462e394bbe49926186354fa133886bcb241b5b88b72d602523f160d6436dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c632572d2227c71f3f00e6a6799095f46fa01158b824004d720916e28461a80d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e1c5aa3771c4818ff29327295a2680fbbfa94c3cbc3306b5376aca109761a3cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f9d8ad685497a8e8ef116f25065069409fd2f9d654f1973d9decabe8e2e6596_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6fe521f896a734dafaf45605e17e042a6a2ad7881ba7184e7cb8f63c0c70d2e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7f9db64786670eb1e0fafa8316b7625119a29475243579ece9593cf67cddff1f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e9c77b5d13bb4cc4afd6e901bbfe671f35b43b6d3416ce531799c339908c9fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b17a9057a87e7262e349f3149439fd443caba7c865d4c13b65b16bbe772edc5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:978d3b684ff10de79bfb3ddf556fe3ca26ee35e60591d65f09721c9f3232d1be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aa89196922e3c7f8a187f6c6678c795a158dc0dc3b4a927064c68d13e226fab9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b92b5b2b72b4785c1e5414a24b8e1a84df591450bd5e2b9c5133edf24f4f983f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:284837ca89c91e7358f08bc731bb2a5972e0149177d09108e32d7993b2994303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5c7cb814db37ca08912301ed9bcc16275b90d8ad55a63929a280b301579f4d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b23163ec6ce67d382d4a8eef28722632db89ed3786cf5444d96101b36391d541_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ff5e9ab8f1e635b851987f84ff1007de4bedc4248e581d3e599bb5a6affcfc05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0298497736bad874c94be2b5d6993e3a6e62ebc8195cabc8c7e59d9590b1ba7a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:029887ea256ca15736d33c59170f00a933cb27ec7ae167bc6c50a31c6f574380_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1cf9be8919e71dc1476330c3e4c0e408be037213ac512e21214f4551125859d2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dc68cd9d51e73ba29ecd99d0e813764d8296576f6369f17e8c75d404a4da338c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4048b16a2b083967942c4263675b6feacf5a6862772eccc98838aef9fd72b989_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:073113be5e6be0c3c863727954dd387bf6b36366623033fe3c300fe131aea535_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:286b16712c41603bfa3f63b3c90621ea8aabe9763bd1834563d9e4c3d16fba8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:722ad448094d1f583e85e075fff2fbc17616b0b5531d0a99e647ee26dda0ceeb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:5c85a9762296670e2187b1dca2b657ff7946f570c21bc0795f2480e73f39d939_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:03377936aa3e3ecef4e7a72dfee7db24f106491ec544533aff0dffb436b33bd5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:33446628d195a3f2e2a6ef53fb4b2739569866f57105733dbe3427be27083399_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a435e37e35bc5a1449b4616ee63f3c59fb405573c8cffd1ea1b61a076fd916b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5fe4ce45f3d43efb7ee8c50163008009807146e9845ada88ff0ee979e4503802_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c7dfa1af2b596a71a30d11a7bffe0fd0b431b5e9a4755fc0e1d41e10c0006c24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:00f2070db808e218ea9e284c1220136059f00ddbb85671124d048110a608fe25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15354599b2269aba48fff645789046181df074d7ae6815642d16188e3483289a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:535f7d979205810a09c058ffb6cf89c81b07b817f624482036c0a03147f236f4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8628bf2e336e497669e4eeeb72d429610b467bbff6a1565f926dca5cab95d990_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:0ae01104fd69e228bd1fad088d024c7abe2fb317d9895e1e45d58cd08be85bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8bd6a02dac19e2a7bcad56f177bbed6f73cbbc4b22ab568d66e93bc7e0b9f8be_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:965d1df307ef4d10390d526fe67a79637d58d701e1ee926c003f029fba03cdcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d98089c12597bb19e607e102aeab047c2ad136337b9c76dd3865ab104786127c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation"
}
]
}
FKIE_CVE-2026-22028
Vulnerability from fkie_nvd - Published: 2026-01-08 15:15 - Updated: 2026-01-12 18:58| URL | Tags | ||
|---|---|---|---|
| security-advisories@github.com | https://github.com/preactjs/preact/security/advisories/GHSA-36hm-qxxp-pg3m | Exploit, Vendor Advisory, Mitigation | |
| 134c704f-9b21-4f2e-91b3-4a467353bcc0 | https://github.com/preactjs/preact/security/advisories/GHSA-36hm-qxxp-pg3m | Exploit, Vendor Advisory, Mitigation |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:preactjs:preact:*:*:*:*:*:node.js:*:*",
"matchCriteriaId": "1DDBA9E9-C9AF-4A0C-A2B7-E2EA43E9DF0E",
"versionEndExcluding": "10.26.10",
"versionStartIncluding": "10.26.5",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:preactjs:preact:*:*:*:*:*:node.js:*:*",
"matchCriteriaId": "0E2DB796-AF49-4BCD-9D92-FDF44B81BA49",
"versionEndExcluding": "10.27.3",
"versionStartIncluding": "10.27.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:preactjs:preact:*:*:*:*:*:node.js:*:*",
"matchCriteriaId": "FD739420-5F94-401E-8D6E-048B9EE0AAC4",
"versionEndExcluding": "10.28.2",
"versionStartIncluding": "10.28.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Preact, a lightweight web development framework, JSON serialization protection to prevent Virtual DOM elements from being constructed from arbitrary JSON. A regression introduced in Preact 10.26.5 caused this protection to be softened. In applications where values from JSON payloads are assumed to be strings and passed unmodified to Preact as children, a specially-crafted JSON payload could be constructed that would be incorrectly treated as a valid VNode. When this chain of failures occurs it can result in HTML injection, which can allow arbitrary script execution if not mitigated by CSP or other means. Applications using affected Preact versions are vulnerable if they meet all of the following conditions: first, pass unmodified, unsanitized values from user-modifiable data sources (APIs, databases, local storage, etc.) directly into the render tree; second assume these values are strings but the data source could return actual JavaScript objects instead of JSON strings; and third, the data source either fails to perform type sanitization AND blindly stores/returns raw objects interchangeably with strings, OR is compromised (e.g., poisoned local storage, filesystem, or database). Versions 10.26.10, 10.27.3, and 10.28.2 patch the issue. The patch versions restore the previous strict equality checks that prevent JSON-parsed objects from being treated as valid VNodes. Other mitigations are available for those who cannot immediately upgrade. Validate input types, cast or validate network data, sanitize external data, and use Content Security Policy (CSP)."
},
{
"lang": "es",
"value": "Preact, un framework ligero de desarrollo web, protecci\u00f3n de serializaci\u00f3n JSON para evitar que los elementos del DOM Virtual se construyan a partir de JSON arbitrario. Una regresi\u00f3n introducida en Preact 10.26.5 hizo que esta protecci\u00f3n se suavizara. En aplicaciones donde se asume que los valores de las cargas \u00fatiles JSON son cadenas y se pasan sin modificar a Preact como hijos, se podr\u00eda construir una carga \u00fatil JSON especialmente dise\u00f1ada que ser\u00eda tratada incorrectamente como un VNode v\u00e1lido. Cuando esta cadena de fallos ocurre, puede resultar en inyecci\u00f3n HTML, lo que puede permitir la ejecuci\u00f3n arbitraria de scripts si no se mitiga mediante CSP u otros medios. Las aplicaciones que utilizan versiones afectadas de Preact son vulnerables si cumplen todas las siguientes condiciones: primero, pasan valores sin modificar y sin sanear de fuentes de datos modificables por el usuario (APIs, bases de datos, almacenamiento local, etc.) directamente al \u00e1rbol de renderizado; segundo, asumen que estos valores son cadenas pero la fuente de datos podr\u00eda devolver objetos JavaScript reales en lugar de cadenas JSON; y tercero, la fuente de datos o bien no realiza la sanitizaci\u00f3n de tipos Y almacena/devuelve ciegamente objetos sin procesar indistintamente con cadenas, O est\u00e1 comprometida (p. ej., almacenamiento local, sistema de archivos o base de datos envenenados). Las versiones 10.26.10, 10.27.3 y 10.28.2 aplican un parche al problema. Las versiones del parche restauran las comprobaciones de igualdad estricta anteriores que evitan que los objetos analizados por JSON sean tratados como VNodes v\u00e1lidos. Otras mitigaciones est\u00e1n disponibles para aquellos que no pueden actualizar de inmediato. Validar tipos de entrada, convertir o validar datos de red, sanear datos externos y usar la Pol\u00edtica de Seguridad de Contenido (CSP)."
}
],
"id": "CVE-2026-22028",
"lastModified": "2026-01-12T18:58:38.207",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"exploitabilityScore": 2.8,
"impactScore": 2.7,
"source": "nvd@nist.gov",
"type": "Primary"
}
],
"cvssMetricV40": [
{
"cvssData": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "LOW",
"attackRequirements": "PRESENT",
"attackVector": "NETWORK",
"availabilityRequirement": "NOT_DEFINED",
"baseScore": 7.2,
"baseSeverity": "HIGH",
"confidentialityRequirement": "NOT_DEFINED",
"exploitMaturity": "UNREPORTED",
"integrityRequirement": "NOT_DEFINED",
"modifiedAttackComplexity": "NOT_DEFINED",
"modifiedAttackRequirements": "NOT_DEFINED",
"modifiedAttackVector": "NOT_DEFINED",
"modifiedPrivilegesRequired": "NOT_DEFINED",
"modifiedSubAvailabilityImpact": "NOT_DEFINED",
"modifiedSubConfidentialityImpact": "NOT_DEFINED",
"modifiedSubIntegrityImpact": "NOT_DEFINED",
"modifiedUserInteraction": "NOT_DEFINED",
"modifiedVulnAvailabilityImpact": "NOT_DEFINED",
"modifiedVulnConfidentialityImpact": "NOT_DEFINED",
"modifiedVulnIntegrityImpact": "NOT_DEFINED",
"privilegesRequired": "NONE",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "HIGH",
"vulnIntegrityImpact": "HIGH",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
},
"published": "2026-01-08T15:15:44.853",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Exploit",
"Vendor Advisory",
"Mitigation"
],
"url": "https://github.com/preactjs/preact/security/advisories/GHSA-36hm-qxxp-pg3m"
},
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"tags": [
"Exploit",
"Vendor Advisory",
"Mitigation"
],
"url": "https://github.com/preactjs/preact/security/advisories/GHSA-36hm-qxxp-pg3m"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-843"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
}
GHSA-36HM-QXXP-PG3M
Vulnerability from github – Published: 2026-01-07 19:28 – Updated: 2026-01-08 21:19Impact
Vulnerability Type: HTML Injection via JSON Type Confusion
Affected Versions: Preact 10.26.5 through 10.28.1
Severity: Low to Medium (see below)
Who is Impacted?
Applications using affected Preact versions are vulnerable if they meet all of the following conditions:
- Pass unmodified, unsanitized values from user-modifiable data sources (APIs, databases, local storage, etc.) directly into the render tree
- Assume these values are strings but the data source could return actual JavaScript objects instead of JSON strings
- The data source either:
- Fails to perform type sanitization AND blindly stores/returns raw objects interchangeably with strings, OR
- Is compromised (e.g., poisoned local storage, filesystem, or database)
Technical Details
Preact includes JSON serialization protection to prevent Virtual DOM elements from being constructed from arbitrary JSON. A regression introduced in Preact 10.26.5 caused this protection to be softened. In applications where values from JSON payloads are assumed to be strings and passed unmodified to Preact as children, a specially-crafted JSON payload could be constructed that would be incorrectly treated as a valid VNode. When this chain of failures occurs it can result in HTML injection, which can allow arbitrary script execution if not mitigated by CSP or other means.
Important Notes:
- This regression was never present in preact-render-to-string
- This is primarily an "expanded attack surface" issue rather than a standalone vulnerability
- Exploitation requires either insecure API design (no type validation) or a compromised data source
Patches
Patched Versions: - 10.26.10 (for 10.26.x users) - 10.27.3 (for 10.27.x users) - 10.28.2 (for 10.28.x users)
Users should upgrade to the latest patch version of whatever minor version they are on, which can be done via npm update preact or by installing one of the above versions directly.
The patch versions simply restore the previous strict equality checks that prevent JSON-parsed objects from being treated as valid VNodes.
Mitigations
If you cannot upgrade immediately, implement the following mitigations:
- Validate input types: Don't accept arbitrary objects as inputs in your API and blindly store them. Enforce strict type contracts at API boundaries.
- Cast or validate network data: Don't assume strings are strings if your code got them from the network. Always cast to the expected type or validate before rendering.
- Sanitize external data: Validate that data from external sources (APIs, storage, databases) matches expected types before passing it to preact.
- Use Content Security Policy (CSP): Implement a strict CSP to prevent inline script execution as a defense-in-depth measure.
References
- Reporter: YoungGeun Choi
- Affected Versions: 10.26.5 - 10.28.1
- Patched Versions: 10.26.10, 10.27.3, 10.28.2
Credits
Preact thanks YoungGeun Choi (Xvezda) for the responsible disclosure of this vulnerability and for providing detailed reproduction steps and proof-of-concept demonstrations.
Timeline
- 2026-01-04: Initial vulnerability report received
- 2026-01-05: Clarification requested regarding network/serialization boundary
- 2026-01-06: Network PoC provided demonstrating real-world exploitatibility
- 2026-01-06: Hotfix patches released (10.26.10, 10.27.3, 10.28.2)
Recommendation: All users of Preact 10.26.5 through 10.28.1 should upgrade to the appropriate patched version (10.26.10, 10.27.3, or 10.28.2) as soon as possible, and review their applications for proper input validation and sanitization practices.
{
"affected": [
{
"package": {
"ecosystem": "npm",
"name": "preact"
},
"ranges": [
{
"events": [
{
"introduced": "10.26.5"
},
{
"fixed": "10.26.10"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "npm",
"name": "preact"
},
"ranges": [
{
"events": [
{
"introduced": "10.27.0"
},
{
"fixed": "10.27.3"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "npm",
"name": "preact"
},
"ranges": [
{
"events": [
{
"introduced": "10.28.0"
},
{
"fixed": "10.28.2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2026-22028"
],
"database_specific": {
"cwe_ids": [
"CWE-843"
],
"github_reviewed": true,
"github_reviewed_at": "2026-01-07T19:28:15Z",
"nvd_published_at": "2026-01-08T15:15:44Z",
"severity": "HIGH"
},
"details": "## Impact\n\n**Vulnerability Type:** HTML Injection via JSON Type Confusion\n\n**Affected Versions:** Preact 10.26.5 through 10.28.1\n\n**Severity:** Low to Medium (see below)\n\n### Who is Impacted?\n\nApplications using affected Preact versions are vulnerable if they meet **all** of the following conditions:\n\n1. **Pass unmodified, unsanitized values** from user-modifiable data sources (APIs, databases, local storage, etc.) directly into the render tree\n2. **Assume these values are strings** but the data source could return actual JavaScript objects instead of JSON strings\n3. The data source either:\n - Fails to perform type sanitization **AND** blindly stores/returns raw objects interchangeably with strings, OR\n - Is compromised (e.g., poisoned local storage, filesystem, or database)\n\n### Technical Details\n\nPreact includes JSON serialization protection to prevent Virtual DOM elements from being constructed from arbitrary JSON. A regression introduced in Preact 10.26.5 caused this protection to be softened. In applications where values from JSON payloads are assumed to be strings and passed unmodified to Preact as children, a specially-crafted JSON payload could be constructed that would be incorrectly treated as a valid VNode. When this chain of failures occurs it can result in HTML injection, which can allow arbitrary script execution if not mitigated by CSP or other means.\n\n**Important Notes:**\n- This regression was never present in `preact-render-to-string`\n- This is primarily an \"expanded attack surface\" issue rather than a standalone vulnerability\n- Exploitation requires either insecure API design (no type validation) or a compromised data source\n\n## Patches\n\n**Patched Versions:**\n- **10.26.10** (for 10.26.x users)\n- **10.27.3** (for 10.27.x users)\n- **10.28.2** (for 10.28.x users)\n\nUsers should upgrade to the latest patch version of whatever minor version they are on, which can be done via `npm update preact` or by installing one of the above versions directly.\n\nThe patch versions simply restore the previous strict equality checks that prevent JSON-parsed objects from being treated as valid VNodes.\n\n## Mitigations\n\nIf you cannot upgrade immediately, implement the following mitigations:\n\n- **Validate input types:** Don\u0027t accept arbitrary objects as inputs in your API and blindly store them. Enforce strict type contracts at API boundaries.\n- **Cast or validate network data:** Don\u0027t assume strings are strings if your code got them from the network. Always cast to the expected type or validate before rendering.\n- **Sanitize external data:** Validate that data from external sources (APIs, storage, databases) matches expected types before passing it to preact.\n- **Use Content Security Policy (CSP):** Implement a strict CSP to prevent inline script execution as a defense-in-depth measure.\n\n## References\n\n- **Reporter:** [YoungGeun Choi](https://github.com/Xvezda)\n- **Affected Versions:** 10.26.5 - 10.28.1\n- **Patched Versions:** 10.26.10, 10.27.3, 10.28.2\n\n## Credits\n\nPreact thanks **YoungGeun Choi (Xvezda)** for the responsible disclosure of this vulnerability and for providing detailed reproduction steps and proof-of-concept demonstrations.\n\n## Timeline\n\n- **2026-01-04:** Initial vulnerability report received\n- **2026-01-05:** Clarification requested regarding network/serialization boundary\n- **2026-01-06:** Network PoC provided demonstrating real-world exploitatibility\n- **2026-01-06:** Hotfix patches released (10.26.10, 10.27.3, 10.28.2)\n\n---\n\n**Recommendation:** All users of Preact 10.26.5 through 10.28.1 should upgrade to the appropriate patched version (10.26.10, 10.27.3, or 10.28.2) as soon as possible, and review their applications for proper input validation and sanitization practices.",
"id": "GHSA-36hm-qxxp-pg3m",
"modified": "2026-01-08T21:19:13Z",
"published": "2026-01-07T19:28:15Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/preactjs/preact/security/advisories/GHSA-36hm-qxxp-pg3m"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22028"
},
{
"type": "PACKAGE",
"url": "https://github.com/preactjs/preact"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U",
"type": "CVSS_V4"
}
],
"summary": "Preact has JSON VNode Injection issue"
}
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.